summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-27t3008: find test-tool through path lookupJohannes Sixt1-1/+1
2019-12-27l10n: Update Catalan translationJordi Mas1-8/+8
2019-12-26packfile: replace lseek+read with preadEric Wong1-3/+2
2019-12-26doc: log, gitk: line-log arguments must exist in starting revisionPhilippe Blain2-2/+4
2019-12-26doc: log, gitk: document accepted line-log diff formatsPhilippe Blain2-2/+8
2019-12-26packfile: remove redundant fcntl F_GETFD/F_SETFDEric Wong1-11/+0
2019-12-26mailmap: mask accentless variant for Công DanhJunio C Hamano1-0/+1
2019-12-25Git 2.25-rc0v2.25.0-rc0Junio C Hamano2-6/+27
2019-12-25Merge branch 'en/fill-directory-fixes'Junio C Hamano3-51/+354
2019-12-25Merge branch 'rs/test-cleanup'Junio C Hamano5-5/+4
2019-12-25Merge branch 'mr/bisect-save-pointer-to-const-string'Junio C Hamano1-2/+2
2019-12-25Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano1-0/+23
2019-12-25Merge branch 'js/add-p-in-c'Junio C Hamano8-19/+1464
2019-12-25Merge branch 'jc/drop-gen-hdrs'Junio C Hamano1-3/+2
2019-12-25Merge branch 'ja/doc-markup-cleanup'Junio C Hamano3-122/+131
2019-12-25Merge branch 'rs/ref-read-cleanup'Junio C Hamano2-4/+3
2019-12-25Merge branch 'rb/p4-lfs'Junio C Hamano1-2/+8
2019-12-25Merge branch 'pb/submodule-doc-xref'Junio C Hamano1-1/+1
2019-12-25Merge branch 'mr/bisect-use-after-free'Junio C Hamano1-3/+4
2019-12-25Merge branch 'ln/userdiff-elixir'Junio C Hamano1-1/+2
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano20-47/+1375
2019-12-25Merge branch 'sg/name-rev-wo-recursion'Junio C Hamano2-64/+151
2019-12-25Merge branch 'ra/t5150-depends-on-perl'Junio C Hamano1-0/+6
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano7-39/+125
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano9-42/+548
2019-12-25Merge branch 'am/pathspec-from-file'Junio C Hamano2-0/+9
2019-12-21mingw: refuse paths containing reserved namesJohannes Schindelin3-18/+110
2019-12-21mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin1-10/+16
2019-12-21commit --interactive: make it work with the built-in `add -i`Johannes Schindelin1-2/+6
2019-12-21built-in add -p: implement the "worktree" patch modesJohannes Schindelin3-0/+53
2019-12-21built-in add -p: implement the "checkout" patch modesJohannes Schindelin3-7/+137
2019-12-21built-in stash: use the built-in `git add -p` if so configuredJohannes Schindelin1-11/+14
2019-12-21legacy stash -p: respect the add.interactive.usebuiltin settingJohannes Schindelin2-1/+15
2019-12-21built-in add -p: implement the "stash" and "reset" patch modesJohannes Schindelin3-4/+85
2019-12-21built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin4-30/+85
2019-12-20sparse-checkout: improve OS ls compatibilityEd Maste1-14/+22
2019-12-20contrib/credential/netrc: work outside a repoDenton Liu1-1/+1
2019-12-20contrib/credential/netrc: make PERL_PATH configurableDenton Liu3-2/+25
2019-12-20CI: add FreeBSD CI support via Cirrus-CIEd Maste1-0/+15
2019-12-20t1507: inline full_name()Denton Liu1-20/+15
2019-12-20t1507: run commands within test_expect_successDenton Liu1-20/+20
2019-12-20t1507: stop losing return codes of git commandsDenton Liu1-13/+32
2019-12-20t1501: remove use of `test_might_fail cp`Denton Liu1-1/+1
2019-12-20t1409: use test_path_is_missing()Denton Liu1-5/+5
2019-12-20t1409: let sed open its own input fileDenton Liu1-1/+1
2019-12-20t1307: reorder `nongit test_must_fail`Denton Liu1-1/+1
2019-12-20t1306: convert `test_might_fail rm` to `rm -f`Denton Liu1-4/+4
2019-12-20t0020: use ! check_packed_refs_markedDenton Liu1-2/+2
2019-12-20t0020: don't use `test_must_fail has_cr`Denton Liu1-9/+9
2019-12-20t0003: don't use `test_must_fail attr_check`Denton Liu1-15/+15