summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lock_ref_sha1_basic(): only handle REF_NODEREF modemh/split-under-lockMichael Haggerty2016-06-131-34/+20
* commit_ref_update(): remove the flags parameterMichael Haggerty2016-06-131-7/+7
* lock_ref_for_update(): don't resolve symrefsMichael Haggerty2016-06-132-30/+95
* lock_ref_for_update(): don't re-read non-symbolic referencesMichael Haggerty2016-06-131-18/+30
* refs: resolve symbolic refs firstMichael Haggerty2016-06-133-40/+514
* ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty2016-06-133-4/+5
* unlock_ref(): move definition higher in the fileMichael Haggerty2016-06-131-10/+10
* lock_ref_for_update(): new functionMichael Haggerty2016-06-131-67/+85
* add_update(): initialize the whole ref_updateMichael Haggerty2016-06-132-22/+40
* verify_refname_available(): adjust constness in declarationMichael Haggerty2016-06-132-4/+4
* refs: don't dereference on renameDavid Turner2016-06-132-5/+25
* refs: allow log-only updatesDavid Turner2016-06-132-6/+17
* delete_branches(): use resolve_refdup()Michael Haggerty2016-06-131-8/+11
* ref_transaction_commit(): correctly report close_ref() failureMichael Haggerty2016-06-131-0/+1
* ref_transaction_create(): disallow recursive pruningMichael Haggerty2016-06-133-2/+5
* refs: make error messages more consistentMichael Haggerty2016-06-133-22/+22
* lock_ref_sha1_basic(): remove unneeded local variableMichael Haggerty2016-06-131-6/+3
* read_raw_ref(): move docstring to header fileMichael Haggerty2016-06-132-38/+38
* read_raw_ref(): improve docstringMichael Haggerty2016-06-131-17/+24
* read_raw_ref(): rename symref argument to referentMichael Haggerty2016-06-132-11/+12
* read_raw_ref(): clear *type at start of functionMichael Haggerty2016-06-131-0/+1
* read_raw_ref(): rename flags argument to typeMichael Haggerty2016-06-132-10/+10
* ref_transaction_commit(): remove local variables n and updatesMichael Haggerty2016-06-131-22/+20
* rename_ref(): remove unneeded local variableMichael Haggerty2016-05-051-6/+3
* commit_ref_update(): write error message to *err, not stderrMichael Haggerty2016-05-051-1/+1
* refname_is_safe(): insist that the refname already be normalizedMichael Haggerty2016-05-051-2/+7
* refname_is_safe(): don't allow the empty stringMichael Haggerty2016-05-051-2/+3
* refname_is_safe(): use skip_prefix()Michael Haggerty2016-05-051-3/+5
* remove_dir_recursively(): add docstringMichael Haggerty2016-05-051-0/+23
* safe_create_leading_directories(): improve docstringMichael Haggerty2016-05-051-0/+5
* read_raw_ref(): don't get confused by an empty directoryMichael Haggerty2016-05-052-2/+11
* commit_ref(): if there is an empty dir in the way, delete itMichael Haggerty2016-05-051-0/+24
* t1404: demonstrate a bug resolving referencesMichael Haggerty2016-05-051-1/+75
* Sync with maintJunio C Hamano2016-04-251-5/+5
|\
| * Merge tag 'l10n-2.8.0-rnd3-fr' of git://github.com/git-l10n/git-po into maintJunio C Hamano2016-04-251-5/+5
| |\
| | * Merge branch 'fr_v2.8.0_r3' of git://github.com/jnavila/git into maintJiang Xin2016-04-241-5/+5
| | |\
| | | * Merge pull request #9 from vascool/frJean-Noël Avila2016-03-251-5/+5
| | | |\
| | | | * l10n: fr: don't translate "merge" as a parameterVasco Almeida2016-03-251-1/+1
| | | | * l10n: fr: change "id de clé" to match "id-clé"Vasco Almeida2016-03-251-1/+1
| | | | * l10n: fr: fix wrongly translated option nameVasco Almeida2016-03-251-2/+2
| | | | * l10n: fr: fix transcation of "dir"Vasco Almeida2016-03-251-1/+1
| | | |/
* | | | Seventh batch for post 2.8 cycleJunio C Hamano2016-04-251-0/+22
* | | | Merge branch 'sb/submodule-path-misc-bugs'Junio C Hamano2016-04-253-11/+133
|\ \ \ \
| * | | | t7407: make expectation as clear as possiblesb/submodule-path-misc-bugsStefan Beller2016-03-301-2/+6
| * | | | submodule update: test recursive path reporting from subdirectoryStefan Beller2016-03-301-0/+20
| * | | | submodule update: align reporting path for custom command executionStefan Beller2016-03-302-5/+28
| * | | | submodule status: correct path handling in recursive submodulesStefan Beller2016-03-302-0/+22
| * | | | submodule update --init: correct path handling in recursive submodulesStefan Beller2016-03-302-1/+34
| * | | | submodule foreach: correct path display in recursive submodulesStefan Beller2016-03-302-3/+23
* | | | | Merge branch 'en/merge-trivial-fix'Junio C Hamano2016-04-252-1/+13
|\ \ \ \ \