1. 02f50d0 Merge branch 'rs/strbuf-addftime-simplify' by Junio C Hamano · 1 year, 8 months ago
  2. ce481ac Merge branch 'cw/compat-util-header-cleanup' by Junio C Hamano · 1 year, 8 months ago
  3. 945c722 strbuf: use skip_prefix() in strbuf_addftime() by René Scharfe · 1 year, 8 months ago
  4. 67e7305 Merge branch 'cw/strbuf-cleanup' by Junio C Hamano · 1 year, 8 months ago
  5. da269af Merge branch 'rs/strbuf-expand-step' by Junio C Hamano · 1 year, 8 months ago
  6. 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
  7. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 8 months ago
  8. a1264a0 Merge branch 'en/header-split-cache-h-part-3' by Junio C Hamano · 1 year, 8 months ago
  9. c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 10 months ago
  10. 4416b86 strbuf: simplify strbuf_expand_literal_cb() by René Scharfe · 1 year, 9 months ago
  11. 6f1e2d5 replace strbuf_expand() with strbuf_expand_step() by René Scharfe · 1 year, 9 months ago
  12. 39dbd49 replace strbuf_expand_dict_cb() with strbuf_expand_step() by René Scharfe · 1 year, 9 months ago
  13. 44ccb33 strbuf: factor out strbuf_expand_step() by René Scharfe · 1 year, 9 months ago
  14. 787cb8a strbuf: remove global variable by Calvin Wan · 1 year, 9 months ago
  15. aba0706 path: move related function to path by Calvin Wan · 1 year, 9 months ago
  16. f940185 object-name: move related functions to object-name by Calvin Wan · 1 year, 9 months ago
  17. f898543 credential-store: move related functions to credential-store file by Calvin Wan · 1 year, 9 months ago
  18. 5d1344b abspath: move related functions to abspath by Calvin Wan · 1 year, 9 months ago
  19. 16b171f strbuf: clarify dependency by Calvin Wan · 1 year, 9 months ago
  20. af35e56 strbuf: provide CRLF-aware helper to read until a specified delimiter by Patrick Steinhardt · 1 year, 9 months ago
  21. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 1 year, 11 months ago
  22. 4e12082 editor: move editor-related functions and declarations into common file by Elijah Newren · 1 year, 11 months ago
  23. e93fc5d treewide: remove cache.h inclusion due to object-name.h changes by Elijah Newren · 1 year, 11 months ago
  24. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
  25. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 2 years ago
  26. 0b027f6 abspath.h: move absolute path functions from cache.h by Elijah Newren · 2 years ago
  27. 7ee24e1 environment: move comment_line_char from cache.h by Elijah Newren · 2 years ago
  28. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
  29. a6dc3d3 treewide: remove unnecessary cache.h inclusion from a few headers by Elijah Newren · 2 years ago
  30. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years ago
  31. 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years ago
  32. 9ea5796 strbuf: introduce strbuf_strip_file_from_path() by Derrick Stolee · 2 years, 3 months ago
  33. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
  34. 6f69325 gettext API users: don't explicitly cast ngettext()'s "n" by Ævar Arnfjörð Bjarmason · 3 years ago
  35. 88c7b4c date API: create a date.h, split from cache.h by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  36. 9b591b9 strbuf_addftime(): handle "%s" manually by Jeff King · 3 years, 4 months ago
  37. 155b517 merge-{ort,recursive}: remove add_submodule_odb() by Jonathan Tan · 3 years, 5 months ago
  38. 5726a6b *.c *_init(): define in terms of corresponding *_INIT macro by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  39. f3a9680 mailinfo: also free strbuf lists when clearing mailinfo by Andrzej Hunt · 3 years, 11 months ago
  40. 6104867 Merge branch 'rs/retire-strbuf-write-fd' by Junio C Hamano · 4 years, 8 months ago
  41. 5f2b643 strbuf: remove unreferenced strbuf_write_fd method. by Randall S. Becker · 4 years, 9 months ago
  42. fd65fc3 Merge branch 'bc/wildcard-credential' by Junio C Hamano · 4 years, 10 months ago
  43. dd094c2 Merge branch 'es/bugreport' by Junio C Hamano · 4 years, 10 months ago
  44. b44d011 credential: fix matching URLs with multiple levels in path by brian m. carlson · 4 years, 11 months ago
  45. 238b439 bugreport: add tool to generate debugging info by Emily Shaffer · 5 years ago
  46. bd021f3 strbuf: provide function to append whole lines by Patrick Steinhardt · 5 years ago
  47. 46fd7b3 credential: allow wildcard patterns when matching config by brian m. carlson · 5 years ago
  48. b38dd9e strbuf: add a helper function to call the editor "on an strbuf" by Johannes Schindelin · 5 years ago
  49. 627b826 Merge branch 'md/list-objects-filter-combo' by Junio C Hamano · 5 years ago
  50. 8f354a1 l10n: localizable upload progress messages by Dimitriy Ryazantcev · 6 years ago
  51. c269495 strbuf: give URL-encoding API a char predicate fn by Matthew DeVore · 6 years ago
  52. e36adf7 Merge branch 'ps/stash-in-c' by Junio C Hamano · 6 years ago
  53. 5ef264d strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()` by Paul-Sebastian Ungureanu · 6 years ago
  54. e71c4a8 strbuf.c: add `strbuf_join_argv()` by Paul-Sebastian Ungureanu · 6 years ago
  55. fd2015b strbuf: separate callback for strbuf_expand:ing literals by Anders Waldenborg · 6 years ago
  56. 39f7331 Merge branch 'pk/rebase-in-c-3-acts' by Junio C Hamano · 6 years ago
  57. f957362 builtin rebase: support --continue by Pratik Karki · 7 years ago
  58. 7d020f5 Merge branch 'jk/size-t' by Junio C Hamano · 7 years ago
  59. 7726d36 strbuf_humanise: use unsigned variables by Jeff King · 7 years ago
  60. f3e76ed strbuf_readlink: use ssize_t by Jeff King · 7 years ago
  61. 26114c0 strbuf: use size_t for length in intermediate variables by Jeff King · 7 years ago
  62. c7d017d reencode_string: use size_t for string lengths by Jeff King · 7 years ago
  63. 4b048c9 strbuf: allocate space with GIT_MAX_HEXSZ by brian m. carlson · 7 years ago
  64. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  65. c67de74 Merge branch 'en/rename-directory-detection-reboot' by Junio C Hamano · 7 years ago
  66. f6f7755 merge-recursive: check for file level conflicts then get new name by Elijah Newren · 7 years ago
  67. 1ac0ce4 Merge branch 'ls/checkout-encoding' by Junio C Hamano · 7 years ago
  68. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  69. 8b026ed Revert "Merge branch 'en/rename-directory-detection'" by Junio C Hamano · 7 years ago
  70. a5bbc29 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  71. e4bb62f Merge branch 'en/rename-directory-detection' by Junio C Hamano · 7 years ago
  72. bd0f794 Merge branch 'nd/worktree-move' by Junio C Hamano · 7 years ago
  73. aab9583 Convert find_unique_abbrev* to struct object_id by brian m. carlson · 7 years ago
  74. 30e677e strbuf: convert strbuf_add_unique_abbrev to use struct object_id by brian m. carlson · 7 years ago
  75. 66b8af3 strbuf: add a case insensitive starts_with() by Lars Schneider · 7 years ago
  76. 79f0ba1 strbuf_read_file(): preserve errno across close() call by Jeff King · 7 years ago
  77. 13ecb463 strbuf: add xstrdup_toupper() by Lars Schneider · 7 years ago
  78. a8270b0 strbuf: remove unnecessary NUL assignment in xstrdup_tolower() by Lars Schneider · 7 years ago
  79. 79d49b7 merge-recursive: check for file level conflicts then get new name by Elijah Newren · 7 years ago
  80. c64a8d2 worktree move: accept destination as directory by Nguyễn Thái Ngọc Duy · 7 years ago
  81. a741e28 Merge branch 'jd/fix-strbuf-add-urlencode-bytes' by Junio C Hamano · 7 years ago
  82. f427b94 Merge branch 'cc/skip-to-optional-val' by Junio C Hamano · 7 years ago
  83. a13e45f Merge branch 'rs/strbuf-read-once-reset-length' by Junio C Hamano · 7 years ago
  84. 4c267f2 strbuf: fix urlencode format string on signed char by Julien Dusser · 7 years ago
  85. afaef55 git-compat-util: introduce skip_to_optional_arg() by Christian Couder · 7 years ago
  86. c3ff8f6 strbuf: release memory on read error in strbuf_read_once() by René Scharfe · 7 years ago
  87. 0c49396 Merge branch 'rs/strbuf-getwholeline-fix' by Junio C Hamano · 8 years ago
  88. 642956c strbuf: clear errno before calling getdelim(3) by René Scharfe · 8 years ago
  89. 6ba649e Merge branch 'ab/strbuf-addftime-tzname-boolify' by Junio C Hamano · 8 years ago
  90. 3b70223 strbuf: change an always NULL/"" strbuf_addftime() param to bool by Ævar Arnfjörð Bjarmason · 8 years ago
  91. 8af3c64 Merge branch 'rs/pretty-add-again' by Junio C Hamano · 8 years ago
  92. c3fbf81 strbuf: let strbuf_addftime handle %z and %Z itself by René Scharfe · 8 years ago
  93. fe9e2ae pretty: recalculate duplicate short hashes by René Scharfe · 8 years ago
  94. 49a8fe8 Merge branch 'rs/freebsd-getcwd-workaround' by Junio C Hamano · 8 years ago
  95. a54e938 strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD by René Scharfe · 8 years ago
  96. 33ad9dd strbuf: add strbuf_add_real_path() by René Scharfe · 8 years ago
  97. 670c359 link_alt_odb_entry: handle normalize_path errors by Jeff King · 8 years ago
  98. b0af481 Merge branch 'rs/strbuf-remove-fix' into maint by Junio C Hamano · 8 years ago
  99. 3ba0bbb Merge branch 'rs/strbuf-remove-fix' by Junio C Hamano · 8 years ago
  100. a8342a4 strbuf: use valid pointer in strbuf_remove() by René Scharfe · 8 years ago