summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-20khash: rename kh_oid_t to kh_oid_setLibravatar Jeff King3-9/+9
2019-06-20khash: drop broken oid_map typedefLibravatar Jeff King2-3/+1
2019-06-20object: convert create_object() to use object_idLibravatar Jeff King7-13/+9
2019-06-20object: convert internal hash_obj() to object_idLibravatar Jeff King1-4/+4
2019-06-20object: convert lookup_object() to use object_idLibravatar Jeff King16-31/+30
2019-06-20object: convert lookup_unknown_object() to use object_idLibravatar Jeff King10-14/+14
2019-06-20pack-objects: convert locate_object_entry_hash() to object_idLibravatar Jeff King1-5/+5
2019-06-20pack-objects: convert packlist_find() to use object_idLibravatar Jeff King5-16/+17
2019-06-20pack-bitmap-write: convert some helpers to use object_idLibravatar Jeff King1-9/+9
2019-06-20upload-pack: rename a "sha1" variable to "oid"Libravatar Jeff King1-3/+3
2019-06-20describe: fix accidental oid/hash type-punningLibravatar Jeff King1-1/+1
2019-06-19fetch: only run 'gc' once when fetching multiple remotesLibravatar Nguyễn Thái Ngọc Duy3-8/+20
2019-06-19commit-graph: test verify across alternatesLibravatar Derrick Stolee1-0/+19
2019-06-19commit-graph: normalize commit-graph filenamesLibravatar Derrick Stolee2-8/+29
2019-06-19commit-graph: test --split across alternate without --splitLibravatar Derrick Stolee1-0/+15
2019-06-19commit-graph: test octopus merges with --splitLibravatar Derrick Stolee1-0/+11
2019-06-19commit-graph: clean up chains after flattened writeLibravatar Derrick Stolee2-3/+21
2019-06-19commit-graph: verify chains with --shallow modeLibravatar Derrick Stolee5-14/+101
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee8-24/+128
2019-06-19commit-graph: expire commit-graph filesLibravatar Derrick Stolee3-1/+85
2019-06-19commit-graph: allow cross-alternate chainsLibravatar Derrick Stolee4-11/+123
2019-06-19commit-graph: merge commit-graph chainsLibravatar Derrick Stolee3-33/+240
2019-06-19commit-graph: add --split option to builtinLibravatar Derrick Stolee3-8/+138
2019-06-19commit-graph: write commit-graph chainsLibravatar Derrick Stolee3-12/+278
2019-06-19commit-graph: rearrange chunk count logicLibravatar Derrick Stolee1-14/+21
2019-06-19commit-graph: add base graphs chunkLibravatar Derrick Stolee3-2/+32
2019-06-19commit-graph: load commit-graph chainsLibravatar Derrick Stolee1-6/+106
2019-06-19commit-graph: rename commit_compare to oid_compareLibravatar Derrick Stolee1-2/+2
2019-06-19commit-graph: prepare for commit-graph chainsLibravatar Derrick Stolee2-11/+81
2019-06-19commit-graph: document commit-graph chainsLibravatar Derrick Stolee1-0/+59
2019-06-19stash: fix show referencing stash indexLibravatar Thomas Gummerer2-4/+23
2019-06-19ref-filter: sort detached HEAD lines firstlyLibravatar Matthew DeVore3-18/+21
2019-06-19wrapper: avoid undefined behaviour in macOSLibravatar Carlo Marcelo Arenas Belón1-1/+1
2019-06-19interpret-trailers: load default configLibravatar Jeff King2-27/+47
2019-06-17show --continue/skip etc. consistently in synopsisLibravatar Phillip Wood2-3/+2
2019-06-17use COPY_ARRAY for copying arraysLibravatar René Scharfe4-7/+7
2019-06-17coccinelle: use COPY_ARRAY for copying arraysLibravatar René Scharfe1-15/+46
2019-06-17fsmonitor: avoid signed integer overflow / infinite loopLibravatar Carlo Marcelo Arenas Belón1-4/+4
2019-06-17test-hashmap: remove 'hash' commandLibravatar Christian Couder2-17/+1
2019-06-17oidmap: use sha1hash() instead of static hash() functionLibravatar Christian Couder1-10/+3
2019-06-17t: add t0016-oidmap.shLibravatar Christian Couder1-0/+84
2019-06-17t/helper: add test-oidmap.cLibravatar Christian Couder4-0/+129
2019-06-17The second batchLibravatar Junio C Hamano1-0/+77
2019-06-17Merge branch 'xl/record-partial-clone-origin'Libravatar Junio C Hamano2-4/+14
2019-06-17Merge branch 'pb/request-pull-verify-remote-ref'Libravatar Junio C Hamano2-17/+82
2019-06-17Merge branch 'mm/p4-unshelve-windows-fix'Libravatar Junio C Hamano1-1/+1
2019-06-17Merge branch 'po/git-help-on-git-itself'Libravatar Junio C Hamano2-2/+4
2019-06-17Merge branch 'es/first-contrib-tutorial'Libravatar Junio C Hamano2-0/+1133
2019-06-17Merge branch 'bb/unicode-12.1-reiwa'Libravatar Junio C Hamano1-2/+1
2019-06-17Merge branch 'sw/git-p4-unshelve-branched-files'Libravatar Junio C Hamano2-2/+8