summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-16archive: release refname after useRené Scharfe2-1/+2
2020-11-16diff-lib: plug minor memory leaks in do_diff_cache()René Scharfe1-0/+2
2020-11-16update-ref: disallow "start" for ongoing transactionsPatrick Steinhardt2-0/+13
2020-11-16p1400: use `git-update-ref --stdin` to test multiple transactionsPatrick Steinhardt1-13/+7
2020-11-16update-ref: allow creation of multiple transactionsPatrick Steinhardt3-2/+64
2020-11-16t1400: avoid touching refs on filesystemPatrick Steinhardt1-35/+42
2020-11-16packfile: detect overflow in .idx file size checksJeff King1-3/+3
2020-11-16block-sha1: take a size_t length parameterJeff King2-2/+2
2020-11-16fsck: correctly compute checksums on idx files larger than 4GBJeff King1-4/+4
2020-11-16use size_t to store pack .idx byte offsetsJeff King2-5/+5
2020-11-16compute pack .idx byte offsets using size_tJeff King4-9/+9
2020-11-16parse-remote: remove this now-unused libraryÆvar Arnfjörð Bjarmason6-129/+0
2020-11-16submodule: remove sh function in favor of helperÆvar Arnfjörð Bjarmason1-1/+1
2020-11-16submodule: use "fetch" logic instead of custom remote discoveryÆvar Arnfjörð Bjarmason1-7/+9
2020-11-16t5310-pack-bitmaps: skip JGit tests with SHA256SZEDER Gábor1-2/+2
2020-11-12submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle2-10/+67
2020-11-12pack-write: use hashwrite_be64()René Scharfe1-4/+1
2020-11-12midx: use hashwrite_be64()René Scharfe1-5/+2
2020-11-12csum-file: add hashwrite_be64()René Scharfe1-0/+7
2020-11-12bisect: loosen halfway() check for a large number of commitsSZEDER Gábor1-7/+20
2020-11-11receive-pack: log received client session IDJosh Steadmon2-6/+21
2020-11-11send-pack: advertise session ID in capabilitiesJosh Steadmon1-0/+7
2020-11-11upload-pack, serve: log received client session IDJosh Steadmon3-6/+24
2020-11-11fetch-pack: advertise session ID in capabilitiesJosh Steadmon1-0/+9
2020-11-11transport: log received server session IDJosh Steadmon2-0/+74
2020-11-11serve: advertise session ID in v2 capabilitiesJosh Steadmon1-0/+14
2020-11-11receive-pack: advertise session ID in v0 capabilitiesJosh Steadmon1-0/+8
2020-11-11upload-pack: advertise session ID in v0 capabilitiesJosh Steadmon1-1/+14
2020-11-11trace2: add a public function for getting the SIDJosh Steadmon2-0/+7
2020-11-11docs: new transfer.advertiseSID optionJosh Steadmon1-0/+4
2020-11-11docs: new capability to advertise session IDsJosh Steadmon2-2/+28
2020-11-11Fifth batchJunio C Hamano1-0/+22
2020-11-11Merge branch 'jc/sequencer-stopped-sha-simplify'Junio C Hamano1-1/+1
2020-11-11Merge branch 'js/test-file-size'Junio C Hamano5-42/+24
2020-11-11Merge branch 'js/ci-github-set-env'Junio C Hamano1-1/+1
2020-11-11Merge branch 'js/p4-default-branch'Junio C Hamano1-1/+1
2020-11-11Merge branch 'js/test-whitespace-fixes'Junio C Hamano7-112/+113
2020-11-11Merge branch 'mc/typofix'Junio C Hamano4-4/+4
2020-11-11Merge branch 'jc/abbrev-doc'Junio C Hamano6-11/+18
2020-11-11Merge branch 'cw/ci-ghwf-check-ws-errors'Junio C Hamano1-2/+4
2020-11-11Merge branch 'rs/worktree-list-show-locked'Junio C Hamano1-1/+1
2020-11-11Merge branch 'rs/pack-write-hashwrite-simplify'Junio C Hamano1-3/+1
2020-11-11Merge branch 'sd/prompt-local-variable'Junio C Hamano1-0/+1
2020-11-11Merge branch 'rs/clear-commit-marks-in-repo'Junio C Hamano5-8/+9
2020-11-11Merge branch 'so/format-patch-doc-on-default-diff-format'Junio C Hamano1-3/+6
2020-11-11mergetool: avoid letting `list_tool_variants` break user-defined setupsJohannes Schindelin1-0/+4
2020-11-11mergetools/bc: add `bc4` to the alias list for Beyond CompareJohannes Schindelin1-0/+1
2020-11-11Merge branch 'en/strmap' into en/merge-ort-implJunio C Hamano27-169/+620
2020-11-11shortlog: use strset from strmap.hElijah Newren1-57/+4
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren6-38/+16