summaryrefslogtreecommitdiff
path: root/strbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-091-2/+2
* builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit2007-11-261-1/+1
* Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg2007-11-221-0/+1
* add strbuf_adddup()René Scharfe2007-11-111-0/+1
* --pretty=format: on-demand format expansionRené Scharfe2007-11-091-0/+3
* Fix comment in strbuf.h to use correct name strbuf_avail()Steffen Prohaska2007-11-051-4/+4
* strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-291-1/+1
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-5/+5
* Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg2007-09-271-0/+2
* Add strbuf_read_file().Kristian Høgsberg2007-09-271-0/+1
* Add strbuf_cmp.Pierre Habouzit2007-09-261-0/+1
* strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano2007-09-261-3/+6
* strbuf API additions and enhancements.Pierre Habouzit2007-09-201-6/+11
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-181-3/+2
* New strbuf APIs: splice and attach.Pierre Habouzit2007-09-161-0/+5
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-2/+8
* Rework strbuf API and semantics.Pierre Habouzit2007-09-061-2/+84
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-181-1/+1
* [PATCH] Introduce diff-tree-helper.Junio C Hamano2005-04-251-0/+13