aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | builtin-apply: use strbuf's instead of buffer_desc's.Pierre Habouzit2007-09-16
| * | | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
| * | | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-16
| * | | New strbuf APIs: splice and attach.Pierre Habouzit2007-09-16
| * | | archive: fix subst file generationRené Scharfe2007-09-13
| * | | Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-10
| * | | Use strbufs to in read_message (imap-send.c), custom buffer--.Pierre Habouzit2007-09-10
| * | | Use strbuf_read in builtin-fetch-tool.c.Pierre Habouzit2007-09-10
| * | | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-10
| * | | Change semantics of interpolate to work like snprintf.Pierre Habouzit2007-09-10
| * | | Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
| * | | Merge branch 'master' into ph/strbufJunio C Hamano2007-09-10
| |\ \ \
| * | | | Use strbuf API in cache-tree.cPierre Habouzit2007-09-06
| * | | | Use strbuf API in buitin-rerere.cPierre Habouzit2007-09-06
| * | | | Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit2007-09-06
| * | | | mktree: Simplify write_tree() using strbuf APIPierre Habouzit2007-09-06
| * | | | fast-import: Use strbuf API, and simplify cmd_data()Pierre Habouzit2007-09-06
| * | | | Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit2007-09-06
| * | | | Rework strbuf API and semantics.Pierre Habouzit2007-09-06
* | | | | Merge branch 'lh/merge'Junio C Hamano2007-10-03
|\ \ \ \ \
| * | | | | git-merge: add --ff and --no-ff optionsLars Hjemli2007-09-23
| * | | | | git-merge: add support for --commit and --no-squashLars Hjemli2007-09-23
| * | | | | git-merge: add support for branch.<name>.mergeoptionsLars Hjemli2007-09-23
| * | | | | git-merge: refactor option parsingLars Hjemli2007-09-23
| * | | | | git-merge: fix faulty SQUASH_MSGLars Hjemli2007-09-23
| * | | | | Add test-script for git-merge porcelainLars Hjemli2007-09-23
* | | | | | Merge branch 'js/rebase-i'Junio C Hamano2007-10-03
|\ \ \ \ \ \
| * | | | | | rebase -i: work on a detached HEADJohannes Schindelin2007-09-26
| * | | | | | Merge branch 'jc/autogc' into js/rebase-iJunio C Hamano2007-09-26
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jc/autogc'Junio C Hamano2007-10-03
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano2007-09-17
| * | | | | | git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano2007-09-17
| * | | | | | git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano2007-09-17
| * | | | | | git-gc --auto: add documentation.Junio C Hamano2007-09-17
| * | | | | | git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano2007-09-17
| * | | | | | repack -A -d: use --keep-unreachable when repackingJunio C Hamano2007-09-17
| * | | | | | pack-objects --keep-unreachableJunio C Hamano2007-09-17
| * | | | | | Export matches_pack_name() and fix its return valueJunio C Hamano2007-09-17
| * | | | | | Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano2007-09-06
| * | | | | | Implement git gc --autoJunio C Hamano2007-09-06
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'je/hooks'Junio C Hamano2007-10-03
|\ \ \ \ \ \
| * | | | | | post-checkout hook, tests, and docsJosh England2007-09-29
* | | | | | | Merge branch 'ap/dateformat'Junio C Hamano2007-10-03
|\ \ \ \ \ \ \
| * | | | | | | Add a test script for for-each-ref, including test of date formattingAndy Parkins2007-10-03
| * | | | | | | dateformat: parse %(xxdate) %(yydate:format) correctlyJunio C Hamano2007-10-02
| * | | | | | | Make for-each-ref's grab_date() support per-atom formattingAndy Parkins2007-09-29
| * | | | | | | Make for-each-ref allow atom names like "<name>:<something>"Andy Parkins2007-09-29
| * | | | | | | parse_date_format(): convert a format name to an enum date_modeAndy Parkins2007-09-29
| |/ / / / / /
* | | | | | | Sync with GIT 1.5.3.4Junio C Hamano2007-10-03
|\ \ \ \ \ \ \
| * | | | | | | GIT 1.5.3.4v1.5.3.4Junio C Hamano2007-10-03