summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-11upload-pack: pass upload_pack_data to deepen_by_rev_list()Christian Couder1-8/+6
2020-06-11upload-pack: pass upload_pack_data to deepen()Christian Couder1-14/+11
2020-06-11upload-pack: pass upload_pack_data to send_shallow_list()Christian Couder1-36/+21
2020-06-10upload-pack: send part of packfile response as uriJonathan Tan4-10/+343
2020-06-10fetch-pack: support more than one pack lockfileJonathan Tan7-35/+46
2020-06-10upload-pack: refactor reading of pack-objects outJonathan Tan1-35/+49
2020-06-10Documentation: add Packfile URIs design docJonathan Tan2-1/+109
2020-06-10Documentation: order protocol v2 sectionsJonathan Tan1-10/+8
2020-06-10http-fetch: support fetching packfiles by URLJonathan Tan5-18/+123
2020-06-10http-fetch: refactor into functionJonathan Tan1-28/+41
2020-06-10http: refactor finish_http_pack_request()Jonathan Tan4-22/+35
2020-06-10http: use --stdin when indexing dumb HTTP packJonathan Tan1-22/+11
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine3-3/+25
2020-06-10worktree: generalize candidate worktree path validationEric Sunshine1-13/+16
2020-06-10worktree: prune linked worktree referencing main worktree pathEric Sunshine2-0/+27
2020-06-10worktree: prune duplicate entries referencing same worktree pathEric Sunshine2-6/+55
2020-06-10worktree: make high-level pruning re-usableEric Sunshine1-6/+9
2020-06-10worktree: give "should be pruned?" function more meaningful nameEric Sunshine1-2/+2
2020-06-09t/t3430: avoid undefined git diff behaviorChris Torek1-1/+1
2020-06-09reftable: define version 2 of the spec to accomodate SHA256Han-Wen Nienhuys1-37/+45
2020-06-09reftable: clarify how empty tables should be writtenHan-Wen Nienhuys1-0/+6
2020-06-09reftable: file format documentationJonathan Nieder2-0/+1070
2020-06-08The second batchJunio C Hamano1-0/+31
2020-06-08Merge branch 'jt/curl-verbose-on-trace-curl'Junio C Hamano8-9/+74
2020-06-08Merge branch 'cc/upload-pack-data'Junio C Hamano1-153/+145
2020-06-08Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano2-4/+11
2020-06-08Merge branch 'js/checkout-p-new-file'Junio C Hamano3-9/+61
2020-06-08Merge branch 'dl/remote-curl-deadlock-fix'Junio C Hamano18-30/+211
2020-06-08Merge branch 'bc/filter-process'Junio C Hamano2-3/+9
2020-06-08Merge branch 'vs/complete-stash-show-p-fix'Junio C Hamano1-1/+1
2020-06-08Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano2-17/+30
2020-06-08Merge branch 'es/bugreport-shell'Junio C Hamano3-0/+8
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano5-76/+94
2020-06-08Merge branch 'cb/t4210-illseq-auto-detect'Junio C Hamano3-52/+125
2020-06-08Merge branch 'ds/line-log-on-bloom'Junio C Hamano6-13/+152
2020-06-08docs: mention MyFirstContribution in more placesEmily Shaffer2-2/+6
2020-06-08worktree: factor out repeated string literalEric Sunshine1-11/+12
2020-06-08commit-graph: simplify write_commit_graph_file() #2SZEDER Gábor1-21/+24
2020-06-08commit-graph: simplify write_commit_graph_file() #1SZEDER Gábor1-29/+17
2020-06-08commit-graph: simplify parse_commit_graph() #2SZEDER Gábor1-17/+9
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor2-8/+11
2020-06-08commit-graph: clean up #includesSZEDER Gábor2-6/+4
2020-06-08diff.h: drop diff_tree_oid() & friends' return valueSZEDER Gábor3-27/+22
2020-06-08commit-slab: add a function to deep free entries on the slabSZEDER Gábor4-9/+29
2020-06-08commit-graph-format.txt: all multi-byte numbers are in network byte orderSZEDER Gábor1-1/+1
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor2-2/+2
2020-06-08tree-walk.c: don't match submodule entries for 'submod/anything'SZEDER Gábor2-2/+11
2020-06-08CodingGuidelines: specify Python 2.7 is the oldest versionDenton Liu1-6/+1
2020-06-08t/README: avoid poor-man's small caps GITDenton Liu1-7/+7
2020-06-08fuzz-commit-graph: properly free graph structJosh Steadmon1-1/+1