summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Libravatar Junio C Hamano9-302/+312
2019-11-30grep: don't return an expression from pcre2_free()Libravatar Hans Jerry Illikainen1-1/+1
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-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-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-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
2019-11-27perf-lib: use a single filename for all measurement typesLibravatar Jeff King2-11/+5
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryLibravatar Manish Goregaokar2-1/+24
2019-11-25revision: free topo_walk_info before creating a new one in init_topo_walkLibravatar Mike Hommey1-0/+16
2019-11-25revision: clear the topo-walk flags in reset_revision_walkLibravatar Mike Hommey1-1/+1
2019-11-25git-compat-util.h: drop the `PRIuMAX` and other fallback definitionsLibravatar Hariom Verma1-20/+0
2019-11-25reset: parse rev as tree-ish in patch modeLibravatar Nika Layzell2-1/+22
2019-11-24doc: mention that 'git submodule update' fetches missing commitsLibravatar Philippe Blain1-1/+2
2019-11-24doc: document 'git submodule status --cached'Libravatar Manish Goregaokar1-0/+3
2019-11-24sequencer: don't re-read todo for revert and cherry-pickLibravatar SZEDER Gábor2-1/+31
2019-11-23t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a boolLibravatar SZEDER Gábor2-2/+2
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesLibravatar SZEDER Gábor8-11/+82
2019-11-23sequencer: fix empty commit check when amendingLibravatar Phillip Wood2-5/+53
2019-11-23git svn: stop using `rebase --preserve-merges`Libravatar Johannes Schindelin2-5/+7
2019-11-23gpg-interface: limit search for primary key fingerprintLibravatar Hans Jerry Illikainen2-6/+38
2019-11-23gpg-interface: refactor the free-and-xmemdupz patternLibravatar Hans Jerry Illikainen1-7/+15
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesLibravatar Utsav Shah3-9/+29
2019-11-21t5520: replace `! git` with `test_must_fail git`Libravatar Denton Liu1-2/+2
2019-11-21t5520: remove redundant lines in test casesLibravatar Denton Liu1-8/+0
2019-11-21t5520: replace $(cat ...) comparison with test_cmpLibravatar Denton Liu1-35/+70
2019-11-21t5520: don't put git in upstream of pipeLibravatar Denton Liu1-1/+2
2019-11-21t5520: test single-line files by git with test_cmpLibravatar Denton Liu1-16/+48
2019-11-21t5520: use test_cmp_rev where possibleLibravatar Denton Liu1-25/+25
2019-11-21t5520: replace test -{n,z} with test-lib functionsLibravatar Denton Liu1-4/+8
2019-11-21t5520: use test_line_count where possibleLibravatar Denton Liu1-1/+2
2019-11-21t5520: remove spaces after redirect operatorLibravatar Denton Liu1-5/+5
2019-11-21t5520: replace test -f with test-lib functionsLibravatar Denton Liu1-5/+5
2019-11-21t5520: let sed open its own inputLibravatar Denton Liu1-1/+1
2019-11-21t5520: use sq for test case namesLibravatar Denton Liu1-2/+2
2019-11-21t5520: improve test styleLibravatar Denton Liu1-43/+45
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsLibravatar Denton Liu8-14/+25
2019-11-21t0000: test multiple local assignmentLibravatar Denton Liu1-7/+8