summaryrefslogtreecommitdiffstats
path: root/builtin-commit-tree.c
AgeCommit message (Expand)AuthorLines
2008-09-10commit_tree(): add a new author parameterMiklos Vajna-3/+6
2008-09-09Merge branch 'ho/dashless'Junio C Hamano-1/+1
2008-09-09Start conforming code to "git subcmd" style part 2Heikki Orsila-1/+1
2008-09-03Merge branch 'maint'Junio C Hamano-1/+1
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano-1/+1
2008-08-17Fix commit_tree() buffer leakStephan Beyer-1/+4
2008-07-06git-commit-tree: make it usable from other builtinsMiklos Vajna-30/+41
2008-06-27commit-tree: lift completely arbitrary limit of 16 parentsJohannes Schindelin-23/+20
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-1/+1
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano-2/+2
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit-1/+0
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit-3/+2
2007-09-06Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit-46/+14
2007-04-25init_buffer(): Kill buf pointerLuiz Fernando N. Capitulino-2/+1
2007-02-27Cleanup check_valid in commit-tree.Shawn O. Pearce-5/+5
2007-02-27convert object type handling from a string to a numberNicolas Pitre-4/+3
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano-1/+0
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano-2/+1
2006-12-27UTF-8: introduce i18n.logoutputencoding.Junio C Hamano-1/+3
2006-12-26i18n.logToUTF8: convert commit log message to UTF-8Junio C Hamano-2/+9
2006-12-24commit-tree: encourage UTF-8 commit messages.Johannes Schindelin-2/+13
2006-12-21commit-tree: do not overflow MAXPARENTJunio C Hamano-0/+3
2006-12-15make commit message a little more consistent and confortingNicolas Pitre-2/+0
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes-1/+1
2006-07-29Call setup_git_directory() much earlierLinus Torvalds-3/+1
2006-05-23Builtin git-commit-tree.Peter Eriksen-0/+140