Age | Commit message (Expand) | Author | Files | Lines |
2008-02-09 | Avoid a useless prefix lookup in strbuf_expand() | Marco Costalba | 1 | -2/+2 |
2007-11-26 | builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well. | Pierre Habouzit | 1 | -1/+1 |
2007-11-22 | Export launch_editor() and make it accept ':' as a no-op editor. | Kristian Høgsberg | 1 | -0/+1 |
2007-11-11 | add strbuf_adddup() | René Scharfe | 1 | -0/+1 |
2007-11-09 | --pretty=format: on-demand format expansion | René Scharfe | 1 | -0/+3 |
2007-11-05 | Fix comment in strbuf.h to use correct name strbuf_avail() | Steffen Prohaska | 1 | -4/+4 |
2007-09-29 | strbuf_read_file enhancement, and use it. | Pierre Habouzit | 1 | -1/+1 |
2007-09-29 | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 1 | -5/+5 |
2007-09-27 | Clean up stripspace a bit, use strbuf even more. | Kristian Høgsberg | 1 | -0/+2 |
2007-09-27 | Add strbuf_read_file(). | Kristian Høgsberg | 1 | -0/+1 |
2007-09-26 | Add strbuf_cmp. | Pierre Habouzit | 1 | -0/+1 |
2007-09-26 | strbuf_setlen(): do not barf on setting length of an empty buffer to 0 | Junio C Hamano | 1 | -3/+6 |
2007-09-20 | strbuf API additions and enhancements. | Pierre Habouzit | 1 | -6/+11 |
2007-09-18 | Drop strbuf's 'eof' marker, and make read_line a first class citizen. | Pierre Habouzit | 1 | -3/+2 |
2007-09-16 | New strbuf APIs: splice and attach. | Pierre Habouzit | 1 | -0/+5 |
2007-09-10 | Strbuf API extensions and fixes. | Pierre Habouzit | 1 | -2/+8 |
2007-09-06 | Rework strbuf API and semantics. | Pierre Habouzit | 1 | -2/+84 |
2005-05-18 | [PATCH] Kill a bunch of pointer sign warnings for gcc4 | Brian Gerst | 1 | -1/+1 |
2005-04-25 | [PATCH] Introduce diff-tree-helper. | Junio C Hamano | 1 | -0/+13 |