1. fec501d strbuf_addch: avoid calling strbuf_grow by Jeff King · 10 years ago
  2. d468fa2 strbuf.h: group documentation for trim functions by Jeff King · 10 years ago
  3. f20e56e strbuf.h: drop boilerplate descriptions of strbuf_split_* by Jeff King · 10 years ago
  4. 14e2177 strbuf.h: reorganize api function grouping headers by Jeff King · 10 years ago
  5. 088c9a8 strbuf.h: format asciidoc code blocks as 4-space indent by Jeff King · 10 years ago
  6. aa07cac strbuf.h: drop asciidoc list formatting from API docs by Jeff King · 10 years ago
  7. 6afbbdd strbuf.h: unify documentation comments beginnings by Stefan Beller · 10 years ago
  8. bdfdaa4 strbuf.h: integrate api-strbuf.txt documentation by Jeff King · 10 years ago
  9. 56feed1 Merge branch 'rs/export-strbuf-addchars' by Junio C Hamano · 10 years ago
  10. d07235a strbuf: export strbuf_addchars() by René Scharfe · 11 years ago
  11. f655651 Merge branch 'rs/strbuf-getcwd' by Junio C Hamano · 11 years ago
  12. 679eebe abspath: convert absolute_path() to strbuf by René Scharfe · 11 years ago
  13. f22a76e strbuf: add strbuf_getcwd() by René Scharfe · 11 years ago
  14. 6e40947 Merge branch 'jk/strip-suffix' by Junio C Hamano · 11 years ago
  15. 6dda4e6 strbuf: implement strbuf_strip_suffix by Jeff King · 11 years ago
  16. 30a0ddb strbuf: add xstrfmt helper by Jeff King · 11 years ago
  17. 2075a0c Merge branch 'jk/http-errors' by Junio C Hamano · 11 years ago
  18. b4bba8d Merge branch 'jk/strbuf-tolower' by Junio C Hamano · 11 years ago
  19. b4516df Merge branch 'jk/daemon-tolower' by Junio C Hamano · 11 years ago
  20. d4241f5 strbuf: add strbuf_reencode helper by Jeff King · 11 years ago
  21. ffb20ce strbuf: add strbuf_tolower function by Jeff King · 11 years ago
  22. 88d5a6f daemon/config: factor out duplicate xstrdup_tolower by Jeff King · 11 years ago
  23. 187e290 strbuf: style fix -- top opening bracket on a separate line by Nguyễn Thái Ngọc Duy · 11 years ago
  24. 079b546 strbuf: create strbuf_humanise_bytes() to show byte sizes by Antoine Pelisse · 12 years ago
  25. eff80a9 Allow custom "comment char" by Junio C Hamano · 12 years ago
  26. be7baf9 Merge branch 'mh/unify-xml-in-imap-send-and-http-push' by Junio C Hamano · 12 years ago
  27. 5963c03 Add new function strbuf_add_xml_quoted() by Michael Haggerty · 12 years ago
  28. 06379a6 strbuf_split*(): document functions by Michael Haggerty · 12 years ago
  29. 17b73dc strbuf_split*(): rename "delim" parameter to "terminator" by Michael Haggerty · 12 years ago
  30. ea03a8e strbuf.c: mark a private file-scope symbol as static by Junio C Hamano · 12 years ago
  31. 9a0a30a strbuf: convenience format functions with \n automatically appended by Nguyễn Thái Ngọc Duy · 13 years ago
  32. ac1373f Merge branch 'tr/maint-bundle-long-subject' by Junio C Hamano · 13 years ago
  33. 5e8617f bundle: put strbuf_readline_fd in strbuf.c with adjustments by Thomas Rast · 13 years ago
  34. 367d20e Merge branch 'jk/credentials' by Junio C Hamano · 13 years ago
  35. c505116 strbuf: add strbuf_add*_urlencode by Jeff King · 13 years ago
  36. 895680f fmt-merge-msg: Add contents of merged tag in the merge message by Junio C Hamano · 13 years ago
  37. fe01ef3 Merge branch 'jk/maint-config-param' by Junio C Hamano · 14 years ago
  38. 2f1d9e2 strbuf: allow strbuf_split to work on non-strbufs by Jeff King · 14 years ago
  39. 28fc3a6 strbuf_split: add a max parameter by Jeff King · 14 years ago
  40. 7141efa strbuf: clarify assertion in strbuf_setlen() by René Scharfe · 14 years ago
  41. 17a0299 Merge branch 'maint' by Junio C Hamano · 14 years ago
  42. e039011 strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead by Michael Witten · 14 years ago
  43. ebeb609 strbuf: add strbuf_vaddf by Jeff King · 14 years ago
  44. 4af3fab strbuf.h: fix comment typo by Pat Notz · 14 years ago
  45. 886932e Merge branch 'jc/maint-strbuf-add-fix-doubling' by Junio C Hamano · 15 years ago
  46. 0877510 Merge branch 'jk/warn-author-committer-after-commit' by Junio C Hamano · 15 years ago
  47. 361df5d strbuf: add strbuf_addbuf_percentquote by Jeff King · 15 years ago
  48. 81d2cae strbuf_addbuf(): allow passing the same buf to dst and src by Junio C Hamano · 15 years ago
  49. 229d810 strbuf.c: remove unused function by Junio C Hamano · 15 years ago
  50. 28bea9e Check the format of more printf-type functions by Tarmigan Casebolt · 15 years ago
  51. c7e4f0d strbuf: add new function strbuf_getwholeline() by Brandon Casey · 16 years ago
  52. 3ea3c21 Fix typos / spelling in comments by Mike Ralphson · 16 years ago
  53. a2fab53 strbuf_check_branch_ref(): a helper to check a refname for a branch by Junio C Hamano · 16 years ago
  54. a552de7 strbuf_branchname(): a wrapper for branch name shorthands by Junio C Hamano · 16 years ago
  55. b11b7e1 Add generic 'strbuf_readlink()' helper function by Linus Torvalds · 16 years ago
  56. 9b864e7 add strbuf_expand_dict_cb(), a helper for simple cases by René Scharfe · 16 years ago
  57. 7198203 editor.c: Libify launch_editor() by Stephan Beyer · 17 years ago
  58. eacd6dc Add some useful functions for strbuf manipulation. by Lukas Sandström · 17 years ago
  59. 9b200fd Make some strbuf_*() struct strbuf arguments const. by Lukas Sandström · 17 years ago
  60. c3a670d Avoid a useless prefix lookup in strbuf_expand() by Marco Costalba · 17 years ago
  61. 8babab9 builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well. by Pierre Habouzit · 17 years ago
  62. 943316e Export launch_editor() and make it accept ':' as a no-op editor. by Kristian Høgsberg · 17 years ago
  63. 91db267 add strbuf_adddup() by René Scharfe · 17 years ago
  64. cde75e5 --pretty=format: on-demand format expansion by René Scharfe · 17 years ago
  65. a1f611d Fix comment in strbuf.h to use correct name strbuf_avail() by Steffen Prohaska · 17 years ago
  66. 387e7e1 strbuf_read_file enhancement, and use it. by Pierre Habouzit · 17 years ago
  67. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 17 years ago
  68. 6d69b6f Clean up stripspace a bit, use strbuf even more. by Kristian Høgsberg · 17 years ago
  69. a9390b9 Add strbuf_read_file(). by Kristian Høgsberg · 17 years ago
  70. 45f66f6 Add strbuf_cmp. by Pierre Habouzit · 17 years ago
  71. a8f3e22 strbuf_setlen(): do not barf on setting length of an empty buffer to 0 by Junio C Hamano · 17 years ago
  72. c76689d strbuf API additions and enhancements. by Pierre Habouzit · 17 years ago
  73. e6c019d Drop strbuf's 'eof' marker, and make read_line a first class citizen. by Pierre Habouzit · 17 years ago
  74. 917c9a7 New strbuf APIs: splice and attach. by Pierre Habouzit · 17 years ago
  75. f1696ee Strbuf API extensions and fixes. by Pierre Habouzit · 18 years ago
  76. b449f4c Rework strbuf API and semantics. by Pierre Habouzit · 18 years ago
  77. bf0f910 [PATCH] Kill a bunch of pointer sign warnings for gcc4 by Brian Gerst · 20 years ago
  78. d1df574 [PATCH] Introduce diff-tree-helper. by Junio C Hamano · 20 years ago