summaryrefslogtreecommitdiffstats
path: root/pack-check.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-07The fourth batchJunio C Hamano1-0/+18
2019-12-05The third batchJunio C Hamano1-0/+81
2019-12-04doc: replace LKML link with lore.kernel.orgDenton Liu1-1/+1
2019-12-04RelNotes: replace Gmane with real Message-IDsDenton Liu9-10/+11
2019-12-04doc: replace MARC links with lore.kernel.orgDenton Liu4-6/+6
2019-12-02pkt-line: fix a typoJohannes Schindelin1-1/+1
2019-12-01The second batchJunio C Hamano1-0/+87
2019-11-30grep: don't return an expression from pcre2_free()Hans Jerry Illikainen1-1/+1
2019-11-30t7811: don't create unused fileRené Scharfe1-1/+0
2019-11-30t9300: don't create unused fileRené Scharfe1-3/+0
2019-11-30doc: replace public-inbox links with lore.kernel.orgJeff King10-27/+27
2019-11-30doc: recommend lore.kernel.org over public-inbox.orgJeff King3-3/+3
2019-11-30send-pack: use OBJECT_INFO_QUICK to check negative objectsJeff King1-1/+3
2019-11-29ci: build Git with GCC 9 in the 'osx-gcc' build jobSZEDER Gábor2-3/+5
2019-11-27test: use test_must_be_empty F instead of test_cmp empty FRené Scharfe2-5/+2
2019-11-27test: use test_must_be_empty F instead of test -z $(cat F)René Scharfe3-7/+7
2019-11-27t1400: use test_must_be_emptyRené Scharfe1-4/+4
2019-11-27t1410: use test_line_countRené Scharfe1-2/+2
2019-11-27t1512: use test_line_countRené Scharfe1-1/+1
2019-11-27run-command: use prepare_git_cmd() in prepare_cmd()René Scharfe1-2/+1
2019-11-27name-rev: use skip_prefix() instead of starts_with()René Scharfe1-4/+4
2019-11-27push: use skip_prefix() instead of starts_with()René Scharfe1-2/+3
2019-11-27shell: use skip_prefix() instead of starts_with()René Scharfe1-2/+2
2019-11-27fmt-merge-msg: use skip_prefix() instead of starts_with()René Scharfe1-5/+4
2019-11-27fetch: use skip_prefix() instead of starts_with()René Scharfe1-9/+3
2019-11-27perf-lib: use a single filename for all measurement typesJeff King2-11/+5
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar2-1/+24
2019-11-25revision: free topo_walk_info before creating a new one in init_topo_walkMike Hommey1-0/+16
2019-11-25revision: clear the topo-walk flags in reset_revision_walkMike Hommey1-1/+1
2019-11-25git-compat-util.h: drop the `PRIuMAX` and other fallback definitionsHariom Verma1-20/+0
2019-11-25reset: parse rev as tree-ish in patch modeNika Layzell2-1/+22
2019-11-24doc: mention that 'git submodule update' fetches missing commitsPhilippe Blain1-1/+2
2019-11-24doc: document 'git submodule status --cached'Manish Goregaokar1-0/+3
2019-11-24sequencer: don't re-read todo for revert and cherry-pickSZEDER Gábor2-1/+31
2019-11-23t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a boolSZEDER Gábor2-2/+2
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor8-11/+82
2019-11-23sequencer: fix empty commit check when amendingPhillip Wood2-5/+53
2019-11-23git svn: stop using `rebase --preserve-merges`Johannes Schindelin2-5/+7
2019-11-23gpg-interface: limit search for primary key fingerprintHans Jerry Illikainen2-6/+38
2019-11-23gpg-interface: refactor the free-and-xmemdupz patternHans Jerry Illikainen1-7/+15
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah3-9/+29
2019-11-21t5520: replace `! git` with `test_must_fail git`Denton Liu1-2/+2
2019-11-21t5520: remove redundant lines in test casesDenton Liu1-8/+0
2019-11-21t5520: replace $(cat ...) comparison with test_cmpDenton Liu1-35/+70
2019-11-21t5520: don't put git in upstream of pipeDenton Liu1-1/+2
2019-11-21t5520: test single-line files by git with test_cmpDenton Liu1-16/+48
2019-11-21t5520: use test_cmp_rev where possibleDenton Liu1-25/+25
2019-11-21t5520: replace test -{n,z} with test-lib functionsDenton Liu1-4/+8
2019-11-21t5520: use test_line_count where possibleDenton Liu1-1/+2
2019-11-21t5520: remove spaces after redirect operatorDenton Liu1-5/+5