summaryrefslogtreecommitdiff
path: root/builtin-commit-tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Show usage string for 'git commit-tree -h'Libravatar Jonathan Nieder1-1/+1
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Libravatar Thomas Rast1-1/+1
2008-09-10commit_tree(): add a new author parameterLibravatar Miklos Vajna1-3/+6
2008-09-09Merge branch 'ho/dashless'Libravatar Junio C Hamano1-1/+1
2008-09-09Start conforming code to "git subcmd" style part 2Libravatar Heikki Orsila1-1/+1
2008-09-03Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-08-31'git foo' program identifies itself without dash in die() messagesLibravatar Junio C Hamano1-1/+1
2008-08-17Fix commit_tree() buffer leakLibravatar Stephan Beyer1-1/+4
2008-07-06git-commit-tree: make it usable from other builtinsLibravatar Miklos Vajna1-30/+41
2008-06-27commit-tree: lift completely arbitrary limit of 16 parentsLibravatar Johannes Schindelin1-23/+20
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-1/+1
2007-12-09Re-fix "builtin-commit: fix --signoff"Libravatar Junio C Hamano1-2/+2
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-10Strbuf API extensions and fixes.Libravatar Pierre Habouzit1-3/+2
2007-09-06Use strbuf API in apply, blame, commit-tree and diffLibravatar Pierre Habouzit1-46/+14
2007-04-25init_buffer(): Kill buf pointerLibravatar Luiz Fernando N. Capitulino1-2/+1
2007-02-27Cleanup check_valid in commit-tree.Libravatar Shawn O. Pearce1-5/+5
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-4/+3
2007-01-28Don't force everybody to call setup_ident().Libravatar Junio C Hamano1-1/+0
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Libravatar Junio C Hamano1-2/+1
2006-12-27UTF-8: introduce i18n.logoutputencoding.Libravatar Junio C Hamano1-1/+3
2006-12-26i18n.logToUTF8: convert commit log message to UTF-8Libravatar Junio C Hamano1-2/+9
2006-12-24commit-tree: encourage UTF-8 commit messages.Libravatar Johannes Schindelin1-2/+13
2006-12-21commit-tree: do not overflow MAXPARENTLibravatar Junio C Hamano1-0/+3
2006-12-15make commit message a little more consistent and confortingLibravatar Nicolas Pitre1-2/+0
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.Libravatar David Rientjes1-1/+1
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-3/+1
2006-05-23Builtin git-commit-tree.Libravatar Peter Eriksen1-0/+140