summaryrefslogtreecommitdiffstats
path: root/builtin/pack-redundant.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* packfile: drop sha1_pack_index_name()Jeff King2024-10-251-1/+4
* builtin/pack-redundant: fix various memory leaksPatrick Steinhardt2024-09-301-6/+34
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+2
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-5/+2
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-1/+1
* hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-3/+5
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+1
|\
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/unused-post-2.40-part2'Junio C Hamano2023-04-061-1/+1
|\ \
| * | builtins: mark unused prefix parametersJeff King2023-03-281-1/+1
| |/
* | Merge branch 'jk/really-deprecate-pack-redundant'Junio C Hamano2023-04-041-0/+1
|\ \ | |/ |/|
| * pack-redundant: escalate deprecation warning to an errorJeff King2023-03-231-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-5/+5
* builtin/pack-redundant: avoid casting buffers to struct object_idbrian m. carlson2021-04-271-14/+14
* use CALLOC_ARRAYRené Scharfe2021-03-141-1/+1
* Merge branch 'jc/deprecate-pack-redundant'Junio C Hamano2021-01-251-0/+13
|\
| * pack-redundant: gauge the usage before proposing its removalJunio C Hamano2020-12-151-0/+13
* | Merge branch 'jx/pack-redundant-on-single-pack'Junio C Hamano2020-12-231-0/+6
|\ \ | |/ |/|
| * pack-redundant: fix crash when one packfile in repoJiang Xin2020-12-171-0/+6
* | use size_t to store pack .idx byte offsetsJeff King2020-11-161-3/+3
|/
* object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-1/+1
* Merge branch 'sc/pack-redundant'Junio C Hamano2019-03-071-140/+92
|\
| * pack-redundant: consistent sort methodJiang Xin2019-02-041-8/+16
| * pack-redundant: rename pack_list.all_objectsJiang Xin2019-02-041-19/+19
| * pack-redundant: new algorithm to find min packsSun Chao2019-02-041-127/+67
| * pack-redundant: delete redundant codeSun Chao2019-02-041-1/+0
| * pack-redundant: delay creation of unique_objectsJiang Xin2019-02-041-5/+10
* | various: tighten constness of some local variablesShahzad Lone2019-02-041-2/+2
|/
* treewide: use get_all_packsDerrick Stolee2018-08-211-2/+2
* pack-redundant: convert linked lists to use struct object_idbrian m. carlson2018-05-021-24/+26
* pack-redundant: abstract away hash algorithmbrian m. carlson2018-05-021-5/+7
* Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-2/+0
|\
| * packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-261-2/+0
| * packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+1
* | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-2/+4
|\|
| * object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-2/+4
* | pack-redundant: rename 'new' variablesBrandon Williams2018-02-221-27/+27
|/
* pack: move pack name-related functionsJonathan Tan2017-08-241-0/+1
* pack-redundant: plug memory leakJohannes Schindelin2017-05-081-0/+1
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* Fix sizeof usage in get_permutationsMatthew Daley2012-12-131-3/+3
* Fix sparse warningsStephen Boyd2011-03-221-2/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+696