| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Make builtin-rerere use of strbuf nicer and more efficient. | Pierre Habouzit | 2007-09-26 | 1 | -25/+18 |
| | * | | | Add strbuf_cmp. | Pierre Habouzit | 2007-09-26 | 2 | -0/+13 |
| | * | | | strbuf_setlen(): do not barf on setting length of an empty buffer to 0 | Junio C Hamano | 2007-09-26 | 1 | -3/+6 |
| | * | | | sq_quote_argv and add_to_string rework with strbuf's. | Pierre Habouzit | 2007-09-21 | 6 | -137/+86 |
| | * | | | Full rework of quote_c_style and write_name_quoted. | Pierre Habouzit | 2007-09-20 | 10 | -368/+273 |
| | * | | | Rework unquote_c_style to work on a strbuf. | Pierre Habouzit | 2007-09-20 | 7 | -188/+191 |
| | * | | | strbuf API additions and enhancements. | Pierre Habouzit | 2007-09-20 | 4 | -20/+23 |
| | * | | | nfv?asprintf are broken without va_copy, workaround them. | Pierre Habouzit | 2007-09-20 | 4 | -105/+75 |
| | * | | | Fix the expansion pattern of the pseudo-static path buffer. | Pierre Habouzit | 2007-09-20 | 1 | -3/+2 |
| | * | | | builtin-for-each-ref.c::copy_name() - do not overstep the buffer. | Junio C Hamano | 2007-09-19 | 1 | -1/+1 |
| | * | | | builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion. | Junio C Hamano | 2007-09-19 | 1 | -0/+1 |
| | * | | | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 23 | -197/+60 |
| | * | | | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-18 | 71 | -1424/+2677 |
| | |\ \ \ |
|
| | * | | | | Add xmemdupz() that duplicates a block of memory, and NUL terminates it. | Pierre Habouzit | 2007-09-18 | 1 | -8/+9 |
| | * | | | | fast-import optimization: | Pierre Habouzit | 2007-09-18 | 1 | -32/+20 |
| | * | | | | fast-import was using dbuf's, replace them with strbuf's. | Pierre Habouzit | 2007-09-18 | 1 | -109/+68 |
| | * | | | | Drop strbuf's 'eof' marker, and make read_line a first class citizen. | Pierre Habouzit | 2007-09-18 | 7 | -41/+39 |
| | * | | | | Remove preemptive allocations. | Pierre Habouzit | 2007-09-16 | 1 | -30/+5 |
| | * | | | | Refactor replace_encoding_header. | Pierre Habouzit | 2007-09-16 | 1 | -36/+23 |
| | * | | | | builtin-apply: use strbuf's instead of buffer_desc's. | Pierre Habouzit | 2007-09-16 | 1 | -140/+72 |
| | * | | | | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 | 20 | -20/+0 |
| | * | | | | Rewrite convert_to_{git,working_tree} to use strbuf's. | Pierre Habouzit | 2007-09-16 | 7 | -317/+240 |
| | * | | | | New strbuf APIs: splice and attach. | Pierre Habouzit | 2007-09-16 | 2 | -15/+57 |
| | * | | | | archive: fix subst file generation | René Scharfe | 2007-09-13 | 2 | -9/+10 |
| | * | | | | Replace all read_fd use with strbuf_read, and get rid of it. | Pierre Habouzit | 2007-09-10 | 5 | -120/+56 |
| | * | | | | Use strbufs to in read_message (imap-send.c), custom buffer--. | Pierre Habouzit | 2007-09-10 | 1 | -20/+11 |
| | * | | | | Use strbuf_read in builtin-fetch-tool.c. | Pierre Habouzit | 2007-09-10 | 1 | -17/+6 |
| | * | | | | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 2007-09-10 | 8 | -299/+191 |
| | * | | | | Change semantics of interpolate to work like snprintf. | Pierre Habouzit | 2007-09-10 | 2 | -16/+13 |
| | * | | | | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 | 14 | -34/+58 |
| | * | | | | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-10 | 25 | -54/+272 |
| | |\ \ \ \ |
|
| | * | | | | | Use strbuf API in cache-tree.c | Pierre Habouzit | 2007-09-06 | 1 | -37/+22 |
| | * | | | | | Use strbuf API in buitin-rerere.c | Pierre Habouzit | 2007-09-06 | 1 | -38/+18 |
| | * | | | | | Use strbuf API in apply, blame, commit-tree and diff | Pierre Habouzit | 2007-09-06 | 4 | -108/+44 |
| | * | | | | | mktree: Simplify write_tree() using strbuf API | Pierre Habouzit | 2007-09-06 | 1 | -15/+8 |
| | * | | | | | fast-import: Use strbuf API, and simplify cmd_data() | Pierre Habouzit | 2007-09-06 | 1 | -17/+13 |
| | * | | | | | Simplify strbuf uses in archive-tar.c using strbuf API | Pierre Habouzit | 2007-09-06 | 1 | -49/+16 |
| | * | | | | | Rework strbuf API and semantics. | Pierre Habouzit | 2007-09-06 | 5 | -28/+180 |
| * | | | | | | Merge branch 'lh/merge' | Junio C Hamano | 2007-10-03 | 5 | -11/+521 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | git-merge: add --ff and --no-ff options | Lars Hjemli | 2007-09-23 | 3 | -6/+45 |
| | * | | | | | | git-merge: add support for --commit and --no-squash | Lars Hjemli | 2007-09-23 | 3 | -2/+36 |
| | * | | | | | | git-merge: add support for branch.<name>.mergeoptions | Lars Hjemli | 2007-09-23 | 4 | -0/+85 |
| | * | | | | | | git-merge: refactor option parsing | Lars Hjemli | 2007-09-23 | 1 | -6/+14 |
| | * | | | | | | git-merge: fix faulty SQUASH_MSG | Lars Hjemli | 2007-09-23 | 1 | -1/+1 |
| | * | | | | | | Add test-script for git-merge porcelain | Lars Hjemli | 2007-09-23 | 1 | -0/+344 |
| * | | | | | | | Merge branch 'js/rebase-i' | Junio C Hamano | 2007-10-03 | 2 | -8/+23 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | rebase -i: work on a detached HEAD | Johannes Schindelin | 2007-09-26 | 2 | -8/+23 |
| | * | | | | | | | Merge branch 'jc/autogc' into js/rebase-i | Junio C Hamano | 2007-09-26 | 11 | -14/+276 |
| | |\ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| * | | | | | | | | Merge branch 'jc/autogc' | Junio C Hamano | 2007-10-03 | 11 | -14/+276 |
| |\ \ \ \ \ \ \ \
| | | |/ / / / / /
| | |/| | | | | | |
|
| | * | | | | | | | git-gc --auto: run "repack -A -d -l" as necessary. | Junio C Hamano | 2007-09-17 | 3 | -7/+66 |