summaryrefslogtreecommitdiff
path: root/strbuf.h
AgeCommit message (Expand)Author
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse
2013-01-16Allow custom "comment char"Junio C Hamano
2013-01-06Merge branch 'mh/unify-xml-in-imap-send-and-http-push'Junio C Hamano
2012-11-26Add new function strbuf_add_xml_quoted()Michael Haggerty
2012-11-04strbuf_split*(): document functionsMichael Haggerty
2012-11-04strbuf_split*(): rename "delim" parameter to "terminator"Michael Haggerty
2012-09-16strbuf.c: mark a private file-scope symbol as staticJunio C Hamano
2012-04-24strbuf: convenience format functions with \n automatically appendedNguyễn Thái Ngọc Duy
2012-02-27Merge branch 'tr/maint-bundle-long-subject'Junio C Hamano
2012-02-23bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast
2011-12-20Merge branch 'jk/credentials'Junio C Hamano
2011-12-13strbuf: add strbuf_add*_urlencodeJeff King
2011-11-08fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano
2011-07-19Merge branch 'jk/maint-config-param'Junio C Hamano
2011-06-22strbuf: allow strbuf_split to work on non-strbufsJeff King
2011-06-22strbuf_split: add a max parameterJeff King
2011-04-27strbuf: clarify assertion in strbuf_setlen()René Scharfe
2011-03-30Merge branch 'maint'Junio C Hamano
2011-03-30strbuf.h: remove a tad stale docs-in-comment and reference api-doc insteadMichael Witten
2011-02-26strbuf: add strbuf_vaddfJeff King
2010-09-27strbuf.h: fix comment typoPat Notz
2010-01-20Merge branch 'jc/maint-strbuf-add-fix-doubling'Junio C Hamano
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano
2010-01-14strbuf: add strbuf_addbuf_percentquoteJeff King
2010-01-13strbuf_addbuf(): allow passing the same buf to dst and srcJunio C Hamano
2010-01-12strbuf.c: remove unused functionJunio C Hamano
2009-11-16Check the format of more printf-type functionsTarmigan Casebolt
2009-08-05strbuf: add new function strbuf_getwholeline()Brandon Casey
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-03-23strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano
2009-03-23strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano
2008-12-17Add generic 'strbuf_readlink()' helper functionLinus Torvalds
2008-11-24add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe
2008-07-26editor.c: Libify launch_editor()Stephan Beyer
2008-07-13Add some useful functions for strbuf manipulation.Lukas Sandström
2008-07-13Make some strbuf_*() struct strbuf arguments const.Lukas Sandström
2008-02-10Avoid a useless prefix lookup in strbuf_expand()Marco Costalba
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit
2007-11-23Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg
2007-11-11add strbuf_adddup()René Scharfe
2007-11-09--pretty=format: on-demand format expansionRené Scharfe
2007-11-06Fix comment in strbuf.h to use correct name strbuf_avail()Steffen Prohaska
2007-09-30strbuf_read_file enhancement, and use it.Pierre Habouzit
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-27Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg
2007-09-27Add strbuf_read_file().Kristian Høgsberg
2007-09-26Add strbuf_cmp.Pierre Habouzit
2007-09-26strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano
2007-09-21strbuf API additions and enhancements.Pierre Habouzit
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit