summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-02-22builtin/repack.c: add '--geometric' optionTaylor Blau-4/+343
2021-02-22packfile: add kept-pack cache for find_kept_pack_entry()Jeff King-43/+61
2021-02-22builtin/pack-objects.c: rewrite honor-pack-keep logicJeff King-51/+76
2021-02-22p5303: measure time to repack with keepJeff King-2/+32
2021-02-22p5303: add missing &&-chainsJeff King-2/+2
2021-02-22builtin/pack-objects.c: add '--stdin-packs' optionTaylor Blau-2/+307
2021-02-22revision: learn '--no-kept-objects'Taylor Blau-0/+88
2021-02-22packfile: introduce 'find_kept_pack_entry()'Taylor Blau-5/+64
2021-02-22The tenth batchJunio C Hamano-0/+7
2021-02-22Merge branch 'ab/test-lib'Junio C Hamano-124/+107
2021-02-22Merge branch 'ab/diff-deferred-free'Junio C Hamano-20/+60
2021-02-22Merge branch 'ab/pager-exit-log'Junio C Hamano-13/+142
2021-02-22Merge branch 'ta/hash-function-transition-doc'Junio C Hamano-147/+150
2021-02-22Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano-74/+225
2021-02-22Merge branch 'dl/stash-cleanup'Junio C Hamano-97/+105
2021-02-22commit-graph: avoid leaking topo_levels slab in write_commit_graph()Andrzej Hunt-0/+1
2021-02-22difftool.c: learn a new way start at specified fileZheNing Hu-0/+40
2021-02-22commit-reach: stale commits may prune generation furtherDerrick Stolee-7/+21
2021-02-22commit-reach: use heuristic in remove_redundant()Derrick Stolee-16/+56
2021-02-22commit-reach: move compare_commits_by_genDerrick Stolee-15/+15
2021-02-22commit-reach: use one walk in remove_redundant()Derrick Stolee-8/+96
2021-02-22doc: mention bigFileThreshold for packingChristian Walther-1/+19
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan-22/+165
2021-02-22fetch-pack: with packfile URIs, use index-pack argJonathan Tan-11/+23
2021-02-22http-fetch: allow custom index-pack argsJonathan Tan-8/+30
2021-02-22http: allow custom index-pack argsJonathan Tan-13/+18
2021-02-22Merge branch 'py/commit-comments'Pratyush Yadav-2/+21
2021-02-19Documentation: typofix --column descriptionJunio C Hamano-3/+3
2021-02-18chunk-format: add technical docsDerrick Stolee-0/+122
2021-02-18chunk-format: restore duplicate chunk checksDerrick Stolee-0/+9
2021-02-18midx: use 64-bit multiplication for chunk sizesDerrick Stolee-5/+6
2021-02-18midx: use chunk-format read APIDerrick Stolee-50/+29
2021-02-18commit-graph: use chunk-format read APIDerrick Stolee-106/+55
2021-02-18chunk-format: create read chunk APIDerrick Stolee-0/+127
2021-02-18midx: use chunk-format API in write_midx_internal()Derrick Stolee-86/+20
2021-02-18midx: drop chunk progress during writeDerrick Stolee-7/+0
2021-02-18midx: return success/failure in chunk write methodsDerrick Stolee-36/+27
2021-02-18midx: add num_large_offsets to write_midx_contextDerrick Stolee-7/+10
2021-02-18midx: add pack_perm to write_midx_contextDerrick Stolee-19/+21
2021-02-18midx: add entries to write_midx_contextDerrick Stolee-23/+26
2021-02-18midx: use context in write_midx_pack_names()Derrick Stolee-11/+10
2021-02-18midx: rename pack_info to write_midx_contextDerrick Stolee-65/+65
2021-02-18commit-graph: use chunk-format write APIDerrick Stolee-82/+37
2021-02-18chunk-format: create chunk format write APIDerrick Stolee-0/+112
2021-02-18gitmailmap.txt: fix rendering of e-mail addressesMartin Ågren-4/+4
2021-02-18git.txt: fix monospace renderingMartin Ågren-1/+1
2021-02-18git-gui: remove lines starting with the comment characterPratyush Yadav-2/+21
2021-02-17The ninth batchJunio C Hamano-0/+58
2021-02-17Merge branch 'ak/config-bad-bool-error'Junio C Hamano-2/+25
2021-02-17Merge branch 'js/reflog-expire-stale-fix'Junio C Hamano-0/+29