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