summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/commit-how-to-abort-cherry-pick'Junio C Hamano2013-07-311-3/+22
|\
| * commit: tweak empty cherry pick advice for sequencerjk/commit-how-to-abort-cherry-pickJeff King2013-07-291-3/+22
* | Merge branch 'sb/misc-fixes'Junio C Hamano2013-07-241-1/+0
|\ \
| * | commit: Fix a memory leak in determine_author_infoStefan Beller2013-07-151-1/+0
* | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-1/+1
|\ \ \
| * | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
* | | | Merge branch 'jg/status-config'Junio C Hamano2013-07-111-19/+64
|\ \ \ \ | |/ / / |/| | |
| * | | status/commit: make sure --porcelain is not affected by user-facing configJunio C Hamano2013-06-241-22/+55
| * | | commit: make it work with status.shortRamkumar Ramachandra2013-06-241-0/+1
| * | | status: introduce status.branch to enable --branch by defaultJorge Juan Garcia Garcia2013-06-241-0/+4
| * | | status: introduce status.short to enable --short by defaultJorge Juan Garcia Garcia2013-06-241-0/+7
* | | | Merge branch 'jh/libify-note-handling'Junio C Hamano2013-06-241-1/+2
|\ \ \ \
| * | | | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland2013-06-121-0/+1
| * | | | finish_copy_notes_for_rewrite(): Let caller provide commit messageJohan Herland2013-06-121-1/+1
| |/ / /
* | | | Revert "Merge branch 'jg/status-config'"Junio C Hamano2013-06-241-11/+0
* | | | Merge branch 'jg/status-config'Junio C Hamano2013-06-231-0/+11
|\ \ \ \
| * | | | status: introduce status.branch to enable --branch by defaultJorge Juan Garcia Garcia2013-06-151-0/+4
| * | | | status: introduce status.short to enable --short by defaultJorge Juan Garcia Garcia2013-06-111-0/+7
| |/ / /
* | | | Merge branch 'rs/commit-m-no-edit'Junio C Hamano2013-06-051-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | commit: don't start editor if empty message is given with -mRené Scharfe2013-05-281-4/+6
| |/ /
* | | pretty: save commit encoding from logmsg_reencode if the caller needs itNguyễn Thái Ngọc Duy2013-04-181-1/+1
* | | Merge branch 'bc/append-signed-off-by'Junio C Hamano2013-04-011-1/+1
|\ \ \ | |/ / |/| |
| * | sequencer.c: teach append_signoff how to detect duplicate s-o-bBrandon Casey2013-02-121-1/+1
* | | git-commit: only append a newline to -m mesg if necessaryBrandon Casey2013-02-191-1/+3
* | | Merge branch 'maint'Junio C Hamano2013-02-121-2/+2
|\ \ \
| * | | Replace filepattern with pathspec for consistencyMatthieu Moy2013-02-121-2/+2
* | | | Merge branch 'jk/read-commit-buffer-data-after-free'Junio C Hamano2013-02-041-12/+2
|\ \ \ \
| * | | | logmsg_reencode: never return NULLJeff King2013-01-261-12/+2
| * | | | commit: drop useless xstrdup of commit messageJeff King2013-01-261-1/+1
* | | | | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-041-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow custom "comment char"Junio C Hamano2013-01-161-6/+6
| |/ / /
* | | | Merge branch 'as/pre-push-hook'Junio C Hamano2013-01-231-4/+2
|\ \ \ \
| * | | | hooks: Add function to check if a hook existsAaron Schrab2013-01-141-4/+2
| |/ / /
* | | | commit: make default of "cleanup" option configurableRalf Thielow2013-01-101-1/+3
|/ / /
* | | ident: keep separate "explicit" flags for author and committerJeff King2012-11-151-2/+2
|/ /
* | status: add --long output format optionJeff King2012-10-181-6/+23
|/
* Merge branch 'os/commit-submodule-ignore'Junio C Hamano2012-10-011-0/+1
|\
| * commit: pay attention to submodule.$name.ignore in .gitmodulesOrgad Shaneh2012-09-241-0/+1
* | cherry-pick: don't forget -s on failureMiklos Vajna2012-09-141-57/+24
* | Merge branch 'jc/maint-ident-missing-human-name'Junio C Hamano2012-09-111-1/+16
|\ \
| * | split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2012-08-311-1/+16
| * | Merge branch 'jk/maint-commit-check-committer-early' into maint-1.7.11Junio C Hamano2012-08-241-1/+1
| |\ \
| * \ \ Merge branch 'cw/amend-commit-without-message' into maintJunio C Hamano2012-07-221-1/+1
| |\ \ \
| * | | | Merge branch 'jk/maint-commit-amend-only-no-paths' into maintJunio C Hamano2012-07-221-1/+4
* | | | | i18n: status: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-11/+11
* | | | | i18n: commit: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-39/+39
* | | | | Merge branch 'jk/maint-commit-check-committer-early'Junio C Hamano2012-07-241-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | commit: check committer identity more strictlyJeff King2012-07-231-1/+1
* | | | | Merge branch 'jk/maint-commit-amend-only-no-paths'Junio C Hamano2012-07-151-1/+4
* | | | | Merge branch 'cw/amend-commit-without-message'Junio C Hamano2012-07-151-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |