summaryrefslogtreecommitdiff
path: root/builtin-commit-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Show usage string for 'git commit-tree -h'Jonathan Nieder2009-11-091-1/+1
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
* commit_tree(): add a new author parameterMiklos Vajna2008-09-101-3/+6
* Merge branch 'ho/dashless'Junio C Hamano2008-09-091-1/+1
|\
| * Start conforming code to "git subcmd" style part 2Heikki Orsila2008-09-091-1/+1
* | Merge branch 'maint'Junio C Hamano2008-09-031-1/+1
|\ \ | |/
| * 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-1/+1
* | Fix commit_tree() buffer leakStephan Beyer2008-08-171-1/+4
|/
* git-commit-tree: make it usable from other builtinsMiklos Vajna2008-07-061-30/+41
* commit-tree: lift completely arbitrary limit of 16 parentsJohannes Schindelin2008-06-271-23/+20
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-091-2/+2
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-3/+2
* Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit2007-09-061-46/+14
* init_buffer(): Kill buf pointerLuiz Fernando N. Capitulino2007-04-251-2/+1
* Cleanup check_valid in commit-tree.Shawn O. Pearce2007-02-271-5/+5
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-4/+3
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano2006-12-301-2/+1
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-271-1/+3
* i18n.logToUTF8: convert commit log message to UTF-8Junio C Hamano2006-12-261-2/+9
* commit-tree: encourage UTF-8 commit messages.Johannes Schindelin2006-12-241-2/+13
* commit-tree: do not overflow MAXPARENTJunio C Hamano2006-12-211-0/+3
* make commit message a little more consistent and confortingNicolas Pitre2006-12-151-2/+0
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-1/+1
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-3/+1
* Builtin git-commit-tree.Peter Eriksen2006-05-231-0/+140