summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSDrs/freebsd-getcwd-workaroundRené Scharfe2017-03-262-0/+25
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-307-39/+166
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ls-files: fix bug when recursing with relative pathspecbw/recurse-submodules-relative-fixBrandon Williams2017-03-172-12/+52
| * | | | | | | | | | | | ls-files: fix typo in variable nameBrandon Williams2017-03-171-8/+8
| * | | | | | | | | | | | grep: fix bug when recursing with relative pathspecBrandon Williams2017-03-172-15/+99
| * | | | | | | | | | | | setup: allow for prefix to be passed to git commandsBrandon Williams2017-03-173-3/+7
| * | | | | | | | | | | | grep: fix help text typoBrandon Williams2017-03-171-1/+1
* | | | | | | | | | | | | Merge branch 'sg/completion-ctags'Junio C Hamano2017-03-301-6/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'sg/completion-ctagsSZEDER Gábor2017-03-231-0/+28
| * | | | | | | | | | | | | completion: extract completing ctags symbol names into helper functionSZEDER Gábor2017-03-231-4/+29
| * | | | | | | | | | | | | completion: put matching ctags symbol names directly into COMPREPLYSZEDER Gábor2017-03-231-3/+10
* | | | | | | | | | | | | | Merge branch 'sg/completion-refs-speedup'Junio C Hamano2017-03-303-71/+577
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | completion: speed up branch and tag completionsg/completion-refs-speedupSZEDER Gábor2017-03-231-6/+19
| * | | | | | | | | | | | | completion: fill COMPREPLY directly when completing fetch refspecsSZEDER Gábor2017-03-231-3/+3
| * | | | | | | | | | | | | completion: fill COMPREPLY directly when completing refsSZEDER Gábor2017-03-233-14/+76
| * | | | | | | | | | | | | completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-231-1/+2
| * | | | | | | | | | | | | completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-231-9/+3
| * | | | | | | | | | | | | completion: let 'for-each-ref' strip the remote name from remote branchesSZEDER Gábor2017-03-231-4/+3
| * | | | | | | | | | | | | completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor2017-03-232-11/+154
| * | | | | | | | | | | | | completion: don't disambiguate short refsSZEDER Gábor2017-03-231-3/+3
| * | | | | | | | | | | | | completion: don't disambiguate tags and branchesSZEDER Gábor2017-03-231-2/+2
| * | | | | | | | | | | | | completion: support excluding full refsSZEDER Gábor2017-03-232-4/+35
| * | | | | | | | | | | | | completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor2017-03-232-1/+88
| * | | | | | | | | | | | | completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor2017-03-232-7/+45
| * | | | | | | | | | | | | completion: wrap __git_refs() for better option parsingSZEDER Gábor2017-03-232-35/+173
| * | | | | | | | | | | | | completion: remove redundant __gitcomp_nl() options from _git_commit()SZEDER Gábor2017-02-131-1/+1
* | | | | | | | | | | | | | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-03-309-54/+445
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | submodule add: respect submodule.active and submodule.<name>.activeBrandon Williams2017-03-182-0/+35
| * | | | | | | | | | | | | | submodule--helper init: set submodule.<name>.activeBrandon Williams2017-03-182-0/+23
| * | | | | | | | | | | | | | clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams2017-03-183-12/+120
| * | | | | | | | | | | | | | submodule init: initialize active submodulesBrandon Williams2017-03-183-1/+90
| * | | | | | | | | | | | | | submodule: decouple url and submodule interestBrandon Williams2017-03-183-10/+110
| * | | | | | | | | | | | | | submodule--helper clone: check for configured submodules using helperBrandon Williams2017-03-171-12/+3
| * | | | | | | | | | | | | | submodule sync: use submodule--helper is-activeBrandon Williams2017-03-171-2/+2
| * | | | | | | | | | | | | | submodule sync: skip work for inactive submodulesBrandon Williams2017-03-171-17/+21
| * | | | | | | | | | | | | | submodule status: use submodule--helper is-activeBrandon Williams2017-03-171-2/+1
| * | | | | | | | | | | | | | submodule--helper: add is-active subcommandBrandon Williams2017-03-172-0/+42
* | | | | | | | | | | | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo-final'Junio C Hamano2017-03-301-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | setup_git_env: avoid blind fall-back to ".git"jk/no-looking-at-dotgit-outside-repo-finalJeff King2016-10-261-1/+4
* | | | | | | | | | | | | | | | Merge branch 'jc/merge-drop-old-syntax'Junio C Hamano2017-03-302-56/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | merge: drop 'git merge <message> HEAD <commit>' syntaxjc/merge-drop-old-syntaxJunio C Hamano2015-04-292-56/+10
* | | | | | | | | | | | | | | | | Ninth batch for 2.13Junio C Hamano2017-03-281-30/+24
* | | | | | | | | | | | | | | | | Sync with 'maint'Junio C Hamano2017-03-281-0/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Prepare for 2.12.3Junio C Hamano2017-03-282-1/+58
| * | | | | | | | | | | | | | | | | Merge branch 'km/config-grammofix' into maintJunio C Hamano2017-03-281-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/t3600-rephrase' into maintJunio C Hamano2017-03-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/submodule-update-initial-runs-custom-script' into maintJunio C Hamano2017-03-281-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/quote-env-path-list-component' into maintJunio C Hamano2017-03-281-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/update-hook-optim' into maintJunio C Hamano2017-03-281-8/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/shortlog-cleanup' into maintJunio C Hamano2017-03-281-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \