summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2017-08-02submodule: check for unstaged .gitmodules outside of config parsingLibravatar Brandon Williams4-18/+20
2017-08-02submodule: remove fetch.recursesubmodules from submodule-config parsingLibravatar Brandon Williams3-15/+14
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingLibravatar Brandon Williams6-21/+40
2017-08-02config: add config_from_gitmodulesLibravatar Brandon Williams2-0/+27