| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | 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 |
| * | | | | | | | git-gc --auto: restructure the way "repack" command line is built. | Junio C Hamano | 2007-09-17 | 1 | -5/+10 |
| * | | | | | | | git-gc --auto: protect ourselves from accumulated cruft | Junio C Hamano | 2007-09-17 | 1 | -8/+17 |
| * | | | | | | | git-gc --auto: add documentation. | Junio C Hamano | 2007-09-17 | 2 | -1/+17 |
| * | | | | | | | git-gc --auto: move threshold check to need_to_gc() function. | Junio C Hamano | 2007-09-17 | 1 | -2/+7 |
| * | | | | | | | repack -A -d: use --keep-unreachable when repacking | Junio C Hamano | 2007-09-17 | 1 | -3/+11 |
| * | | | | | | | pack-objects --keep-unreachable | Junio C Hamano | 2007-09-17 | 1 | -2/+93 |
| * | | | | | | | Export matches_pack_name() and fix its return value | Junio C Hamano | 2007-09-17 | 2 | -7/+8 |
| * | | | | | | | Invoke "git gc --auto" from commit, merge, am and rebase. | Junio C Hamano | 2007-09-06 | 4 | -0/+6 |
| * | | | | | | | Implement git gc --auto | Junio C Hamano | 2007-09-06 | 1 | -1/+63 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'je/hooks' | Junio C Hamano | 2007-10-03 | 3 | -0/+100 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | post-checkout hook, tests, and docs | Josh England | 2007-09-29 | 3 | -0/+100 |
* | | | | | | | | Merge branch 'ap/dateformat' | Junio C Hamano | 2007-10-03 | 6 | -24/+209 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Add a test script for for-each-ref, including test of date formatting | Andy Parkins | 2007-10-03 | 1 | -0/+151 |
| * | | | | | | | | dateformat: parse %(xxdate) %(yydate:format) correctly | Junio C Hamano | 2007-10-02 | 1 | -1/+1 |
| * | | | | | | | | Make for-each-ref's grab_date() support per-atom formatting | Andy Parkins | 2007-09-29 | 2 | -7/+26 |
| * | | | | | | | | Make for-each-ref allow atom names like "<name>:<something>" | Andy Parkins | 2007-09-29 | 1 | -1/+10 |