summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-18Merge branch 'js/default-branch-name-adjust-t5515'Libravatar Junio C Hamano128-305/+308
2020-11-18Merge branch 'dd/upload-pack-stateless-eof'Libravatar Junio C Hamano2-1/+29
2020-11-18t3040: remove stale noteLibravatar Johannes Schindelin1-3/+0
2020-11-18tests: fix description of 'test_set_prereq'Libravatar SZEDER Gábor1-1/+1
2020-11-18tests: make sure nested lazy prereqs work reliablyLibravatar SZEDER Gábor2-3/+24
2020-11-18t2106: ensure that the checkout fails for the expected reasonLibravatar Johannes Schindelin1-1/+2
2020-11-18t2106: make test independent of the current main branch nameLibravatar Johannes Schindelin1-1/+1
2020-11-18t2106: adjust style to the current conventionsLibravatar Johannes Schindelin1-14/+16
2020-11-17builtin/repack.c: don't move existing packs out of the wayLibravatar Taylor Blau1-89/+14
2020-11-17ci: avoid `set-env` construct in print-test-failures.shLibravatar Junio C Hamano1-1/+1
2020-11-17completion: bash: improve alias loop detectionLibravatar Felipe Contreras1-4/+5
2020-11-16pull: check for local submodule modifications with the right rangeLibravatar Philippe Blain2-1/+30
2020-11-16t5572: describe '--rebase' tests a little moreLibravatar Philippe Blain1-2/+10
2020-11-16t5572: add notes on a peculiar testLibravatar Philippe Blain1-0/+15
2020-11-16pull --rebase: compute rebase arguments in separate functionLibravatar Philippe Blain1-11/+35
2020-11-16add -i: verify in the tests that colors can be overriddenLibravatar Johannes Schindelin1-0/+84
2020-11-16add -p: prefer color.diff.context over color.diff.plainLibravatar Johannes Schindelin2-5/+7
2020-11-16add -i (Perl version): color header to match the C versionLibravatar Johannes Schindelin1-4/+2
2020-11-16add -i (built-in): use the same indentation as the Perl versionLibravatar Johannes Schindelin1-1/+1
2020-11-16add -p (built-in): do not color the progress indicator separatelyLibravatar Johannes Schindelin1-5/+5
2020-11-16builtin/repack.c: keep track of what pack-objects wroteLibravatar Taylor Blau1-1/+30
2020-11-16repack: make "exts" array available outside cmd_repack()Libravatar Jeff King1-9/+10
2020-11-16list-objects-filter-options: fix function name in BUGLibravatar Martin Ågren1-1/+1
2020-11-16archive: release refname after useLibravatar René Scharfe2-1/+2
2020-11-16diff-lib: plug minor memory leaks in do_diff_cache()Libravatar René Scharfe1-0/+2
2020-11-16update-ref: disallow "start" for ongoing transactionsLibravatar Patrick Steinhardt2-0/+13
2020-11-16p1400: use `git-update-ref --stdin` to test multiple transactionsLibravatar Patrick Steinhardt1-13/+7
2020-11-16update-ref: allow creation of multiple transactionsLibravatar Patrick Steinhardt3-2/+64
2020-11-16t1400: avoid touching refs on filesystemLibravatar Patrick Steinhardt1-35/+42
2020-11-16packfile: detect overflow in .idx file size checksLibravatar Jeff King1-3/+3
2020-11-16block-sha1: take a size_t length parameterLibravatar Jeff King2-2/+2
2020-11-16fsck: correctly compute checksums on idx files larger than 4GBLibravatar Jeff King1-4/+4
2020-11-16use size_t to store pack .idx byte offsetsLibravatar Jeff King2-5/+5
2020-11-16compute pack .idx byte offsets using size_tLibravatar Jeff King4-9/+9
2020-11-16parse-remote: remove this now-unused libraryLibravatar Ævar Arnfjörð Bjarmason6-129/+0
2020-11-16submodule: remove sh function in favor of helperLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2020-11-16submodule: use "fetch" logic instead of custom remote discoveryLibravatar Ævar Arnfjörð Bjarmason1-7/+9
2020-11-16t5310-pack-bitmaps: skip JGit tests with SHA256Libravatar SZEDER Gábor1-2/+2
2020-11-12submodules: fix of regression on fetching of non-init subsub-repoLibravatar Peter Kaestle2-10/+67
2020-11-12pack-write: use hashwrite_be64()Libravatar René Scharfe1-4/+1
2020-11-12midx: use hashwrite_be64()Libravatar René Scharfe1-5/+2
2020-11-12csum-file: add hashwrite_be64()Libravatar René Scharfe1-0/+7
2020-11-12bisect: loosen halfway() check for a large number of commitsLibravatar SZEDER Gábor1-7/+20
2020-11-11receive-pack: log received client session IDLibravatar Josh Steadmon2-6/+21
2020-11-11send-pack: advertise session ID in capabilitiesLibravatar Josh Steadmon1-0/+7
2020-11-11upload-pack, serve: log received client session IDLibravatar Josh Steadmon3-6/+24
2020-11-11fetch-pack: advertise session ID in capabilitiesLibravatar Josh Steadmon1-0/+9
2020-11-11transport: log received server session IDLibravatar Josh Steadmon2-0/+74
2020-11-11serve: advertise session ID in v2 capabilitiesLibravatar Josh Steadmon1-0/+14
2020-11-11receive-pack: advertise session ID in v0 capabilitiesLibravatar Josh Steadmon1-0/+8