Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-04Merge branch 'maint'Junio C Hamano
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-08-18Fix 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-26init_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-31commit-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-18Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-05-24Builtin git-commit-tree.Peter Eriksen