summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/archive-excluded-directory'Junio C Hamano2017-09-061-3/+44
|\
| * archive: don't queue excluded directoriesRené Scharfe2017-08-191-2/+2
| * t5001: add tests for export-ignore attributes and exclude pathspecsRené Scharfe2017-08-191-3/+44
* | Merge branch 'ks/branch-set-upstream'Junio C Hamano2017-09-062-58/+10
|\ \
| * | builtin/branch: stop supporting the "--set-upstream" optionKaartic Sivaraam2017-08-172-58/+9
| * | t3200: cleanup cruft of a testKaartic Sivaraam2017-08-171-0/+1
* | | Merge branch 'mg/killed-merge'Junio C Hamano2017-08-261-0/+15
|\ \ \
| * | | merge: save merge state earliermg/killed-mergeMichael J Gruber2017-08-231-0/+15
| | |/ | |/|
* | | Merge branch 'jc/cutoff-config'Junio C Hamano2017-08-261-18/+39
|\ \ \
| * | | rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolvedjc/cutoff-configJunio C Hamano2017-08-221-0/+2
| * | | t4200: parameterize "rerere gc" custom expiry testJunio C Hamano2017-08-221-25/+33
| * | | t4200: gather "rerere gc" togetherJunio C Hamano2017-08-221-27/+27
| * | | t4200: make "rerere gc" test more robustJunio C Hamano2017-08-221-5/+14
| * | | t4200: give us a clean slate after "rerere gc" testsJunio C Hamano2017-08-221-0/+2
| |/ /
* | | Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano2017-08-262-0/+52
|\ \ \
| * | | perf: add test for writing the indexKevin Willford2017-08-212-0/+52
| | |/ | |/|
* | | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-264-156/+15
|\ \ \
| * | | submodule: remove gitmodules_configBrandon Williams2017-08-031-1/+0
| * | | submodule-config: remove support for overlaying repository configBrandon Williams2017-08-032-78/+0
| * | | diff: stop allowing diff to have submodules configured in .git/configBrandon Williams2017-08-031-67/+0
| * | | t7411: check configuration parsing errorsBrandon Williams2017-08-022-10/+15
| * | | Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano2017-08-021-5/+5
| |\ \ \
* | \ \ \ Merge branch 'tb/apply-with-crlf'Junio C Hamano2017-08-261-6/+27
|\ \ \ \ \
| * | | | | apply: file commited with CRLF should roundtrip diff and applytb/apply-with-crlfTorsten Bögershausen2017-08-191-6/+27
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jt/stash-tests'Junio C Hamano2017-08-261-0/+34
|\ \ \ \ \
| * | | | | stash: add a test for stashing in a detached statejt/stash-testsJoel Teichroeb2017-08-191-0/+12
| * | | | | stash: add a test for when apply fails during stash branchJoel Teichroeb2017-08-191-0/+14
| * | | | | stash: add a test for stash create with no filesJoel Teichroeb2017-08-191-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/trailers-parse'Junio C Hamano2017-08-262-7/+120
|\ \ \ \ \
| * | | | | pretty: support normalization options for %(trailers)Jeff King2017-08-151-0/+33
| * | | | | t4205: refactor %(trailers) testsJeff King2017-08-151-8/+12
| * | | | | interpret-trailers: add an option to unfold valuesJeff King2017-08-151-0/+21
| * | | | | interpret-trailers: add an option to show only existing trailersJeff King2017-08-151-0/+16
| * | | | | interpret-trailers: add an option to show only the trailersJeff King2017-08-151-0/+39
* | | | | | Merge branch 'pb/trailers-from-command-line'Junio C Hamano2017-08-261-0/+66
|\ \ \ \ \ \
| * | | | | | interpret-trailers: add options for actionsPaolo Bonzini2017-08-141-0/+66
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jt/diff-color-move-fix'Junio C Hamano2017-08-261-68/+193
|\ \ \ \ \ \
| * | | | | | diff: define block by number of alphanumeric charsjt/diff-color-move-fixJonathan Tan2017-08-161-69/+157
| * | | | | | diff: respect MIN_BLOCK_LENGTH for last blockJonathan Tan2017-08-161-0/+37
* | | | | | | Merge branch 'sb/diff-color-move'Junio C Hamano2017-08-261-0/+434
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | diff.c: add dimming to moved line detectionStefan Beller2017-06-301-0/+124
| * | | | | | diff.c: color moved lines differently, plain modeStefan Beller2017-06-301-1/+50
| * | | | | | diff.c: color moved lines differentlyStefan Beller2017-06-301-0/+261
* | | | | | | Merge branch 'lg/merge-signoff'Junio C Hamano2017-08-241-0/+69
|\ \ \ \ \ \ \
| * | | | | | | merge: add a --signoff flaglg/merge-signoffŁukasz Gryglicki2017-07-251-0/+69
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'hv/t5526-andand-chain-fix'Junio C Hamano2017-08-231-4/+4
|\ \ \ \ \ \ \
| * | | | | | | t5526: fix some broken && chainshv/t5526-andand-chain-fixHeiko Voigt2017-08-171-4/+4
* | | | | | | | Merge branch 'as/grep-quiet-no-match-exit-code-fix'Junio C Hamano2017-08-231-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | git-grep: correct exit code with --quiet and -Las/grep-quiet-no-match-exit-code-fixAnthony Sottile2017-08-171-0/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'rs/t1002-do-not-use-sum'Junio C Hamano2017-08-232-35/+35
|\ \ \ \ \ \ \ \