summaryrefslogtreecommitdiffstats
path: root/strbuf.h
AgeCommit message (Expand)AuthorLines
2011-11-08fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano-0/+8
2011-07-19Merge branch 'jk/maint-config-param'Junio C Hamano-1/+16
2011-06-22strbuf: allow strbuf_split to work on non-strbufsJeff King-1/+11
2011-06-22strbuf_split: add a max parameterJeff King-1/+6
2011-04-27strbuf: clarify assertion in strbuf_setlen()René Scharfe-5/+2
2011-03-30Merge branch 'maint'Junio C Hamano-36/+1
2011-03-30strbuf.h: remove a tad stale docs-in-comment and reference api-doc insteadMichael Witten-36/+1
2011-02-26strbuf: add strbuf_vaddfJeff King-0/+2
2010-09-27strbuf.h: fix comment typoPat Notz-1/+1
2010-01-20Merge branch 'jc/maint-strbuf-add-fix-doubling'Junio C Hamano-0/+1
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano-0/+1
2010-01-14strbuf: add strbuf_addbuf_percentquoteJeff King-0/+1
2010-01-13strbuf_addbuf(): allow passing the same buf to dst and srcJunio C Hamano-0/+1
2010-01-12strbuf.c: remove unused functionJunio C Hamano-1/+0
2009-11-15Check the format of more printf-type functionsTarmigan Casebolt-1/+1
2009-08-05strbuf: add new function strbuf_getwholeline()Brandon Casey-0/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson-1/+1
2009-03-22strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano-0/+1
2009-03-22strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano-0/+2
2008-12-17Add generic 'strbuf_readlink()' helper functionLinus Torvalds-0/+1
2008-11-23add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe-0/+5
2008-07-25editor.c: Libify launch_editor()Stephan Beyer-1/+1
2008-07-13Add some useful functions for strbuf manipulation.Lukas Sandström-0/+6
2008-07-13Make some strbuf_*() struct strbuf arguments const.Lukas Sandström-3/+3
2008-02-09Avoid a useless prefix lookup in strbuf_expand()Marco Costalba-2/+2
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit-1/+1
2007-11-22Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg-0/+1
2007-11-11add strbuf_adddup()René Scharfe-0/+1
2007-11-09--pretty=format: on-demand format expansionRené Scharfe-0/+3
2007-11-05Fix comment in strbuf.h to use correct name strbuf_avail()Steffen Prohaska-4/+4
2007-09-29strbuf_read_file enhancement, and use it.Pierre Habouzit-1/+1
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit-5/+5
2007-09-27Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg-0/+2
2007-09-27Add strbuf_read_file().Kristian Høgsberg-0/+1
2007-09-26Add strbuf_cmp.Pierre Habouzit-0/+1
2007-09-26strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano-3/+6
2007-09-20strbuf API additions and enhancements.Pierre Habouzit-6/+11
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit-3/+2
2007-09-16New strbuf APIs: splice and attach.Pierre Habouzit-0/+5
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit-2/+8
2007-09-06Rework strbuf API and semantics.Pierre Habouzit-2/+84
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst-1/+1
2005-04-25[PATCH] Introduce diff-tree-helper.Junio C Hamano-0/+13