summaryrefslogtreecommitdiffstats
path: root/t/t7601-merge-pull-config.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-23merge: save merge state earlierMichael J Gruber2-0/+17
2017-08-23merge: split write_merge_state in twoMichael J Gruber1-3/+8
2017-08-23merge: clarify call chainMichael J Gruber1-0/+2
2017-08-22Documentation/git-merge: explain --continueMichael J Gruber1-1/+4
2017-08-19apply: file commited with CRLF should roundtrip diff and applyTorsten Bögershausen2-11/+63
2017-08-19archive: don't queue excluded directoriesRené Scharfe2-9/+27
2017-08-19archive: factor out helper functions for handling attributesRené Scharfe1-8/+23
2017-08-19t5001: add tests for export-ignore attributes and exclude pathspecsRené Scharfe1-3/+44
2017-08-18git-grep: correct exit code with --quiet and -LAnthony Sottile2-1/+6
2017-08-17t5526: fix some broken && chainsHeiko Voigt1-4/+4
2017-08-16convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen2-5/+8
2017-08-16sub-process: print the cmd when a capability is unsupportedChristian Couder1-2/+2
2017-08-15sha1_file: make read_info_alternates staticStefan Beller2-2/+2
2017-08-15t1002: stop using sum(1)René Scharfe2-35/+35
2017-08-15doc: clarify "config --bool" behaviour with empty stringAndreas Heiduk2-6/+7
2017-08-15stash: prevent warning about null bytes in inputKevin Daudt1-2/+9
2017-08-11sha1_file: release delta_stack on error in unpack_entry()René Scharfe1-2/+3
2017-08-11fsck: free buffers on error in fsck_obj()René Scharfe1-11/+11
2017-08-10win32: plug memory leak on realloc() failure in syslog()René Scharfe1-0/+2
2017-08-10merge: use skip_prefix()René Scharfe1-2/+2
2017-08-09hashcmp: use memcmp instead of open-coded loopJeff King1-8/+1
2017-08-09apply: remove prefix_length member from apply_stateRené Scharfe2-8/+5
2017-08-09builtin/add: add detail to a 'cannot chmod' error messageRamsay Jones1-3/+3
2017-08-09sha1_file: avoid comparison if no packed hash matches the first byteRené Scharfe1-2/+2
2017-08-09t4062: use less than 256 repetitions in regexRené Scharfe1-1/+3
2017-08-08t3700: fix broken test under !POSIXPERMRené Scharfe1-0/+1
2017-08-08am: fix signoff when other trailers are presentPhillip Wood2-45/+64
2017-08-08git svn fetch: Create correct commit timestamp when using --localtimeUrs Thuermann1-1/+1
2017-08-08perl/Git.pm: typofix in a commentJunio C Hamano1-1/+1
2017-08-07scripts: use "git foo" not "git-foo"Michael Forney5-10/+10
2017-08-07test-path-utils: handle const parameter of basename and dirnameRené Scharfe1-2/+16
2017-08-07t0001: skip test with restrictive permissions if getpwd(3) respects themRené Scharfe1-2/+28
2017-08-07tests: don't give unportable ">" to "test" built-in, use -gtÆvar Arnfjörð Bjarmason1-1/+1
2017-08-04Git 2.14.1v2.14.1Junio C Hamano3-2/+6
2017-08-04Git 2.14v2.14.0Junio C Hamano2-13/+3
2017-08-04clone: teach recursive clones to respect -qBrandon Williams2-0/+9
2017-08-03git.c: ignore pager.* when launching builtin as dashed externalMartin Ågren2-2/+2
2017-08-03tag: change default of `pager.tag` to "on"Martin Ågren3-16/+16
2017-08-03tag: respect `pager.tag` in list-mode onlyMartin Ågren4-2/+21
2017-08-03t7006: add tests for how git tag paginatesMartin Ågren1-0/+67
2017-08-03git.c: provide setup_auto_pager()Martin Ågren2-0/+22
2017-08-03git.c: let builtins opt for handling `pager.foo` themselvesMartin Ågren2-1/+11
2017-08-03builtin.h: take over documentation from api-builtin.txtMartin Ågren2-73/+80
2017-08-03revision: do not fallback to default when rev_input_given is setJeff King2-1/+7
2017-08-03rev-list: don't show usage when we see empty ref patternsJeff King2-4/+5
2017-08-03revision: add rev_input_given flagJeff King2-0/+8
2017-08-03t6018: flesh out empty input/output rev-list testsJeff King1-11/+9
2017-08-03cherry-pick/revert: reject --rerere-autoupdate when continuingPhillip Wood2-0/+15
2017-08-03cherry-pick/revert: remember --rerere-autoupdatePhillip Wood2-8/+62
2017-08-03t3504: use test_commitPhillip Wood1-12/+9