Age | Commit message (Expand) | Author | Files | Lines |
2021-04-27 | builtin/pack-redundant: avoid casting buffers to struct object_id | brian m. carlson | 1 | -14/+14 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
2021-01-25 | Merge branch 'jc/deprecate-pack-redundant' | Junio C Hamano | 1 | -0/+13 |
2020-12-23 | Merge branch 'jx/pack-redundant-on-single-pack' | Junio C Hamano | 1 | -0/+6 |
2020-12-16 | pack-redundant: fix crash when one packfile in repo | Jiang Xin | 1 | -0/+6 |
2020-12-15 | pack-redundant: gauge the usage before proposing its removal | Junio C Hamano | 1 | -0/+13 |
2020-11-16 | use size_t to store pack .idx byte offsets | Jeff King | 1 | -3/+3 |
2019-04-01 | object-store: rename and expand packed_git's sha1 member | brian m. carlson | 1 | -1/+1 |
2019-03-07 | Merge branch 'sc/pack-redundant' | Junio C Hamano | 1 | -140/+92 |
2019-02-04 | pack-redundant: consistent sort method | Jiang Xin | 1 | -8/+16 |
2019-02-04 | pack-redundant: rename pack_list.all_objects | Jiang Xin | 1 | -19/+19 |
2019-02-04 | pack-redundant: new algorithm to find min packs | Sun Chao | 1 | -127/+67 |
2019-02-04 | pack-redundant: delete redundant code | Sun Chao | 1 | -1/+0 |
2019-02-04 | pack-redundant: delay creation of unique_objects | Jiang Xin | 1 | -5/+10 |
2019-02-04 | various: tighten constness of some local variables | Shahzad Lone | 1 | -2/+2 |
2018-08-20 | treewide: use get_all_packs | Derrick Stolee | 1 | -2/+2 |
2018-05-02 | pack-redundant: convert linked lists to use struct object_id | brian m. carlson | 1 | -24/+26 |
2018-05-02 | pack-redundant: abstract away hash algorithm | brian m. carlson | 1 | -5/+7 |
2018-04-11 | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 1 | -2/+0 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -2/+4 |
2018-03-26 | packfile: keep prepare_packed_git() private | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
2018-03-26 | packfile: add repository argument to prepare_packed_git | Stefan Beller | 1 | -1/+1 |
2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -2/+4 |
2018-02-22 | pack-redundant: rename 'new' variables | Brandon Williams | 1 | -27/+27 |
2017-08-23 | pack: move pack name-related functions | Jonathan Tan | 1 | -0/+1 |
2017-05-08 | pack-redundant: plug memory leak | Johannes Schindelin | 1 | -0/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -1/+1 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
2012-12-13 | Fix sizeof usage in get_permutations | Matthew Daley | 1 | -3/+3 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -2/+1 |
2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+696 |