summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-25Merge branch 'rs/test-cleanup'Libravatar Junio C Hamano5-5/+4
2019-12-25Merge branch 'mr/bisect-save-pointer-to-const-string'Libravatar Junio C Hamano1-2/+2
2019-12-25Merge branch 'rs/xdiff-ignore-ws-w-func-context'Libravatar Junio C Hamano1-0/+23
2019-12-25Merge branch 'js/add-p-in-c'Libravatar Junio C Hamano8-19/+1464
2019-12-25Merge branch 'jc/drop-gen-hdrs'Libravatar Junio C Hamano1-3/+2
2019-12-25Merge branch 'ja/doc-markup-cleanup'Libravatar Junio C Hamano3-127/+136
2019-12-25Merge branch 'rs/ref-read-cleanup'Libravatar Junio C Hamano2-4/+3
2019-12-25Merge branch 'rb/p4-lfs'Libravatar Junio C Hamano1-2/+8
2019-12-25Merge branch 'pb/submodule-doc-xref'Libravatar Junio C Hamano1-1/+1
2019-12-25Merge branch 'mr/bisect-use-after-free'Libravatar Junio C Hamano1-3/+4
2019-12-25Merge branch 'ln/userdiff-elixir'Libravatar Junio C Hamano1-1/+2
2019-12-25Merge branch 'ds/sparse-cone'Libravatar Junio C Hamano20-48/+1376
2019-12-25Merge branch 'sg/name-rev-wo-recursion'Libravatar Junio C Hamano2-66/+153
2019-12-25Merge branch 'ra/t5150-depends-on-perl'Libravatar Junio C Hamano1-0/+6
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Libravatar Junio C Hamano7-39/+125
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Libravatar Junio C Hamano9-42/+548
2019-12-25Merge branch 'am/pathspec-from-file'Libravatar Junio C Hamano2-0/+9
2019-12-21mingw: refuse paths containing reserved namesLibravatar Johannes Schindelin3-18/+110
2019-12-21mingw: short-circuit the conversion of `/dev/null` to UTF-16Libravatar Johannes Schindelin1-10/+16
2019-12-21commit --interactive: make it work with the built-in `add -i`Libravatar Johannes Schindelin1-2/+6
2019-12-21built-in add -p: implement the "worktree" patch modesLibravatar Johannes Schindelin3-0/+53
2019-12-21built-in add -p: implement the "checkout" patch modesLibravatar Johannes Schindelin3-7/+137
2019-12-21built-in stash: use the built-in `git add -p` if so configuredLibravatar Johannes Schindelin1-11/+14
2019-12-21legacy stash -p: respect the add.interactive.usebuiltin settingLibravatar Johannes Schindelin2-1/+15
2019-12-21built-in add -p: implement the "stash" and "reset" patch modesLibravatar Johannes Schindelin3-4/+85
2019-12-21built-in add -p: prepare for patch modes other than "stage"Libravatar Johannes Schindelin4-30/+85
2019-12-20sparse-checkout: improve OS ls compatibilityLibravatar Ed Maste1-14/+22
2019-12-20contrib/credential/netrc: work outside a repoLibravatar Denton Liu1-1/+1
2019-12-20contrib/credential/netrc: make PERL_PATH configurableLibravatar Denton Liu3-2/+25
2019-12-20CI: add FreeBSD CI support via Cirrus-CILibravatar Ed Maste1-0/+15
2019-12-20t1507: inline full_name()Libravatar Denton Liu1-20/+15
2019-12-20t1507: run commands within test_expect_successLibravatar Denton Liu1-20/+20
2019-12-20t1507: stop losing return codes of git commandsLibravatar Denton Liu1-13/+32
2019-12-20t1501: remove use of `test_might_fail cp`Libravatar Denton Liu1-1/+1
2019-12-20t1409: use test_path_is_missing()Libravatar Denton Liu1-5/+5
2019-12-20t1409: let sed open its own input fileLibravatar Denton Liu1-1/+1
2019-12-20t1307: reorder `nongit test_must_fail`Libravatar Denton Liu1-1/+1
2019-12-20t1306: convert `test_might_fail rm` to `rm -f`Libravatar Denton Liu1-4/+4
2019-12-20t0020: use ! check_packed_refs_markedLibravatar Denton Liu1-2/+2
2019-12-20t0020: don't use `test_must_fail has_cr`Libravatar Denton Liu1-9/+9
2019-12-20t0003: don't use `test_must_fail attr_check`Libravatar Denton Liu1-15/+15
2019-12-20t0003: use test_must_be_empty()Libravatar Denton Liu1-3/+3
2019-12-20t0003: use named parameters in attr_check()Libravatar Denton Liu1-7/+4
2019-12-20t0000: replace test_must_fail with run_sub_test_lib_test_err()Libravatar Denton Liu1-7/+7
2019-12-20t/lib-git-p4: use test_path_is_missing()Libravatar Denton Liu1-1/+1
2019-12-20rebase: fix saving of --signoff state for am-based rebasesLibravatar Elijah Newren1-1/+1
2019-12-20dir.c: use st_add3() for allocation sizeLibravatar Junio C Hamano1-1/+1
2019-12-19dir: consolidate similar code in treat_directory()Libravatar Elijah Newren1-11/+7
2019-12-19dir: synchronize treat_leading_path() and read_directory_recursive()Libravatar Elijah Newren3-2/+32
2019-12-19dir: fix checks on common prefix directoryLibravatar Elijah Newren2-14/+59