summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completion: restore removed line continuating backslashsg/completionSZEDER Gábor2017-02-131-1/+1
* completion: cache the path to the repositorySZEDER Gábor2017-02-032-75/+132
* completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-032-22/+42
* completion: don't guard git executions with __gitdir()SZEDER Gábor2017-02-031-21/+11
* completion: consolidate silencing errors from git commandsSZEDER Gábor2017-02-031-16/+12
* completion: don't use __gitdir() for git commandsSZEDER Gábor2017-02-031-29/+31
* completion: respect 'git -C <path>'SZEDER Gábor2017-02-032-5/+101
* rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-033-16/+31
* completion: fix completion after 'git -C <path>'SZEDER Gábor2017-02-032-5/+10
* completion: don't offer commands when 'git --opt' needs an argumentSZEDER Gábor2017-02-031-0/+11
* completion: list short refs from a remote given as a URLSZEDER Gábor2017-02-032-6/+19
* completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor2017-02-032-3/+7
* completion: list refs from remote when remote's name matches a directorySZEDER Gábor2017-02-032-3/+28
* completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor2017-02-032-7/+19
* completion: fix most spots not respecting 'git --git-dir=<path>'SZEDER Gábor2017-02-031-5/+7
* completion: ensure that the repository path given on the command line existsSZEDER Gábor2017-02-032-0/+9
* completion tests: add tests for the __git_refs() helper functionSZEDER Gábor2017-02-031-1/+264
* completion tests: check __gitdir()'s output in the error casesSZEDER Gábor2017-02-031-3/+5
* completion tests: consolidate getting path of current working directorySZEDER Gábor2017-02-031-23/+21
* completion tests: make the $cur variable local to the test helper functionsSZEDER Gábor2017-02-031-2/+2
* completion tests: don't add test cruft to the test repositorySZEDER Gábor2017-02-031-3/+3
* completion: improve __git_refs()'s in-code documentationSZEDER Gábor2017-02-031-3/+5
* Git 2.12-rc0v2.12.0-rc0Junio C Hamano2017-02-032-7/+30
* Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano2017-02-0315-30/+133
|\
| * doc: add note about ignoring '--no-create-reflog'cw/log-updates-for-all-refs-reallyCornelius Weig2017-02-012-0/+6
| * update-ref: add test cases for bare repositoryCornelius Weig2017-01-311-7/+36
| * refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-3114-20/+88
| * config: add markup to core.logAllRefUpdates docCornelius Weig2017-01-301-3/+3
* | Merge branch 'pl/complete-diff-submodule-diff'Junio C Hamano2017-02-031-1/+1
|\ \
| * | Completion: Add support for --submodule=diffpl/complete-diff-submodule-diffPeter Law2017-01-301-1/+1
| |/
* | Merge branch 'rs/object-id'Junio C Hamano2017-02-037-10/+10
|\ \
| * | checkout: convert post_checkout_hook() to struct object_idRené Scharfe2017-01-301-2/+2
| * | use oidcpy() for copying hashes between instances of struct object_idRené Scharfe2017-01-302-3/+3
| * | use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe2017-01-304-5/+5
| |/
* | Merge branch 'js/re-running-failed-tests'Junio C Hamano2017-02-031-0/+6
|\ \
| * | t/Makefile: add a rule to re-run previously-failed testsjs/re-running-failed-testsJohannes Schindelin2017-01-271-0/+6
| |/
* | Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano2017-02-032-1/+16
|\ \
| * | submodule update: run custom update script for initial populating as wellStefan Beller2017-01-262-1/+16
* | | Merge branch 'sb/submodule-recursive-absorb'Junio C Hamano2017-02-034-41/+105
|\ \ \
| * | | submodule absorbing: fix worktree/gitdir pointers recursively for non-movessb/submodule-recursive-absorbStefan Beller2017-01-262-16/+73
| * | | cache.h: expose the dying procedure for reading gitlinksStefan Beller2017-01-262-22/+27
| * | | setup: add gentle version of resolve_git_dirStefan Beller2017-01-262-3/+5
| | |/ | |/|
* | | Merge branch 'sb/unpack-trees-super-prefix'Junio C Hamano2017-02-035-676/+702
|\ \ \
| * | | unpack-trees: support super-prefix optionsb/unpack-trees-super-prefixStefan Beller2017-01-253-4/+49
| * | | t1001: modernize styleStefan Beller2017-01-111-321/+320
| * | | t1000: modernize styleStefan Beller2017-01-111-333/+315
| * | | read-tree: use OPT_BOOL instead of OPT_SET_INTStefan Beller2017-01-111-18/+18
* | | | Sync with v2.11.1Junio C Hamano2017-02-021-0/+3
|\ \ \ \
| * | | | Git 2.11.1v2.11.1Junio C Hamano2017-02-021-0/+3
| * | | | Merge branch 'ws/request-pull-code-cleanup' into maintJunio C Hamano2017-02-021-3/+0
| |\ \ \ \