| Commit message (Expand) | Author | Age |
... | |
| * | | | builtin-apply: use strbuf's instead of buffer_desc's. | Pierre Habouzit | 2007-09-16 |
| * | | | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 |
| * | | | Rewrite convert_to_{git,working_tree} to use strbuf's. | Pierre Habouzit | 2007-09-16 |
| * | | | New strbuf APIs: splice and attach. | Pierre Habouzit | 2007-09-16 |
| * | | | archive: fix subst file generation | René Scharfe | 2007-09-13 |
| * | | | Replace all read_fd use with strbuf_read, and get rid of it. | Pierre Habouzit | 2007-09-10 |
| * | | | Use strbufs to in read_message (imap-send.c), custom buffer--. | Pierre Habouzit | 2007-09-10 |
| * | | | Use strbuf_read in builtin-fetch-tool.c. | Pierre Habouzit | 2007-09-10 |
| * | | | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 2007-09-10 |
| * | | | Change semantics of interpolate to work like snprintf. | Pierre Habouzit | 2007-09-10 |
| * | | | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 |
| * | | | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-10 |
| |\ \ \ |
|
| * | | | | Use strbuf API in cache-tree.c | Pierre Habouzit | 2007-09-06 |
| * | | | | Use strbuf API in buitin-rerere.c | Pierre Habouzit | 2007-09-06 |
| * | | | | Use strbuf API in apply, blame, commit-tree and diff | Pierre Habouzit | 2007-09-06 |
| * | | | | mktree: Simplify write_tree() using strbuf API | Pierre Habouzit | 2007-09-06 |
| * | | | | fast-import: Use strbuf API, and simplify cmd_data() | Pierre Habouzit | 2007-09-06 |
| * | | | | Simplify strbuf uses in archive-tar.c using strbuf API | Pierre Habouzit | 2007-09-06 |
| * | | | | Rework strbuf API and semantics. | Pierre Habouzit | 2007-09-06 |
* | | | | | Merge branch 'lh/merge' | Junio C Hamano | 2007-10-03 |
|\ \ \ \ \ |
|
| * | | | | | git-merge: add --ff and --no-ff options | Lars Hjemli | 2007-09-23 |
| * | | | | | git-merge: add support for --commit and --no-squash | Lars Hjemli | 2007-09-23 |
| * | | | | | git-merge: add support for branch.<name>.mergeoptions | Lars Hjemli | 2007-09-23 |
| * | | | | | git-merge: refactor option parsing | Lars Hjemli | 2007-09-23 |
| * | | | | | git-merge: fix faulty SQUASH_MSG | Lars Hjemli | 2007-09-23 |
| * | | | | | Add test-script for git-merge porcelain | Lars Hjemli | 2007-09-23 |
* | | | | | | Merge branch 'js/rebase-i' | Junio C Hamano | 2007-10-03 |
|\ \ \ \ \ \ |
|
| * | | | | | | rebase -i: work on a detached HEAD | Johannes Schindelin | 2007-09-26 |
| * | | | | | | Merge branch 'jc/autogc' into js/rebase-i | Junio C Hamano | 2007-09-26 |
| |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'jc/autogc' | Junio C Hamano | 2007-10-03 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | git-gc --auto: run "repack -A -d -l" as necessary. | Junio C Hamano | 2007-09-17 |
| * | | | | | | git-gc --auto: restructure the way "repack" command line is built. | Junio C Hamano | 2007-09-17 |
| * | | | | | | git-gc --auto: protect ourselves from accumulated cruft | Junio C Hamano | 2007-09-17 |
| * | | | | | | git-gc --auto: add documentation. | Junio C Hamano | 2007-09-17 |
| * | | | | | | git-gc --auto: move threshold check to need_to_gc() function. | Junio C Hamano | 2007-09-17 |
| * | | | | | | repack -A -d: use --keep-unreachable when repacking | Junio C Hamano | 2007-09-17 |
| * | | | | | | pack-objects --keep-unreachable | Junio C Hamano | 2007-09-17 |
| * | | | | | | Export matches_pack_name() and fix its return value | Junio C Hamano | 2007-09-17 |
| * | | | | | | Invoke "git gc --auto" from commit, merge, am and rebase. | Junio C Hamano | 2007-09-06 |
| * | | | | | | Implement git gc --auto | Junio C Hamano | 2007-09-06 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'je/hooks' | Junio C Hamano | 2007-10-03 |
|\ \ \ \ \ \ |
|
| * | | | | | | post-checkout hook, tests, and docs | Josh England | 2007-09-29 |
* | | | | | | | Merge branch 'ap/dateformat' | Junio C Hamano | 2007-10-03 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Add a test script for for-each-ref, including test of date formatting | Andy Parkins | 2007-10-03 |
| * | | | | | | | dateformat: parse %(xxdate) %(yydate:format) correctly | Junio C Hamano | 2007-10-02 |
| * | | | | | | | Make for-each-ref's grab_date() support per-atom formatting | Andy Parkins | 2007-09-29 |
| * | | | | | | | Make for-each-ref allow atom names like "<name>:<something>" | Andy Parkins | 2007-09-29 |
| * | | | | | | | parse_date_format(): convert a format name to an enum date_mode | Andy Parkins | 2007-09-29 |
| |/ / / / / / |
|
* | | | | | | | Sync with GIT 1.5.3.4 | Junio C Hamano | 2007-10-03 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GIT 1.5.3.4v1.5.3.4 | Junio C Hamano | 2007-10-03 |