summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2018-11-14tests: respect GIT_TEST_INSTALLED when initializing repositoriesJohannes Schindelin1-1/+2
2018-11-14tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/Johannes Schindelin1-1/+1
2018-11-13Merge branch 'nd/tree-walk-path-exclusion'Junio C Hamano1-0/+17
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano4-0/+131
2018-11-13Merge branch 'jk/misc-unused-fixes'Junio C Hamano2-0/+9
2018-11-13Merge branch 'al/send-email-auto-cte-fixup'Junio C Hamano1-0/+15
2018-11-13Merge branch 'ds/add-missing-tags'Junio C Hamano2-4/+82
2018-11-13Merge branch 'js/rebase-p-tests'Junio C Hamano14-43/+78
2018-11-13Merge branch 'ag/rev-parse-all-exclude-fix'Junio C Hamano1-0/+12
2018-11-13Merge branch 'jt/tighten-fetch-proto-v2-response'Junio C Hamano1-0/+50
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano7-16/+298
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano1-1/+1
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano1-0/+30
2018-11-13Merge branch 'ab/pack-tests-cleanup'Junio C Hamano2-23/+28
2018-11-13Merge branch 'ds/test-multi-pack-index'Junio C Hamano4-2/+7
2018-11-13Merge branch 'nd/wildmatch-double-asterisk'Junio C Hamano1-2/+2
2018-11-13Merge branch 'nd/per-worktree-config'Junio C Hamano3-60/+121
2018-11-13Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano1-0/+18
2018-11-13Merge branch 'jk/detect-truncated-zlib-input'Junio C Hamano1-2/+21
2018-11-13format-patch: respect --stat in cover letter's diffstatNguyễn Thái Ngọc Duy1-15/+33
2018-11-13refs: fix some exclude patterns being ignoredRafael Ascensão1-12/+12
2018-11-13refs: show --exclude failure with --branches/tags/remotes=globRafael Ascensão1-3/+57
2018-11-13apply --recount: allow "no-op hunks"Johannes Schindelin1-0/+12
2018-11-13rebase -r: do not write MERGE_HEAD unless neededJohannes Schindelin1-1/+1
2018-11-13rebase -r: demonstrate bug with conflicting mergesJohannes Schindelin1-0/+16
2018-11-12p3400: replace calls to `git checkout -b' by `git checkout -B'Alban Gruin1-5/+5
2018-11-12fsck: mark strings for translationNguyễn Thái Ngọc Duy4-33/+33
2018-11-12parse-options.c: mark more strings for translationNguyễn Thái Ngọc Duy1-2/+2
2018-11-12parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12read-cache.c: mark more strings for translationNguyễn Thái Ngọc Duy1-1/+1
2018-11-12range-diff: fix regression in passing along diff optionsÆvar Arnfjörð Bjarmason1-0/+53
2018-11-09i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason9-19/+40
2018-11-08t6036, t6043: increase code coverage for file collision handlingElijah Newren2-0/+88
2018-11-08merge-recursive: improve rename/rename(1to2)/add[/add] handlingElijah Newren2-17/+36
2018-11-08merge-recursive: improve handling for rename/rename(2to1) conflictsElijah Newren3-58/+75
2018-11-08merge-recursive: fix rename/add conflict handlingElijah Newren2-13/+15
2018-11-08merge-recursive: increase marker length with depth of recursionElijah Newren1-0/+151
2018-11-08t6036, t6042: testcases for rename collision of already conflicting filesElijah Newren2-0/+312
2018-11-08t6042: add tests for consistency in file collision conflict handlingElijah Newren1-0/+162
2018-11-08built-in rebase --autostash: leave the current branch alone if possibleJohannes Schindelin1-1/+1
2018-11-08built-in rebase: demonstrate regression with --autostashJohannes Schindelin1-0/+8
2018-11-07approxidate: fix NULL dereference in date_time()Jeff King1-0/+1
2018-11-07pull: handle --verify-signatures for unborn branchJeff King1-0/+7
2018-11-07merge: handle --verify-signatures for unborn branchJeff King1-0/+7
2018-11-06Merge branch 'sg/test-verbose-log'Junio C Hamano2-2/+3
2018-11-06Merge branch 'sg/test-rebase-editor-fix'Junio C Hamano2-7/+7
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano2-0/+8
2018-11-06Merge branch 'jt/upload-pack-v2-fix-shallow'Junio C Hamano1-0/+25
2018-11-06Merge branch 'sb/submodule-url-to-absolute'Junio C Hamano1-0/+24
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano1-0/+27