| Commit message (Expand) | Author | Age |
* | Start conforming code to "git subcmd" style part 2 | Heikki Orsila | 2008-09-09 |
* | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 2008-08-31 |
* | git-commit-tree: make it usable from other builtins | Miklos Vajna | 2008-07-06 |
* | commit-tree: lift completely arbitrary limit of 16 parents | Johannes Schindelin | 2008-06-27 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | Re-fix "builtin-commit: fix --signoff" | Junio C Hamano | 2007-12-09 |
* | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 |
* | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 |
* | Use strbuf API in apply, blame, commit-tree and diff | Pierre Habouzit | 2007-09-06 |
* | init_buffer(): Kill buf pointer | Luiz Fernando N. Capitulino | 2007-04-25 |
* | Cleanup check_valid in commit-tree. | Shawn O. Pearce | 2007-02-27 |
* | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 |
* | Don't force everybody to call setup_ident(). | Junio C Hamano | 2007-01-28 |
* | commit-tree: cope with different ways "utf-8" can be spelled. | Junio C Hamano | 2006-12-30 |
* | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 2006-12-27 |
* | i18n.logToUTF8: convert commit log message to UTF-8 | Junio C Hamano | 2006-12-26 |
* | commit-tree: encourage UTF-8 commit messages. | Johannes Schindelin | 2006-12-24 |
* | commit-tree: do not overflow MAXPARENT | Junio C Hamano | 2006-12-21 |
* | make commit message a little more consistent and conforting | Nicolas Pitre | 2006-12-15 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 |
* | Builtin git-commit-tree. | Peter Eriksen | 2006-05-23 |