Age | Commit message (Expand) | Author | Files | Lines |
2013-06-11 | status: introduce status.short to enable --short by default | Jorge Juan Garcia Garcia | 1 | -0/+7 |
2013-06-05 | Merge branch 'rs/commit-m-no-edit' | Junio C Hamano | 1 | -4/+6 |
2013-05-28 | commit: don't start editor if empty message is given with -m | René Scharfe | 1 | -4/+6 |
2013-04-18 | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-04-01 | Merge branch 'bc/append-signed-off-by' | Junio C Hamano | 1 | -1/+1 |
2013-02-19 | git-commit: only append a newline to -m mesg if necessary | Brandon Casey | 1 | -1/+3 |
2013-02-12 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2013-02-12 | sequencer.c: teach append_signoff how to detect duplicate s-o-b | Brandon Casey | 1 | -1/+1 |
2013-02-12 | Replace filepattern with pathspec for consistency | Matthieu Moy | 1 | -2/+2 |
2013-02-04 | Merge branch 'jk/read-commit-buffer-data-after-free' | Junio C Hamano | 1 | -12/+2 |
2013-02-04 | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 1 | -6/+6 |
2013-01-26 | logmsg_reencode: never return NULL | Jeff King | 1 | -12/+2 |
2013-01-26 | commit: drop useless xstrdup of commit message | Jeff King | 1 | -1/+1 |
2013-01-23 | Merge branch 'as/pre-push-hook' | Junio C Hamano | 1 | -4/+2 |
2013-01-16 | Allow custom "comment char" | Junio C Hamano | 1 | -6/+6 |
2013-01-14 | hooks: Add function to check if a hook exists | Aaron Schrab | 1 | -4/+2 |
2013-01-10 | commit: make default of "cleanup" option configurable | Ralf Thielow | 1 | -1/+3 |
2012-11-15 | ident: keep separate "explicit" flags for author and committer | Jeff King | 1 | -2/+2 |
2012-10-18 | status: add --long output format option | Jeff King | 1 | -6/+23 |
2012-10-01 | Merge branch 'os/commit-submodule-ignore' | Junio C Hamano | 1 | -0/+1 |
2012-09-24 | commit: pay attention to submodule.$name.ignore in .gitmodules | Orgad Shaneh | 1 | -0/+1 |
2012-09-14 | cherry-pick: don't forget -s on failure | Miklos Vajna | 1 | -57/+24 |
2012-09-11 | Merge branch 'jc/maint-ident-missing-human-name' | Junio C Hamano | 1 | -1/+16 |
2012-08-31 | split_ident_line(): make best effort when parsing author/committer line | Junio C Hamano | 1 | -1/+16 |
2012-08-24 | Merge branch 'jk/maint-commit-check-committer-early' into maint-1.7.11 | Junio C Hamano | 1 | -1/+1 |
2012-08-20 | i18n: status: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -11/+11 |
2012-08-20 | i18n: commit: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -39/+39 |
2012-07-24 | Merge branch 'jk/maint-commit-check-committer-early' | Junio C Hamano | 1 | -1/+1 |
2012-07-23 | commit: check committer identity more strictly | Jeff King | 1 | -1/+1 |
2012-07-22 | Merge branch 'cw/amend-commit-without-message' into maint | Junio C Hamano | 1 | -1/+1 |
2012-07-22 | Merge branch 'jk/maint-commit-amend-only-no-paths' into maint | Junio C Hamano | 1 | -1/+4 |
2012-07-15 | Merge branch 'jk/maint-commit-amend-only-no-paths' | Junio C Hamano | 1 | -1/+4 |
2012-07-15 | Merge branch 'cw/amend-commit-without-message' | Junio C Hamano | 1 | -1/+1 |
2012-07-09 | Allow edit of empty message with commit --amend | Chris Webb | 1 | -1/+1 |
2012-05-24 | ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT | Jeff King | 1 | -2/+1 |
2012-05-08 | status: refactor colopts handling | Jeff King | 1 | -5/+4 |
2012-05-08 | Merge branch 'jk/maint-status-porcelain-z-b' into HEAD | Jeff King | 1 | -68/+67 |
2012-05-08 | status: respect "-b" for porcelain format | Jeff King | 1 | -5/+4 |
2012-05-08 | status: refactor null_termination option | Jeff King | 1 | -9/+8 |
2012-05-08 | commit: refactor option parsing | Jeff King | 1 | -58/+59 |
2012-05-03 | Merge branch 'nd/columns' | Junio C Hamano | 1 | -0/+7 |
2012-04-30 | git-commit: remove lego in i18n messages | Ævar Arnfjörð Bjarmason | 1 | -7/+6 |
2012-04-30 | git-commit: remove lego in i18n messages | Ævar Arnfjörð Bjarmason | 1 | -29/+23 |
2012-04-27 | status: add --column | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2012-04-26 | Merge branch 'jc/commit-unedited-template' into maint | Junio C Hamano | 1 | -19/+43 |
2012-04-26 | Merge branch 'jc/commit-hook-authorship' into maint | Junio C Hamano | 1 | -3/+19 |
2012-04-16 | Merge branch 'jc/commit-unedited-template' | Junio C Hamano | 1 | -19/+43 |
2012-04-15 | Merge branch 'jc/commit-hook-authorship' | Junio C Hamano | 1 | -3/+19 |
2012-03-30 | commit: rephrase the error when user did not touch templated log message | Junio C Hamano | 1 | -19/+41 |
2012-03-30 | commit: do not trigger bogus "has templated message edited" check | Junio C Hamano | 1 | -0/+2 |