Age | Commit message (Expand) | Author | Files | Lines |
2009-11-09 | Show usage string for 'git commit-tree -h' | Jonathan Nieder | 1 | -1/+1 |
2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -1/+1 |
2008-09-10 | commit_tree(): add a new author parameter | Miklos Vajna | 1 | -3/+6 |
2008-09-09 | Merge branch 'ho/dashless' | Junio C Hamano | 1 | -1/+1 |
2008-09-09 | Start conforming code to "git subcmd" style part 2 | Heikki Orsila | 1 | -1/+1 |
2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-08-31 | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 1 | -1/+1 |
2008-08-17 | Fix commit_tree() buffer leak | Stephan Beyer | 1 | -1/+4 |
2008-07-06 | git-commit-tree: make it usable from other builtins | Miklos Vajna | 1 | -30/+41 |
2008-06-27 | commit-tree: lift completely arbitrary limit of 16 parents | Johannes Schindelin | 1 | -23/+20 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
2007-12-09 | Re-fix "builtin-commit: fix --signoff" | Junio C Hamano | 1 | -2/+2 |
2007-09-16 | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 1 | -1/+0 |
2007-09-10 | Strbuf API extensions and fixes. | Pierre Habouzit | 1 | -3/+2 |
2007-09-06 | Use strbuf API in apply, blame, commit-tree and diff | Pierre Habouzit | 1 | -46/+14 |
2007-04-25 | init_buffer(): Kill buf pointer | Luiz Fernando N. Capitulino | 1 | -2/+1 |
2007-02-27 | Cleanup check_valid in commit-tree. | Shawn O. Pearce | 1 | -5/+5 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -4/+3 |
2007-01-28 | Don't force everybody to call setup_ident(). | Junio C Hamano | 1 | -1/+0 |
2006-12-30 | commit-tree: cope with different ways "utf-8" can be spelled. | Junio C Hamano | 1 | -2/+1 |
2006-12-27 | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 1 | -1/+3 |
2006-12-26 | i18n.logToUTF8: convert commit log message to UTF-8 | Junio C Hamano | 1 | -2/+9 |
2006-12-24 | commit-tree: encourage UTF-8 commit messages. | Johannes Schindelin | 1 | -2/+13 |
2006-12-21 | commit-tree: do not overflow MAXPARENT | Junio C Hamano | 1 | -0/+3 |
2006-12-15 | make commit message a little more consistent and conforting | Nicolas Pitre | 1 | -2/+0 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -1/+1 |
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -3/+1 |
2006-05-23 | Builtin git-commit-tree. | Peter Eriksen | 1 | -0/+140 |