summaryrefslogtreecommitdiffstats
path: root/remote-testsvn.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-07coccicheck: optionally batch spatch invocationsJeff King1-7/+6
2019-04-25The seventh batchJunio C Hamano1-0/+118
2019-04-22The sixth batchJunio C Hamano1-2/+24
2019-04-16The fifth batchJunio C Hamano1-0/+58
2019-04-16update_info_refs(): drop unused force parameterJeff King1-2/+2
2019-04-16server-info: drop objdirlen pointer arithmeticJeff King1-8/+2
2019-04-16server-info: drop nr_alloc struct memberJeff King1-1/+1
2019-04-16server-info: use strbuf to read old info/packs fileJeff King1-10/+8
2019-04-16server-info: simplify cleanup in parse_pack_def()Jeff King1-3/+4
2019-04-16server-info: fix blind pointer arithmeticJeff King1-10/+12
2019-04-16http: simplify parsing of remote objects/info/packsJeff King1-21/+14
2019-04-16packfile: fix pack basename computationJeff King4-1/+32
2019-04-16midx: check both pack and index names for containmentJeff King2-3/+35
2019-04-16t5319: drop useless --buffer from cat-fileJeff King1-2/+2
2019-04-16t5319: fix bogus cat-file argumentJeff King1-6/+7
2019-04-16pack-revindex: open index if necessaryJeff King4-7/+17
2019-04-16packfile.h: drop extern from function declarationsJeff King1-41/+41
2019-04-15fetch: do not consider peeled tags as advertised tipsJeff King2-3/+19
2019-04-15remote.c: make singular free_ref() publicJeff King2-4/+6
2019-04-15fetch: use free_refs()Jeff King1-4/+1
2019-04-15pkt-line: prepare buffer before handling ERR packetsJeff King2-5/+6
2019-04-15upload-pack: send ERR packet for non-tip objectsJeff King3-5/+22
2019-04-15t5530: check protocol response for "not our ref"Jeff King1-2/+3
2019-04-15t5516: drop ok=sigpipe from unreachable-want testsJeff King1-3/+3
2019-04-15gettext tests: export the restored GIT_TEST_GETTEXT_POISONJunio C Hamano1-0/+1
2019-04-15progress: break too long progress bar linesSZEDER Gábor1-3/+24
2019-04-15progress: clear previous progress update dynamicallySZEDER Gábor1-4/+7
2019-04-15macOS: make sure that gettext is foundJohannes Schindelin1-0/+2
2019-04-15t9822: skip tests if file names cannot be ISO-8859-1 encodedJohannes Schindelin1-0/+7
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy3-9/+20
2019-04-15tests: disallow the use of abbreviated options (by default)Johannes Schindelin4-1/+33
2019-04-14send-email: default to quoted-printable when CR is presentbrian m. carlson2-1/+15
2019-04-12progress: use xmalloc/xcallocJeff King1-13/+5
2019-04-12xdiff: use xmalloc/xreallocJeff King1-2/+2
2019-04-12xdiff: use git-compat-utilJeff King1-7/+1
2019-04-12test-prio-queue: use xmallocJeff King1-1/+1
2019-04-12t3000 (ls-files -o): widen description to reflect current testsKyle Meyer1-1/+1
2019-04-12untracked cache: fix off-by-oneJohannes Schindelin1-1/+1
2019-04-10submodule: teach set-branch subcommandDenton Liu4-5/+175
2019-04-10Documentation/git-show-branch: avoid literal {apostrophe}Todd Zullinger1-1/+1
2019-04-09The fourth batchJunio C Hamano1-0/+39
2019-04-09t3301: fix false negativeJohannes Schindelin1-2/+3
2019-04-08describe doc: remove '7-char' abbreviation referencePhilip Oakley1-1/+1
2019-04-08rerere doc: quote `rerere.enabled`Philip Oakley1-1/+1
2019-04-08blame: default to HEAD in a bare repo when no start commit is givenSZEDER Gábor2-0/+21
2019-04-08ls-files: use correct format stringThomas Gummerer1-5/+5
2019-04-08gc docs: remove incorrect reference to gc.auto=0Ævar Arnfjörð Bjarmason1-2/+1
2019-04-08gc docs: clarify that "gc" doesn't throw away referenced objectsÆvar Arnfjörð Bjarmason1-2/+2
2019-04-08gc docs: note "gc --aggressive" in "fast-import"Ævar Arnfjörð Bjarmason1-0/+7
2019-04-08gc docs: downplay the usefulness of --aggressiveÆvar Arnfjörð Bjarmason1-2/+27