index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
pack-refs.c
Age
Commit message (
Expand
)
Author
2025-09-19
builtin/pack-refs: factor out core logic into a shared library
Meet Soni
2025-09-19
builtin/pack-refs: convert to use the generic refs_optimize() API
Meet Soni
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-03-07
builtin/pack-refs: stop using `the_repository`
Usman Akinyemi
2024-12-06
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-03-25
builtin/pack-refs: introduce new "--auto" flag
Patrick Steinhardt
2024-03-25
builtin/pack-refs: release allocated memory
Patrick Steinhardt
2024-03-25
refs: remove `PACK_REFS_ALL` flag
Patrick Steinhardt
2023-05-12
pack-refs: teach pack-refs --include option
John Cai
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2022-10-13
doc txt & -h consistency: add missing options and labels
Ævar Arnfjörð Bjarmason
2019-04-26
Honor core.precomposeUnicode in more places
Elijah Newren
2018-04-12
refs: add repository argument to get_main_ref_store
Stefan Beller
2017-04-14
refs: delete pack_refs() in favor of refs_pack_refs()
Nguyễn Thái Ngọc Duy
2015-01-14
standardize usage info string format
Alex Henrie
2013-05-01
pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}
Michael Haggerty
2012-08-20
i18n: pack-refs: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2011-03-22
Fix sparse warnings
Stephen Boyd
2010-02-22
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds