aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lock_ref_for_update(): don't re-read non-symbolic referencesMichael Haggerty2016-06-13
* refs: resolve symbolic refs firstMichael Haggerty2016-06-13
* ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty2016-06-13
* unlock_ref(): move definition higher in the fileMichael Haggerty2016-06-13
* lock_ref_for_update(): new functionMichael Haggerty2016-06-13
* add_update(): initialize the whole ref_updateMichael Haggerty2016-06-13
* verify_refname_available(): adjust constness in declarationMichael Haggerty2016-06-13
* refs: don't dereference on renameDavid Turner2016-06-13
* refs: allow log-only updatesDavid Turner2016-06-13
* delete_branches(): use resolve_refdup()Michael Haggerty2016-06-13
* ref_transaction_commit(): correctly report close_ref() failureMichael Haggerty2016-06-13
* ref_transaction_create(): disallow recursive pruningMichael Haggerty2016-06-13
* refs: make error messages more consistentMichael Haggerty2016-06-13
* lock_ref_sha1_basic(): remove unneeded local variableMichael Haggerty2016-06-13
* read_raw_ref(): move docstring to header fileMichael Haggerty2016-06-13
* read_raw_ref(): improve docstringMichael Haggerty2016-06-13
* read_raw_ref(): rename symref argument to referentMichael Haggerty2016-06-13
* read_raw_ref(): clear *type at start of functionMichael Haggerty2016-06-13
* read_raw_ref(): rename flags argument to typeMichael Haggerty2016-06-13
* ref_transaction_commit(): remove local variables n and updatesMichael Haggerty2016-06-13
* rename_ref(): remove unneeded local variableMichael Haggerty2016-05-05
* commit_ref_update(): write error message to *err, not stderrMichael Haggerty2016-05-05
* refname_is_safe(): insist that the refname already be normalizedMichael Haggerty2016-05-05
* refname_is_safe(): don't allow the empty stringMichael Haggerty2016-05-05
* refname_is_safe(): use skip_prefix()Michael Haggerty2016-05-05
* remove_dir_recursively(): add docstringMichael Haggerty2016-05-05
* safe_create_leading_directories(): improve docstringMichael Haggerty2016-05-05
* read_raw_ref(): don't get confused by an empty directoryMichael Haggerty2016-05-05
* commit_ref(): if there is an empty dir in the way, delete itMichael Haggerty2016-05-05
* t1404: demonstrate a bug resolving referencesMichael Haggerty2016-05-05
* Sync with maintJunio C Hamano2016-04-25
|\
| * Merge tag 'l10n-2.8.0-rnd3-fr' of git://github.com/git-l10n/git-po into maintJunio C Hamano2016-04-25
| |\
| | * Merge branch 'fr_v2.8.0_r3' of git://github.com/jnavila/git into maintJiang Xin2016-04-24
| | |\
| | | * Merge pull request #9 from vascool/frJean-Noël Avila2016-03-25
| | | |\
| | | | * l10n: fr: don't translate "merge" as a parameterVasco Almeida2016-03-25
| | | | * l10n: fr: change "id de clé" to match "id-clé"Vasco Almeida2016-03-25
| | | | * l10n: fr: fix wrongly translated option nameVasco Almeida2016-03-25
| | | | * l10n: fr: fix transcation of "dir"Vasco Almeida2016-03-25
| | | |/
* | | | Seventh batch for post 2.8 cycleJunio C Hamano2016-04-25
* | | | Merge branch 'sb/submodule-path-misc-bugs'Junio C Hamano2016-04-25
|\ \ \ \
| * | | | t7407: make expectation as clear as possibleStefan Beller2016-03-30
| * | | | submodule update: test recursive path reporting from subdirectoryStefan Beller2016-03-30
| * | | | submodule update: align reporting path for custom command executionStefan Beller2016-03-30
| * | | | submodule status: correct path handling in recursive submodulesStefan Beller2016-03-30
| * | | | submodule update --init: correct path handling in recursive submodulesStefan Beller2016-03-30
| * | | | submodule foreach: correct path display in recursive submodulesStefan Beller2016-03-30
* | | | | Merge branch 'en/merge-trivial-fix'Junio C Hamano2016-04-25
|\ \ \ \ \
| * | | | | builtin/merge.c: fix a bug with trivial mergesElijah Newren2016-04-12
| * | | | | t7605: add a testcase demonstrating a bug with trivial mergesElijah Newren2016-04-12
* | | | | | Merge branch 'en/merge-octopus-fix'Junio C Hamano2016-04-25
|\ \ \ \ \ \