summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-07Doc/git-{push,send-pack}: correct --sign= to --signed=Libravatar Martin Ågren2-4/+4
2017-08-07scripts: use "git foo" not "git-foo"Libravatar Michael Forney5-10/+10
2017-08-07test-path-utils: handle const parameter of basename and dirnameLibravatar René Scharfe1-2/+16
2017-08-07t0001: skip test with restrictive permissions if getpwd(3) respects themLibravatar René Scharfe1-2/+28
2017-08-07tests: don't give unportable ">" to "test" built-in, use -gtLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-08-04Merge tag 'v2.14.1'Libravatar Junio C Hamano16-3/+135
2017-08-04Start post 2.14 cycleLibravatar Junio C Hamano1-1/+1
2017-08-04Git 2.14.1Libravatar Junio C Hamano3-2/+6
2017-08-04Merge tag 'v2.13.5' into maintLibravatar Junio C Hamano14-2/+130
2017-08-04Git 2.14Libravatar Junio C Hamano2-13/+3
2017-08-04Merge branch 'ah/patch-id-doc'Libravatar Junio C Hamano1-3/+0
2017-08-04Merge branch 'as/diff-options-grammofix'Libravatar Junio C Hamano1-1/+1
2017-08-04clone: teach recursive clones to respect -qLibravatar Brandon Williams2-0/+9
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams16-53/+0
2017-08-03unpack-trees: improve loading of .gitmodulesLibravatar Brandon Williams1-16/+27
2017-08-03submodule-config: lazy-load a repository's .gitmodules fileLibravatar Brandon Williams2-10/+22
2017-08-03submodule-config: move submodule-config functions to submodule-config.cLibravatar Brandon Williams5-49/+34
2017-08-03submodule-config: remove support for overlaying repository configLibravatar Brandon Williams3-79/+0
2017-08-03diff: stop allowing diff to have submodules configured in .git/configLibravatar Brandon Williams2-70/+0
2017-08-03submodule: remove submodule_config callback routineLibravatar Brandon Williams3-25/+2
2017-08-03unpack-trees: don't respect submodule.updateLibravatar Brandon Williams3-32/+9
2017-08-03submodule: don't rely on overlayed config when setting diffoptsLibravatar Brandon Williams1-2/+10
2017-08-03fetch: don't overlay config with submodule-configLibravatar Brandon Williams2-8/+17
2017-08-03submodule--helper: don't overlay config in update-cloneLibravatar Brandon Williams3-16/+46
2017-08-03submodule--helper: don't overlay config in remote_submodule_branchLibravatar Brandon Williams1-4/+11
2017-08-03git.c: ignore pager.* when launching builtin as dashed externalLibravatar Martin Ågren2-2/+2
2017-08-03tag: change default of `pager.tag` to "on"Libravatar Martin Ågren3-16/+16
2017-08-03tag: respect `pager.tag` in list-mode onlyLibravatar Martin Ågren4-2/+21
2017-08-03t7006: add tests for how git tag paginatesLibravatar Martin Ågren1-0/+67
2017-08-03git.c: provide setup_auto_pager()Libravatar Martin Ågren2-0/+22
2017-08-03git.c: let builtins opt for handling `pager.foo` themselvesLibravatar Martin Ågren2-1/+11
2017-08-03builtin.h: take over documentation from api-builtin.txtLibravatar Martin Ågren2-73/+80
2017-08-02revision: do not fallback to default when rev_input_given is setLibravatar Jeff King2-1/+7
2017-08-02rev-list: don't show usage when we see empty ref patternsLibravatar Jeff King2-4/+5
2017-08-02revision: add rev_input_given flagLibravatar Jeff King2-0/+8
2017-08-02t6018: flesh out empty input/output rev-list testsLibravatar Jeff King1-11/+9
2017-08-02cherry-pick/revert: reject --rerere-autoupdate when continuingLibravatar Phillip Wood2-0/+15
2017-08-02cherry-pick/revert: remember --rerere-autoupdateLibravatar Phillip Wood2-8/+62
2017-08-02t3504: use test_commitLibravatar Phillip Wood1-12/+9
2017-08-02rebase -i: honor --rerere-autoupdateLibravatar Phillip Wood3-3/+17
2017-08-02rebase: honor --rerere-autoupdateLibravatar Phillip Wood2-28/+57
2017-08-02am: remember --rerere-autoupdate settingLibravatar Phillip Wood1-0/+12
2017-08-02add, reset: ensure submodules can be added or resetLibravatar Brandon Williams2-0/+2
2017-08-02submodule: don't use submodule_from_nameLibravatar Brandon Williams1-2/+0
2017-08-02t7411: check configuration parsing errorsLibravatar Brandon Williams2-10/+15
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupLibravatar Junio C Hamano45-374/+366
2017-08-02Merge branch 'bw/grep-recurse-submodules' into bw/submodule-config-cleanupLibravatar Junio C Hamano20-449/+246
2017-08-02grep: recurse in-process using 'struct repository'Libravatar Brandon Williams7-344/+88
2017-08-02submodule: merge repo_read_gitmodules and gitmodules_configLibravatar Brandon Williams1-20/+17
2017-08-02submodule: check for unmerged .gitmodules outside of config parsingLibravatar Brandon Williams2-24/+24