Age | Commit message (Expand) | Author | Files | Lines |
2012-02-26 | Merge branch 'tr/maint-bundle-long-subject' | Junio C Hamano | 1 | -0/+16 |
2012-02-22 | bundle: put strbuf_readline_fd in strbuf.c with adjustments | Thomas Rast | 1 | -0/+16 |
2011-12-19 | Merge branch 'jk/credentials' | Junio C Hamano | 1 | -0/+37 |
2011-12-12 | strbuf: add strbuf_add*_urlencode | Jeff King | 1 | -0/+37 |
2011-11-08 | fmt-merge-msg: Add contents of merged tag in the merge message | Junio C Hamano | 1 | -0/+14 |
2011-10-18 | strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline() | Brandon Casey | 1 | -1/+0 |
2011-09-02 | Merge branch 'tr/maint-strbuf-grow-nul-termination' | Junio C Hamano | 1 | -4/+5 |
2011-08-29 | strbuf_grow(): maintain nul-termination even for new buffer | Thomas Rast | 1 | -4/+5 |
2011-07-19 | Merge branch 'jk/maint-config-param' | Junio C Hamano | 1 | -6/+9 |
2011-06-22 | strbuf: allow strbuf_split to work on non-strbufs | Jeff King | 1 | -6/+6 |
2011-06-22 | strbuf_split: add a max parameter | Jeff King | 1 | -2/+5 |
2011-04-27 | Merge branch 'ef/maint-strbuf-init' | Junio C Hamano | 1 | -1/+3 |
2011-04-11 | strbuf: make sure buffer is zero-terminated | Erik Faye-Lund | 1 | -1/+3 |
2011-02-26 | strbuf: add strbuf_vaddf | Jeff King | 1 | -10/+15 |
2011-02-10 | compat: helper for detecting unsigned overflow | Jonathan Nieder | 1 | -2/+3 |
2010-11-10 | strbuf: move strbuf_branchname to sha1_name.c | Jonathan Nieder | 1 | -18/+0 |
2010-09-15 | disallow branch names that start with a hyphen | Junio C Hamano | 1 | -0/+2 |
2010-01-20 | Merge branch 'ap/merge-backend-opts' | Junio C Hamano | 1 | -0/+9 |
2010-01-20 | Merge branch 'jk/warn-author-committer-after-commit' | Junio C Hamano | 1 | -0/+17 |
2010-01-17 | git merge -X<option> | Avery Pennarun | 1 | -0/+9 |
2010-01-14 | strbuf: add strbuf_addbuf_percentquote | Jeff King | 1 | -0/+11 |
2010-01-14 | strbuf_expand: convert "%%" to "%" | Jeff King | 1 | -0/+6 |
2010-01-12 | strbuf.c: remove unused function | Junio C Hamano | 1 | -7/+0 |
2009-08-05 | strbuf: add new function strbuf_getwholeline() | Brandon Casey | 1 | -3/+12 |
2009-06-23 | fread does not return negative on error | Roel Kluin | 1 | -1/+1 |
2009-03-22 | strbuf_check_branch_ref(): a helper to check a refname for a branch | Junio C Hamano | 1 | -0/+8 |
2009-03-22 | strbuf_branchname(): a wrapper for branch name shorthands | Junio C Hamano | 1 | -0/+9 |
2009-03-20 | Microoptimize strbuf_cmp | Alex Riesen | 1 | -8/+5 |
2009-01-06 | strbuf: instate cleanup rule in case of non-memory errors | René Scharfe | 1 | -4/+13 |
2008-12-17 | Add generic 'strbuf_readlink()' helper function | Linus Torvalds | 1 | -0/+27 |
2008-11-23 | add strbuf_expand_dict_cb(), a helper for simple cases | René Scharfe | 1 | -0/+16 |
2008-07-13 | Add some useful functions for strbuf manipulation. | Lukas Sandström | 1 | -0/+70 |
2008-07-13 | Make some strbuf_*() struct strbuf arguments const. | Lukas Sandström | 1 | -1/+1 |
2008-02-09 | Avoid a useless prefix lookup in strbuf_expand() | Marco Costalba | 1 | -11/+8 |
2008-01-03 | Uninline prefixcmp() | Junio C Hamano | 1 | -0/+9 |
2007-11-14 | Merge branch 'rs/pretty' | Junio C Hamano | 1 | -0/+31 |
2007-11-14 | Handle broken vsnprintf implementations in strbuf | Shawn O. Pearce | 1 | -3/+4 |
2007-11-11 | add strbuf_adddup() | René Scharfe | 1 | -0/+7 |
2007-11-09 | --pretty=format: on-demand format expansion | René Scharfe | 1 | -0/+24 |
2007-09-29 | strbuf_read_file enhancement, and use it. | Pierre Habouzit | 1 | -2/+2 |
2007-09-29 | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 1 | -11/+19 |
2007-09-27 | Add strbuf_read_file(). | Kristian Høgsberg | 1 | -0/+15 |
2007-09-26 | Add strbuf_cmp. | Pierre Habouzit | 1 | -0/+12 |
2007-09-20 | strbuf API additions and enhancements. | Pierre Habouzit | 1 | -10/+10 |
2007-09-18 | Drop strbuf's 'eof' marker, and make read_line a first class citizen. | Pierre Habouzit | 1 | -12/+8 |
2007-09-16 | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 1 | -1/+0 |
2007-09-16 | New strbuf APIs: splice and attach. | Pierre Habouzit | 1 | -15/+52 |
2007-09-10 | Strbuf API extensions and fixes. | Pierre Habouzit | 1 | -6/+27 |
2007-09-06 | Rework strbuf API and semantics. | Pierre Habouzit | 1 | -14/+87 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |