summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-5/+5
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-5/+5
* | Merge branch 'jl/commit-v-strip-marker'Junio C Hamano2013-12-171-6/+3
|\ \
| * | commit -v: strip diffs and submodule shortlogs from the commit messagejl/commit-v-strip-markerJens Lehmann2013-12-051-6/+3
| |/
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-051-2/+2
|\ \ | |/ |/|
| * assume parse_commit checks for NULL commitJeff King2013-10-241-2/+2
* | Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano2013-09-201-8/+17
|\ \
| * | commit: disable status hints when writing to COMMIT_EDITMSGmm/commit-template-squelch-advice-messagesMatthieu Moy2013-09-121-0/+6
| * | wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy2013-09-121-0/+1
| * | commit: factor status configuration is a helper functionMatthieu Moy2013-09-121-8/+10
| |/
* | Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-1/+1
|\ \
| * | refs: report ref type from lock_any_ref_for_updateBrad King2013-08-301-1/+1
| |/
* | Merge branch 'mm/status-without-comment-char'Junio C Hamano2013-09-201-0/+10
|\ \
| * | status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-061-0/+10
| |/
* | Merge branch 'ap/commit-author-mailmap'Junio C Hamano2013-09-171-1/+7
|\ \
| * | commit: search author pattern against mailmapap/commit-author-mailmapAntoine Pelisse2013-08-241-1/+7
| |/
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-19/+18
|\ \
| * | convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-8/+6
| * | convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-2/+2
| * | status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-4/+5
| * | commit: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-9/+9
* | | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-25/+23
|\ \ \ | |_|/ |/| |
| * | branch, commit, name-rev: ease up boolean conditionsStefan Beller2013-08-071-1/+1
| * | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-18/+18
| * | Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller2013-08-051-6/+4
* | | 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
|\ \ \ | |/ / |/| |