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