aboutsummaryrefslogtreecommitdiff
path: root/builtin/pack-refs.c
AgeCommit message (Expand)Author
2025-09-19builtin/pack-refs: factor out core logic into a shared libraryMeet Soni
2025-09-19builtin/pack-refs: convert to use the generic refs_optimize() APIMeet Soni
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-03-07builtin/pack-refs: stop using `the_repository`Usman Akinyemi
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-03-25builtin/pack-refs: introduce new "--auto" flagPatrick Steinhardt
2024-03-25builtin/pack-refs: release allocated memoryPatrick Steinhardt
2024-03-25refs: remove `PACK_REFS_ALL` flagPatrick Steinhardt
2023-05-12pack-refs: teach pack-refs --include optionJohn Cai
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason
2019-04-26Honor core.precomposeUnicode in more placesElijah Newren
2018-04-12refs: add repository argument to get_main_ref_storeStefan Beller
2017-04-14refs: delete pack_refs() in favor of refs_pack_refs()Nguyễn Thái Ngọc Duy
2015-01-14standardize usage info string formatAlex Henrie
2013-05-01pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty
2012-08-20i18n: pack-refs: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-03-22Fix sparse warningsStephen Boyd
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds