summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completion: cache the path to the repositorysg/completion-updatesSZEDER Gábor2016-02-282-75/+126
* completion: extract repository discovery from __gitdir()SZEDER Gábor2016-02-282-22/+42
* completion: don't guard git executions with __gitdir()SZEDER Gábor2016-02-281-21/+11
* completion: consolidate silencing errors from git commandsSZEDER Gábor2016-02-281-16/+12
* completion: don't use __gitdir() for git commandsSZEDER Gábor2016-02-281-28/+30
* completion: respect 'git -C <path>'SZEDER Gábor2016-02-282-5/+101
* completion: fix completion after 'git -C <path>'SZEDER Gábor2016-02-282-5/+10
* completion: don't offer commands when 'git --opt' needs an argumentSZEDER Gábor2016-02-281-0/+8
* rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2016-02-283-15/+35
* completion: list short refs from a remote given as a URLSZEDER Gábor2016-02-282-7/+21
* completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor2016-02-282-1/+5
* completion: list refs from remote when remote's name matches a directorySZEDER Gábor2016-02-282-6/+33
* completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor2016-02-282-7/+19
* completion: fix most spots not respecting 'git --git-dir=<path>'SZEDER Gábor2016-02-281-5/+7
* completion: ensure that the repository path given on the command line existsSZEDER Gábor2016-02-282-0/+9
* completion tests: add tests for the __git_refs() helper functionSZEDER Gábor2016-02-281-9/+257
* completion tests: check __gitdir()'s output in the error casesSZEDER Gábor2016-02-281-4/+6
* completion tests: consolidate getting path of current working directorySZEDER Gábor2016-02-281-24/+22
* completion tests: make the $cur variable local to the test helper functionsSZEDER Gábor2016-02-281-2/+2
* completion tests: don't add test cruft to the test repositorySZEDER Gábor2016-02-281-3/+3
* completion: improve __git_refs()'s in-code documentationSZEDER Gábor2016-02-281-3/+5
* Git 2.8-rc0v2.8.0-rc0Junio C Hamano2016-02-262-1/+96
* Merge branch 'mm/readme-markdown'Junio C Hamano2016-02-262-26/+32
|\
| * README.md: move down historical explanation about the nameMatthieu Moy2016-02-251-11/+13
| * README.md: don't call git stupid in the titleMatthieu Moy2016-02-251-2/+2
| * README.md: move the link to git-scm.com upMatthieu Moy2016-02-251-3/+3
| * README.md: add hyperlinks on filenamesMatthieu Moy2016-02-251-6/+13
| * README: use markdown syntaxMatthieu Moy2016-02-252-6/+3
* | Merge branch 'ma/update-hooks-sample-typofix'Junio C Hamano2016-02-261-1/+1
|\ \
| * | templates/hooks: fix minor typo in the sample update-hookma/update-hooks-sample-typofixMartin Amdisen2016-02-251-1/+1
* | | Merge branch 'ls/makefile-cflags-developer-tweak'Junio C Hamano2016-02-263-1/+18
|\ \ \
| * | | add DEVELOPER makefile knob to check for acknowledged warningsls/makefile-cflags-developer-tweakLars Schneider2016-02-253-1/+18
* | | | Merge branch 'dt/initial-ref-xn-commit-doc'Junio C Hamano2016-02-261-0/+12
|\ \ \ \
| * | | | refs: document transaction semanticsdt/initial-ref-xn-commit-docDavid Turner2016-02-251-0/+12
* | | | | Merge branch 'js/config-set-in-non-repository'Junio C Hamano2016-02-262-0/+14
|\ \ \ \ \
| * | | | | git config: report when trying to modify a non-existing repo configjs/config-set-in-non-repositoryJohannes Schindelin2016-02-252-0/+14
* | | | | | Merge branch 'jk/epipe-in-async'Junio C Hamano2016-02-266-3/+25
|\ \ \ \ \ \
| * | | | | | t5504: handle expected output from SIGPIPE deathjk/epipe-in-asyncJeff King2016-02-251-1/+4
| * | | | | | test_must_fail: report number of unexpected signalJeff King2016-02-251-1/+1
| * | | | | | fetch-pack: ignore SIGPIPE in sideband demuxerJeff King2016-02-251-1/+5
| * | | | | | write_or_die: handle EPIPE in async threadsJeff King2016-02-253-0/+15
| |/ / / / /
* | | | | | Merge branch 'mm/push-default-warning'Junio C Hamano2016-02-261-34/+0
|\ \ \ \ \ \
| * | | | | | push: remove "push.default is unset" warning messagemm/push-default-warningMatthieu Moy2016-02-251-34/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'fa/merge-recursive-no-rename'Junio C Hamano2016-02-265-4/+337
|\ \ \ \ \ \
| * | | | | | t3034: test deprecated interfacefa/merge-recursive-no-renameFelipe Gonçalves Assis2016-02-241-0/+46
| * | | | | | t3034: test option to disable renamesFelipe Gonçalves Assis2016-02-241-0/+28
| * | | | | | t3034: add rename threshold testsFelipe Gonçalves Assis2016-02-242-1/+239
| * | | | | | merge-recursive: find-renames resets thresholdFelipe Gonçalves Assis2016-02-241-1/+3
| * | | | | | merge-strategies.txt: fix typoFelipe Gonçalves Assis2016-02-221-2/+2
| * | | | | | merge-recursive: more consistent interfaceFelipe Gonçalves Assis2016-02-172-5/+10