summaryrefslogtreecommitdiff
path: root/strbuf.h
AgeCommit message (Expand)Author
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
2007-09-17New strbuf APIs: splice and attach.Pierre Habouzit
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-07Rework strbuf API and semantics.Pierre Habouzit
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst
2005-04-26[PATCH] Introduce diff-tree-helper.Junio C Hamano