aboutsummaryrefslogtreecommitdiff
path: root/strbuf.c
Commit message (Expand)AuthorAge
* Merge branch 'ap/merge-backend-opts'Junio C Hamano2010-01-20
|\
| * git merge -X<option>Avery Pennarun2010-01-17
* | Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano2010-01-20
|\ \
| * | strbuf: add strbuf_addbuf_percentquoteJeff King2010-01-14
| * | strbuf_expand: convert "%%" to "%"Jeff King2010-01-14
| |/
* | strbuf.c: remove unused functionJunio C Hamano2010-01-12
|/
* strbuf: add new function strbuf_getwholeline()Brandon Casey2009-08-05
* fread does not return negative on errorRoel Kluin2009-06-23
* strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-22
* strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-22
* Microoptimize strbuf_cmpAlex Riesen2009-03-20
* strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe2009-01-06
* Add generic 'strbuf_readlink()' helper functionLinus Torvalds2008-12-17
* add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe2008-11-23
* Add some useful functions for strbuf manipulation.Lukas Sandström2008-07-13
* Make some strbuf_*() struct strbuf arguments const.Lukas Sandström2008-07-13
* Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-09
* Uninline prefixcmp()Junio C Hamano2008-01-03
* Merge branch 'rs/pretty'Junio C Hamano2007-11-14
|\
| * add strbuf_adddup()René Scharfe2007-11-11
| * --pretty=format: on-demand format expansionRené Scharfe2007-11-09
* | Handle broken vsnprintf implementations in strbufShawn O. Pearce2007-11-14
|/
* strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-29
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* Add strbuf_read_file().Kristian Høgsberg2007-09-27
* Add strbuf_cmp.Pierre Habouzit2007-09-26
* strbuf API additions and enhancements.Pierre Habouzit2007-09-20
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-18
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* New strbuf APIs: splice and attach.Pierre Habouzit2007-09-16
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
* Rework strbuf API and semantics.Pierre Habouzit2007-09-06
* War on whitespaceJunio C Hamano2007-06-07
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* sparse cleanupLinus Torvalds2005-05-20
* [PATCH] fix strbuf take #2Junio C Hamano2005-05-19
* strbuf: allow zero-length linesLinus Torvalds2005-05-18
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-26
* [PATCH] Introduce diff-tree-helper.Junio C Hamano2005-04-25