aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAge
* commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann2013-12-05
* Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano2013-09-20
|\
| * commit: disable status hints when writing to COMMIT_EDITMSGMatthieu Moy2013-09-12
| * wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy2013-09-12
| * commit: factor status configuration is a helper functionMatthieu Moy2013-09-12
* | Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-20
|\ \
| * | refs: report ref type from lock_any_ref_for_updateBrad King2013-08-30
| |/
* | Merge branch 'mm/status-without-comment-char'Junio C Hamano2013-09-20
|\ \
| * | status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-06
| |/
* | Merge branch 'ap/commit-author-mailmap'Junio C Hamano2013-09-17
|\ \
| * | commit: search author pattern against mailmapAntoine Pelisse2013-08-24
| |/
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | commit: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
* | | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-04
|\ \ \ | |_|/ |/| |
| * | branch, commit, name-rev: ease up boolean conditionsStefan Beller2013-08-07
| * | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
| * | Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller2013-08-05
* | | Merge branch 'jk/commit-how-to-abort-cherry-pick'Junio C Hamano2013-07-31
|\ \ \ | |/ / |/| |
| * | commit: tweak empty cherry pick advice for sequencerJeff King2013-07-29
* | | Merge branch 'sb/misc-fixes'Junio C Hamano2013-07-24
|\ \ \
| * | | commit: Fix a memory leak in determine_author_infoStefan Beller2013-07-15
* | | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-22
|\ \ \ \ | |_|_|/ |/| | |
| * | | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
* | | | Merge branch 'jg/status-config'Junio C Hamano2013-07-11
|\ \ \ \ | |/ / / |/| | |
| * | | status/commit: make sure --porcelain is not affected by user-facing configJunio C Hamano2013-06-24
| * | | commit: make it work with status.shortRamkumar Ramachandra2013-06-24
| * | | status: introduce status.branch to enable --branch by defaultJorge Juan Garcia Garcia2013-06-24
| * | | status: introduce status.short to enable --short by defaultJorge Juan Garcia Garcia2013-06-24
* | | | Merge branch 'jh/libify-note-handling'Junio C Hamano2013-06-24
|\ \ \ \
| * | | | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland2013-06-12
| * | | | finish_copy_notes_for_rewrite(): Let caller provide commit messageJohan Herland2013-06-12
| |/ / /
* | | | Revert "Merge branch 'jg/status-config'"Junio C Hamano2013-06-24
* | | | Merge branch 'jg/status-config'Junio C Hamano2013-06-23
|\ \ \ \
| * | | | status: introduce status.branch to enable --branch by defaultJorge Juan Garcia Garcia2013-06-15
| * | | | status: introduce status.short to enable --short by defaultJorge Juan Garcia Garcia2013-06-11
| |/ / /
* | | | Merge branch 'rs/commit-m-no-edit'Junio C Hamano2013-06-05
|\ \ \ \ | |/ / / |/| | |
| * | | commit: don't start editor if empty message is given with -mRené Scharfe2013-05-28
| |/ /
* | | pretty: save commit encoding from logmsg_reencode if the caller needs itNguyễn Thái Ngọc Duy2013-04-18
* | | Merge branch 'bc/append-signed-off-by'Junio C Hamano2013-04-01
|\ \ \ | |/ / |/| |
| * | sequencer.c: teach append_signoff how to detect duplicate s-o-bBrandon Casey2013-02-12
* | | git-commit: only append a newline to -m mesg if necessaryBrandon Casey2013-02-19
* | | Merge branch 'maint'Junio C Hamano2013-02-12
|\ \ \
| * | | Replace filepattern with pathspec for consistencyMatthieu Moy2013-02-12
* | | | Merge branch 'jk/read-commit-buffer-data-after-free'Junio C Hamano2013-02-04
|\ \ \ \