summaryrefslogtreecommitdiff
path: root/strbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/credentials'Junio C Hamano2011-12-191-0/+37
|\
| * strbuf: add strbuf_add*_urlencodeJeff King2011-12-121-0/+37
* | fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano2011-11-081-0/+14
|/
* strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()Brandon Casey2011-10-181-1/+0
* Merge branch 'tr/maint-strbuf-grow-nul-termination'Junio C Hamano2011-09-021-4/+5
|\
| * strbuf_grow(): maintain nul-termination even for new bufferThomas Rast2011-08-291-4/+5
* | Merge branch 'jk/maint-config-param'Junio C Hamano2011-07-191-6/+9
|\ \ | |/ |/|
| * strbuf: allow strbuf_split to work on non-strbufsJeff King2011-06-221-6/+6
| * strbuf_split: add a max parameterJeff King2011-06-221-2/+5
* | Merge branch 'ef/maint-strbuf-init'Junio C Hamano2011-04-271-1/+3
|\ \ | |/ |/|
| * strbuf: make sure buffer is zero-terminatedErik Faye-Lund2011-04-111-1/+3
* | strbuf: add strbuf_vaddfJeff King2011-02-261-10/+15
* | compat: helper for detecting unsigned overflowJonathan Nieder2011-02-101-2/+3
* | strbuf: move strbuf_branchname to sha1_name.cJonathan Nieder2010-11-101-18/+0
* | disallow branch names that start with a hyphenJunio C Hamano2010-09-151-0/+2
|/
* Merge branch 'ap/merge-backend-opts'Junio C Hamano2010-01-201-0/+9
|\
| * git merge -X<option>Avery Pennarun2010-01-171-0/+9
* | Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano2010-01-201-0/+17
|\ \
| * | strbuf: add strbuf_addbuf_percentquoteJeff King2010-01-141-0/+11
| * | strbuf_expand: convert "%%" to "%"Jeff King2010-01-141-0/+6
| |/
* | strbuf.c: remove unused functionJunio C Hamano2010-01-121-7/+0
|/
* strbuf: add new function strbuf_getwholeline()Brandon Casey2009-08-051-3/+12
* fread does not return negative on errorRoel Kluin2009-06-231-1/+1
* strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-221-0/+8
* strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-221-0/+9
* Microoptimize strbuf_cmpAlex Riesen2009-03-201-8/+5
* strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe2009-01-061-4/+13
* Add generic 'strbuf_readlink()' helper functionLinus Torvalds2008-12-171-0/+27
* add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe2008-11-231-0/+16
* Add some useful functions for strbuf manipulation.Lukas Sandström2008-07-131-0/+70
* Make some strbuf_*() struct strbuf arguments const.Lukas Sandström2008-07-131-1/+1
* Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-091-11/+8
* Uninline prefixcmp()Junio C Hamano2008-01-031-0/+9
* Merge branch 'rs/pretty'Junio C Hamano2007-11-141-0/+31
|\
| * add strbuf_adddup()René Scharfe2007-11-111-0/+7
| * --pretty=format: on-demand format expansionRené Scharfe2007-11-091-0/+24
* | Handle broken vsnprintf implementations in strbufShawn O. Pearce2007-11-141-3/+4
|/
* strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-291-2/+2
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-11/+19
* Add strbuf_read_file().Kristian Høgsberg2007-09-271-0/+15
* Add strbuf_cmp.Pierre Habouzit2007-09-261-0/+12
* strbuf API additions and enhancements.Pierre Habouzit2007-09-201-10/+10
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-181-12/+8
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* New strbuf APIs: splice and attach.Pierre Habouzit2007-09-161-15/+52
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-6/+27
* Rework strbuf API and semantics.Pierre Habouzit2007-09-061-14/+87
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+1
* sparse cleanupLinus Torvalds2005-05-201-1/+1