aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* completion: speed up branch and tag completionSZEDER Gábor2017-03-23
* completion: fill COMPREPLY directly when completing fetch refspecsSZEDER Gábor2017-03-23
* completion: fill COMPREPLY directly when completing refsSZEDER Gábor2017-03-23
* completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-23
* completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-23
* completion: let 'for-each-ref' strip the remote name from remote branchesSZEDER Gábor2017-03-23
* completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor2017-03-23
* completion: don't disambiguate short refsSZEDER Gábor2017-03-23
* completion: don't disambiguate tags and branchesSZEDER Gábor2017-03-23
* completion: support excluding full refsSZEDER Gábor2017-03-23
* completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor2017-03-23
* completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor2017-03-23
* completion: wrap __git_refs() for better option parsingSZEDER Gábor2017-03-23
* completion: remove redundant __gitcomp_nl() options from _git_commit()SZEDER Gábor2017-02-13
* completion: restore removed line continuating backslashSZEDER Gábor2017-02-13
* completion: cache the path to the repositorySZEDER Gábor2017-02-03
* completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-03
* completion: don't guard git executions with __gitdir()SZEDER Gábor2017-02-03
* completion: consolidate silencing errors from git commandsSZEDER Gábor2017-02-03
* completion: don't use __gitdir() for git commandsSZEDER Gábor2017-02-03
* completion: respect 'git -C <path>'SZEDER Gábor2017-02-03
* rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-03
* completion: fix completion after 'git -C <path>'SZEDER Gábor2017-02-03
* completion: don't offer commands when 'git --opt' needs an argumentSZEDER Gábor2017-02-03
* completion: list short refs from a remote given as a URLSZEDER Gábor2017-02-03
* completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor2017-02-03
* completion: list refs from remote when remote's name matches a directorySZEDER Gábor2017-02-03
* completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor2017-02-03
* completion: fix most spots not respecting 'git --git-dir=<path>'SZEDER Gábor2017-02-03
* completion: ensure that the repository path given on the command line existsSZEDER Gábor2017-02-03
* completion tests: add tests for the __git_refs() helper functionSZEDER Gábor2017-02-03
* completion tests: check __gitdir()'s output in the error casesSZEDER Gábor2017-02-03
* completion tests: consolidate getting path of current working directorySZEDER Gábor2017-02-03
* completion tests: make the $cur variable local to the test helper functionsSZEDER Gábor2017-02-03
* completion tests: don't add test cruft to the test repositorySZEDER Gábor2017-02-03
* completion: improve __git_refs()'s in-code documentationSZEDER Gábor2017-02-03
* Git 2.12-rc0v2.12.0-rc0Junio C Hamano2017-02-03
* Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano2017-02-03
|\
| * doc: add note about ignoring '--no-create-reflog'Cornelius Weig2017-02-01
| * update-ref: add test cases for bare repositoryCornelius Weig2017-01-31
| * refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-31
| * config: add markup to core.logAllRefUpdates docCornelius Weig2017-01-30
* | Merge branch 'pl/complete-diff-submodule-diff'Junio C Hamano2017-02-03
|\ \
| * | Completion: Add support for --submodule=diffPeter Law2017-01-30
| |/
* | Merge branch 'rs/object-id'Junio C Hamano2017-02-03
|\ \
| * | checkout: convert post_checkout_hook() to struct object_idRené Scharfe2017-01-30
| * | use oidcpy() for copying hashes between instances of struct object_idRené Scharfe2017-01-30
| * | use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe2017-01-30
| |/
* | Merge branch 'js/re-running-failed-tests'Junio C Hamano2017-02-03
|\ \
| * | t/Makefile: add a rule to re-run previously-failed testsJohannes Schindelin2017-01-27
| |/