summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-10merge: use skip_prefix()Libravatar René Scharfe1-2/+2
2017-08-10trailer: put process_trailers() options into a structLibravatar Jeff King3-12/+21
2017-08-10t1200: remove t1200-tutorial.shLibravatar Stefan Beller1-268/+0
2017-08-09sha1_file: drop experimental GIT_USE_LOOKUP searchLibravatar Jeff King4-238/+1
2017-08-09hashcmp: use memcmp instead of open-coded loopLibravatar Jeff King1-8/+1
2017-08-09apply: remove prefix_length member from apply_stateLibravatar René Scharfe2-8/+5
2017-08-09builtin/add: add detail to a 'cannot chmod' error messageLibravatar Ramsay Jones1-3/+3
2017-08-09sha1_file: avoid comparison if no packed hash matches the first byteLibravatar René Scharfe1-2/+2
2017-08-09t4062: use less than 256 repetitions in regexLibravatar René Scharfe1-1/+3
2017-08-08t3700: fix broken test under !POSIXPERMLibravatar René Scharfe1-0/+1
2017-08-08am: fix signoff when other trailers are presentLibravatar Phillip Wood2-45/+64
2017-08-08git svn fetch: Create correct commit timestamp when using --localtimeLibravatar Urs Thuermann1-1/+1
2017-08-07perl/Git.pm: typofix in a commentLibravatar Junio C Hamano1-1/+1
2017-08-07parse_decoration_style: drop unused argument `var`Libravatar Martin Ågren1-3/+3
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolLibravatar Martin Ågren10-13/+17
2017-08-07config: make git_{config,parse}_maybe_bool equivalentLibravatar Martin Ågren2-6/+6
2017-08-07config: introduce git_parse_maybe_bool_textLibravatar Martin Ågren1-3/+8
2017-08-07t5334: document that git push --signed=1 does not workLibravatar Martin Ågren1-0/+7
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