summaryrefslogtreecommitdiff
path: root/builtin-commit-tree.c
AgeCommit message (Expand)AuthorFilesLines
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