| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/commit-how-to-abort-cherry-pick' | Junio C Hamano | 2013-07-31 | 1 | -3/+22 |
|\ |
|
| * | commit: tweak empty cherry pick advice for sequencerjk/commit-how-to-abort-cherry-pick | Jeff King | 2013-07-29 | 1 | -3/+22 |
* | | Merge branch 'sb/misc-fixes' | Junio C Hamano | 2013-07-24 | 1 | -1/+0 |
|\ \ |
|
| * | | commit: Fix a memory leak in determine_author_info | Stefan Beller | 2013-07-15 | 1 | -1/+0 |
* | | | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 2013-07-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entry | Nguyễn Thái Ngọc Duy | 2013-07-09 | 1 | -1/+1 |
* | | | | Merge branch 'jg/status-config' | Junio C Hamano | 2013-07-11 | 1 | -19/+64 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | status/commit: make sure --porcelain is not affected by user-facing config | Junio C Hamano | 2013-06-24 | 1 | -22/+55 |
| * | | | commit: make it work with status.short | Ramkumar Ramachandra | 2013-06-24 | 1 | -0/+1 |
| * | | | status: introduce status.branch to enable --branch by default | Jorge Juan Garcia Garcia | 2013-06-24 | 1 | -0/+4 |
| * | | | status: introduce status.short to enable --short by default | Jorge Juan Garcia Garcia | 2013-06-24 | 1 | -0/+7 |
* | | | | Merge branch 'jh/libify-note-handling' | Junio C Hamano | 2013-06-24 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c | Johan Herland | 2013-06-12 | 1 | -0/+1 |
| * | | | | finish_copy_notes_for_rewrite(): Let caller provide commit message | Johan Herland | 2013-06-12 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Revert "Merge branch 'jg/status-config'" | Junio C Hamano | 2013-06-24 | 1 | -11/+0 |
* | | | | Merge branch 'jg/status-config' | Junio C Hamano | 2013-06-23 | 1 | -0/+11 |
|\ \ \ \ |
|
| * | | | | status: introduce status.branch to enable --branch by default | Jorge Juan Garcia Garcia | 2013-06-15 | 1 | -0/+4 |
| * | | | | status: introduce status.short to enable --short by default | Jorge Juan Garcia Garcia | 2013-06-11 | 1 | -0/+7 |
| |/ / / |
|
* | | | | Merge branch 'rs/commit-m-no-edit' | Junio C Hamano | 2013-06-05 | 1 | -4/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | commit: don't start editor if empty message is given with -m | René Scharfe | 2013-05-28 | 1 | -4/+6 |
| |/ / |
|
* | | | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -1/+1 |
* | | | Merge branch 'bc/append-signed-off-by' | Junio C Hamano | 2013-04-01 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | sequencer.c: teach append_signoff how to detect duplicate s-o-b | Brandon Casey | 2013-02-12 | 1 | -1/+1 |
* | | | git-commit: only append a newline to -m mesg if necessary | Brandon Casey | 2013-02-19 | 1 | -1/+3 |
* | | | Merge branch 'maint' | Junio C Hamano | 2013-02-12 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Replace filepattern with pathspec for consistency | Matthieu Moy | 2013-02-12 | 1 | -2/+2 |
* | | | | Merge branch 'jk/read-commit-buffer-data-after-free' | Junio C Hamano | 2013-02-04 | 1 | -12/+2 |
|\ \ \ \ |
|
| * | | | | logmsg_reencode: never return NULL | Jeff King | 2013-01-26 | 1 | -12/+2 |
| * | | | | commit: drop useless xstrdup of commit message | Jeff King | 2013-01-26 | 1 | -1/+1 |
* | | | | | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 2013-02-04 | 1 | -6/+6 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Allow custom "comment char" | Junio C Hamano | 2013-01-16 | 1 | -6/+6 |
| |/ / / |
|
* | | | | Merge branch 'as/pre-push-hook' | Junio C Hamano | 2013-01-23 | 1 | -4/+2 |
|\ \ \ \ |
|
| * | | | | hooks: Add function to check if a hook exists | Aaron Schrab | 2013-01-14 | 1 | -4/+2 |
| |/ / / |
|
* | | | | commit: make default of "cleanup" option configurable | Ralf Thielow | 2013-01-10 | 1 | -1/+3 |
|/ / / |
|
* | | | ident: keep separate "explicit" flags for author and committer | Jeff King | 2012-11-15 | 1 | -2/+2 |
|/ / |
|
* | | status: add --long output format option | Jeff King | 2012-10-18 | 1 | -6/+23 |
|/ |
|
* | Merge branch 'os/commit-submodule-ignore' | Junio C Hamano | 2012-10-01 | 1 | -0/+1 |
|\ |
|
| * | commit: pay attention to submodule.$name.ignore in .gitmodules | Orgad Shaneh | 2012-09-24 | 1 | -0/+1 |
* | | cherry-pick: don't forget -s on failure | Miklos Vajna | 2012-09-14 | 1 | -57/+24 |
* | | Merge branch 'jc/maint-ident-missing-human-name' | Junio C Hamano | 2012-09-11 | 1 | -1/+16 |
|\ \ |
|
| * | | split_ident_line(): make best effort when parsing author/committer line | Junio C Hamano | 2012-08-31 | 1 | -1/+16 |
| * | | Merge branch 'jk/maint-commit-check-committer-early' into maint-1.7.11 | Junio C Hamano | 2012-08-24 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge branch 'cw/amend-commit-without-message' into maint | Junio C Hamano | 2012-07-22 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | Merge branch 'jk/maint-commit-amend-only-no-paths' into maint | Junio C Hamano | 2012-07-22 | 1 | -1/+4 |
* | | | | | i18n: status: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -11/+11 |
* | | | | | i18n: commit: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -39/+39 |
* | | | | | Merge branch 'jk/maint-commit-check-committer-early' | Junio C Hamano | 2012-07-24 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | commit: check committer identity more strictly | Jeff King | 2012-07-23 | 1 | -1/+1 |
* | | | | | Merge branch 'jk/maint-commit-amend-only-no-paths' | Junio C Hamano | 2012-07-15 | 1 | -1/+4 |
* | | | | | Merge branch 'cw/amend-commit-without-message' | Junio C Hamano | 2012-07-15 | 1 | -1/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|