summaryrefslogtreecommitdiff
path: root/builtin/pack-redundant.c
AgeCommit message (Expand)Author
2021-01-25Merge branch 'jc/deprecate-pack-redundant'Junio C Hamano
2020-12-23Merge branch 'jx/pack-redundant-on-single-pack'Junio C Hamano
2020-12-17pack-redundant: fix crash when one packfile in repoJiang Xin
2020-12-15pack-redundant: gauge the usage before proposing its removalJunio C Hamano
2020-11-16use size_t to store pack .idx byte offsetsJeff King
2019-04-01object-store: rename and expand packed_git's sha1 memberbrian m. carlson
2019-03-07Merge branch 'sc/pack-redundant'Junio C Hamano
2019-02-04pack-redundant: consistent sort methodJiang Xin
2019-02-04pack-redundant: rename pack_list.all_objectsJiang Xin
2019-02-04pack-redundant: new algorithm to find min packsSun Chao
2019-02-04pack-redundant: delete redundant codeSun Chao
2019-02-04pack-redundant: delay creation of unique_objectsJiang Xin
2019-02-04various: tighten constness of some local variablesShahzad Lone
2018-08-20treewide: use get_all_packsDerrick Stolee
2018-05-02pack-redundant: convert linked lists to use struct object_idbrian m. carlson
2018-05-02pack-redundant: abstract away hash algorithmbrian m. carlson
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-02-22pack-redundant: rename 'new' variablesBrandon Williams
2017-08-23pack: move pack name-related functionsJonathan Tan
2017-05-08pack-redundant: plug memory leakJohannes Schindelin
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2015-01-14standardize usage info string formatAlex Henrie
2012-12-13Fix sizeof usage in get_permutationsMatthew Daley
2011-03-22Fix sparse warningsStephen Boyd
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds