1. 4fe42f3 pack-refs: teach pack-refs --include option by John Cai · 1 year, 10 months ago
  2. 826ae79 pack-refs: teach --exclude option to exclude refs from being packed by John Cai · 1 year, 10 months ago
  3. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
  4. 8c9e292 doc txt & -h consistency: add missing options and labels by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  5. 8e712ef Honor core.precomposeUnicode in more places by Elijah Newren · 6 years ago
  6. 23a3f0c refs: add repository argument to get_main_ref_store by Stefan Beller · 7 years ago
  7. 7c74478 refs: delete pack_refs() in favor of refs_pack_refs() by Nguyễn Thái Ngọc Duy · 8 years ago
  8. 9c9b4f2 standardize usage info string format by Alex Henrie · 10 years ago
  9. 32d462c pack-refs: merge code from pack-refs.{c,h} into refs.{c,h} by Michael Haggerty · 12 years ago
  10. e08b735 i18n: pack-refs: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  11. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  12. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-pack-refs.c]
  13. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  14. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  15. 94e724a Move pack_refs() and friends into libgit by Johan Herland · 17 years ago
  16. 4ed7cd3 Improve use of lockfile API by Brandon Casey · 17 years ago
  17. 68dce6e Use OPT_BIT in builtin-pack-refs by Pierre Habouzit · 17 years ago
  18. b2565ae Make builtin-pack-refs.c use parse_options. by Pierre Habouzit · 17 years ago
  19. baffc0e Make every builtin-*.c file #include "builtin.h" by Peter Hagervall · 18 years ago
  20. 384f122 Don't ignore a pack-refs write failure by Jim Meyering · 18 years ago
  21. 99b5a79 Make the pack-refs interfaces usable from outside by Linus Torvalds · 18 years ago
  22. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  23. 1b55593 Fix seriously broken "git pack-refs" by Linus Torvalds · 18 years ago
  24. 0f018ba --prune is now default for 'pack-refs' by Junio C Hamano · 18 years ago
  25. f4204ab Store peeled refs in packed-refs (take 2). by Junio C Hamano · 18 years ago
  26. cf0adba Store peeled refs in packed-refs file. by Junio C Hamano · 18 years ago
  27. ca8e2d8 pack-refs: Store the full name of the ref even when packing only tags. by Alexandre Julliard · 18 years ago
  28. b3d4204 git-pack-refs --all by Junio C Hamano · 18 years ago
  29. 422b4a0 pack-refs: call fflush before fsync. by Junio C Hamano · 18 years ago
  30. 03a1821 pack-refs: use lockfile as everybody else does. by Junio C Hamano · 18 years ago
  31. 4431fcc Clean-up lock-ref implementation by Junio C Hamano · 18 years ago
  32. 6d15987 pack-refs: fix git_path() usage. by Junio C Hamano · 18 years ago
  33. 9688460 git-pack-refs --prune by Junio C Hamano · 18 years ago
  34. 13e4aa9 pack-refs: do not pack symbolic refs. by Junio C Hamano · 18 years ago
  35. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  36. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  37. e1e22e3 Start handling references internally as a sorted in-memory list by Linus Torvalds · 19 years ago