1. 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
  2. d4a4f92 commit.h: reduce unnecessary includes by Elijah Newren · 1 year, 11 months ago
  3. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 1 year, 11 months ago
  4. a6dc3d3 treewide: remove unnecessary cache.h inclusion from a few headers by Elijah Newren · 2 years ago
  5. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 1 month ago
  6. 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years, 1 month ago
  7. b3454e2 refspec.c: use designated initializers for "struct refspec_item" by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  8. c59b73b Merge branch 'fc/atmark-in-refspec' by Junio C Hamano · 4 years, 3 months ago
  9. bfded87 refspec: trivial cleanup by Felipe Contreras · 4 years, 3 months ago
  10. 374fbae refspec: make @ a synonym of HEAD by Felipe Contreras · 4 years, 4 months ago
  11. 40696c6 Merge branch 'sb/clone-origin' by Junio C Hamano · 4 years, 4 months ago
  12. 8e3ec76 Merge branch 'jk/refspecs-negative' by Junio C Hamano · 4 years, 5 months ago
  13. f2c6fda refs: consolidate remote name validation by Sean Barag · 4 years, 5 months ago
  14. c0192df refspec: add support for negative refspecs by Jacob Keller · 4 years, 5 months ago
  15. 1af8b8c refspec: add and use refspec_appendf() by René Scharfe · 4 years, 6 months ago
  16. f6d8942 strvec: fix indentation in renamed calls by Jeff King · 4 years, 8 months ago
  17. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 8 months ago
  18. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 8 months ago
  19. b8d45d0 refspec: make hash size independent by brian m. carlson · 6 years ago
  20. 1b5e07b refspec.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  21. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  22. a909726 Merge branch 'ab/refspec-init-fix' by Junio C Hamano · 7 years ago
  23. 7865d15 refspec: initalize `refspec_item` in `valid_fetch_refspec()` by Martin Ågren · 7 years ago
  24. c495fd3 refspec: add back a refspec_item_init() function by Ævar Arnfjörð Bjarmason · 7 years ago
  25. dc06422 refspec: s/refspec_item_init/&_or_die/g by Ævar Arnfjörð Bjarmason · 7 years ago
  26. 01cbd9e Merge branch 'bw/refspec-api' by Junio C Hamano · 7 years ago
  27. 6c301ad fetch: do not pass ref-prefixes for fetch by exact SHA1 by Jonathan Nieder · 7 years ago
  28. c3072c6 refspec-api: avoid uninitialized field in refspec item by Junio C Hamano · 7 years ago
  29. 6373cb5 refspec: consolidate ref-prefix generation logic by Brandon Williams · 7 years ago
  30. 860fdf1 refspec: remove the deprecated functions by Brandon Williams · 7 years ago
  31. c8fa9ef refspec: convert valid_fetch_refspec to use parse_refspec by Brandon Williams · 7 years ago
  32. 6d4c057 refspec: introduce struct refspec by Brandon Williams · 7 years ago
  33. 3eec370 refspec: factor out parsing a single refspec by Brandon Williams · 7 years ago
  34. 0ad4a5f refspec: rename struct refspec to struct refspec_item by Brandon Williams · 7 years ago
  35. ec0cb49 refspec: move refspec parsing logic into its own file by Brandon Williams · 7 years ago