summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-01built-in add -i: implement the `update` commandLibravatar Johannes Schindelin1-20/+110
2019-12-01built-in add -i: prepare for multi-selection commandsLibravatar Johannes Schindelin1-25/+89
2019-12-01built-in add -i: allow filtering the modified files listLibravatar Johannes Schindelin1-7/+26
2019-12-01add-interactive: make sure to release `rev.prune_data`Libravatar Johannes Schindelin1-0/+3
2019-11-30mingw: do set `errno` correctly when trying to restrict handle inheritanceLibravatar Johannes Schindelin1-1/+5
2019-11-30grep: don't return an expression from pcre2_free()Libravatar Hans Jerry Illikainen1-1/+1
2019-11-30t9001: avoid including non-trailing NUL bytes in variablesLibravatar brian m. carlson1-1/+1
2019-11-30gpg-interface: prefer check_signature() for GPG verificationLibravatar Hans Jerry Illikainen4-75/+72
2019-11-30t4210: skip i18n tests that don't work on FreeBSDLibravatar Ed Maste2-3/+9
2019-11-30archive-zip.c: switch to reentrant localtime_rLibravatar Doan Tran Cong Danh1-5/+5
2019-11-30date.c: switch to reentrant {gm,local}time_rLibravatar Doan Tran Cong Danh1-8/+10
2019-11-30t7811: don't create unused fileLibravatar René Scharfe1-1/+0
2019-11-30t9300: don't create unused fileLibravatar René Scharfe1-3/+0
2019-11-30sequencer: fix a memory leak in sequencer_continue()Libravatar Alban Gruin1-2/+4
2019-11-30doc: replace public-inbox links with lore.kernel.orgLibravatar Jeff King10-27/+27
2019-11-30doc: recommend lore.kernel.org over public-inbox.orgLibravatar Jeff King3-3/+3
2019-11-30send-pack: use OBJECT_INFO_QUICK to check negative objectsLibravatar Jeff King1-1/+3
2019-11-29t7700: s/test -f/test_path_is_file/Libravatar Denton Liu1-4/+4
2019-11-29t7700: move keywords onto their own lineLibravatar Denton Liu1-17/+34
2019-11-29t7700: remove spaces after redirect operatorsLibravatar Denton Liu1-9/+9
2019-11-29t7700: drop redirections to /dev/nullLibravatar Denton Liu1-3/+3
2019-11-29t7501: stop losing return codes of git commandsLibravatar Denton Liu1-30/+39
2019-11-29t7501: remove spaces after redirect operatorsLibravatar Denton Liu1-11/+11
2019-11-29t5703: stop losing return codes of git commandsLibravatar Denton Liu1-17/+29
2019-11-29t5703: simplify one-time-sed generation logicLibravatar Denton Liu1-4/+3
2019-11-29t5317: use ! grep to check for no matching linesLibravatar Denton Liu1-18/+3
2019-11-29t5317: stop losing return codes of git commandsLibravatar Denton Liu1-6/+7
2019-11-29t4138: stop losing return codes of git commandsLibravatar Denton Liu1-8/+8
2019-11-29t4015: use test_write_lines()Libravatar Denton Liu1-2/+2
2019-11-29t4015: stop losing return codes of git commandsLibravatar Denton Liu1-47/+72
2019-11-29t3600: comment on inducing SIGPIPE in `git rm`Libravatar Denton Liu1-0/+1
2019-11-29t3600: stop losing return codes of git commandsLibravatar Denton Liu1-2/+4
2019-11-29t3600: use test_line_count() where possibleLibravatar Denton Liu1-3/+4
2019-11-29t3301: stop losing return codes of git commandsLibravatar Denton Liu1-67/+163
2019-11-29t0090: stop losing return codes of git commandsLibravatar Denton Liu1-2/+3
2019-11-29t0014: remove git command upstream of pipeLibravatar Denton Liu1-2/+2
2019-11-29apply-one-time-sed.sh: modernize styleLibravatar Denton Liu1-3/+5
2019-11-29ci: build Git with GCC 9 in the 'osx-gcc' build jobLibravatar SZEDER Gábor2-3/+5
2019-11-27test: use test_must_be_empty F instead of test_cmp empty FLibravatar René Scharfe2-5/+2
2019-11-27t7812: add missing redirectsLibravatar Andreas Schwab1-2/+2
2019-11-27test: use test_must_be_empty F instead of test -z $(cat F)Libravatar René Scharfe3-7/+7
2019-11-27t1400: use test_must_be_emptyLibravatar René Scharfe1-4/+4
2019-11-27t1410: use test_line_countLibravatar René Scharfe1-2/+2
2019-11-27t1512: use test_line_countLibravatar René Scharfe1-1/+1
2019-11-27run-command: use prepare_git_cmd() in prepare_cmd()Libravatar René Scharfe1-2/+1
2019-11-27name-rev: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-4/+4
2019-11-27push: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-2/+3
2019-11-27shell: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-2/+2
2019-11-27fmt-merge-msg: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-5/+4
2019-11-27fetch: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-9/+3