summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | ref_transaction_commit: bail out on failure to remove a refrs/ref-transactionJonathan Nieder2014-10-151-2/+6
| * | | | | | | lockfile: remove unable_to_lock_errorJonathan Nieder2014-10-152-11/+0
| * | | | | | | refs.c: do not permit err == NULLJonathan Nieder2014-10-151-19/+27
| * | | | | | | remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg2014-10-151-4/+11
| * | | | | | | for-each-ref: skip and warn about broken ref namesRonnie Sahlberg2014-10-151-0/+5
| * | | | | | | refs.c: allow listing and deleting badly named refsRonnie Sahlberg2014-10-155-38/+273
| * | | | | | | test: put tests for handling of bad ref names in one placeRonnie Sahlberg2014-10-153-74/+84
| * | | | | | | packed-ref cache: forbid dot-components in refnamesJonathan Nieder2014-10-152-16/+4
| * | | | | | | branch -d: simplify by using RESOLVE_REF_READINGRonnie Sahlberg2014-10-151-3/+4
| * | | | | | | branch -d: avoid repeated symref resolutionJonathan Nieder2014-10-156-3/+68
| * | | | | | | reflog test: test interaction with detached HEADJunio C Hamano2014-10-151-0/+70
| * | | | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-1528-92/+124
| * | | | | | | refs.c: make write_ref_sha1 staticRonnie Sahlberg2014-10-152-5/+8
| * | | | | | | fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg2014-10-151-10/+24
| * | | | | | | refs.c: ref_transaction_commit: distinguish name conflicts from other errorsRonnie Sahlberg2014-10-152-12/+23
| * | | | | | | refs.c: pass a list of names to skip to is_refname_availableRonnie Sahlberg2014-10-151-18/+32
| * | | | | | | refs.c: call lock_ref_sha1_basic directly from commitRonnie Sahlberg2014-10-151-6/+6
| * | | | | | | refs.c: refuse to lock badly named refs in lock_ref_sha1_basicRonnie Sahlberg2014-10-151-2/+5
| * | | | | | | rename_ref: don't ask read_ref_full where the ref came fromRonnie Sahlberg2014-10-151-1/+1
| * | | | | | | refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-1511-44/+54
| * | | | | | | refs.c: add an err argument to delete_ref_looseRonnie Sahlberg2014-10-151-4/+5
| * | | | | | | wrapper.c: add a new function unlink_or_msgRonnie Sahlberg2014-10-152-0/+23
| * | | | | | | refs.c: lock_ref_sha1_basic is used for all refsRonnie Sahlberg2014-10-151-1/+1
| * | | | | | | wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as successRonnie Sahlberg2014-10-153-11/+12
| * | | | | | | mv test: recreate mod/ directory instead of relying on stale copyJonathan Nieder2014-10-151-5/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-201-5/+17
* | | | | | | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-10-2010-0/+2084
|\ \ \ \ \ \ \
| * | | | | | | Documentation: add documentation for 'git interpret-trailers'Christian Couder2014-10-132-0/+315
| * | | | | | | trailer: add tests for commands in config fileChristian Couder2014-10-131-0/+125
| * | | | | | | trailer: execute command from 'trailer.<name>.command'Christian Couder2014-10-131-1/+84
| * | | | | | | trailer: add tests for "git interpret-trailers"Christian Couder2014-10-131-0/+738
| * | | | | | | trailer: add interpret-trailers commandChristian Couder2014-10-135-0/+48
| * | | | | | | trailer: put all the processing together and printChristian Couder2014-10-132-0/+75
| * | | | | | | trailer: parse trailers from file or stdinChristian Couder2014-10-131-0/+123
| * | | | | | | trailer: process command line trailer argumentsChristian Couder2014-10-131-0/+112
| * | | | | | | trailer: read and process config informationChristian Couder2014-10-131-0/+185
| * | | | | | | trailer: process trailers from input message and argumentsChristian Couder2014-10-131-0/+210
| * | | | | | | trailer: add data structures and basic functionsChristian Couder2014-10-132-0/+70
* | | | | | | | Merge branch 'rm/gitweb-start-form'Junio C Hamano2014-10-201-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: use start_form, not startform that was removed in CGI.pm 4.04rm/gitweb-start-formRoland Mas2014-10-161-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ss/contrib-subtree-contacts'Junio C Hamano2014-10-204-3/+83
|\ \ \ \ \ \ \ \
| * | | | | | | | contacts: add a Makefile to generate docs and installss/contrib-subtree-contactsSebastian Schuberth2014-10-152-0/+74
| * | | | | | | | subtree: add an install-html targetSebastian Schuberth2014-10-152-3/+9
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-2013-50/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | color_parse: do not mention variable name in error messagejn/parse-config-slotJeff King2014-10-1411-28/+26
| * | | | | | | | pass config slots as pointers instead of offsetsJonathan Nieder2014-10-145-22/+21
* | | | | | | | | Merge branch 'rs/receive-pack-argv-leak-fix'Junio C Hamano2014-10-201-10/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | receive-pack: plug minor memory leak in unpack()rs/receive-pack-argv-leak-fixRené Scharfe2014-10-131-10/+8
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ta/config-set'Junio C Hamano2014-10-201-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t1308: fix broken here document in test scriptta/config-setJunio C Hamano2014-10-131-2/+2