aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-16
|\
| * commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-12
* | Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-25
|\ \
| * | commit -m: commit staged submodules regardless of ignore configJens Lehmann2014-04-07
* | | Merge branch 'jk/commit-C-pick-empty' into maintJunio C Hamano2014-06-25
|\ \ \ | |_|/ |/| |
| * | commit: do not complain of empty messages from -CJeff King2014-04-28
* | | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-08
|\ \ \
| * | | code and test: fix misuses of "nor"Justin Lebar2014-03-31
* | | | Merge branch 'jc/rev-parse-argh-dashed-multi-words'Junio C Hamano2014-04-08
|\ \ \ \
| * | | | parse-options: multi-word argh should use dash to separate wordsJunio C Hamano2014-03-24
* | | | | Merge branch 'bp/commit-p-editor'Junio C Hamano2014-03-28
|\ \ \ \ \
| * | | | | commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-18
| | |_|_|/ | |/| | |
* | | | | Merge branch 'nd/commit-editor-cleanup'Junio C Hamano2014-03-25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | commit: add --cleanup=scissorsNguyễn Thái Ngọc Duy2014-02-25
| |/ / /
* | | | Merge branch 'ep/varscope'Junio C Hamano2014-02-27
|\ \ \ \
| * | | | builtin/commit.c: reduce scope of variablesElia Pinto2014-01-31
* | | | | Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-27
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
| | |/ / | |/| |
* | | | Merge branch 'nv/commit-gpgsign-config'Junio C Hamano2014-02-27
|\ \ \ \ | |/ / / |/| | |
| * | | commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier2014-02-24
| |/ /
* | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \ \
| * | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| |/ /
* | | Merge branch 'jl/commit-v-strip-marker'Junio C Hamano2013-12-17
|\ \ \ | | |/ | |/|
| * | commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann2013-12-05
| |/
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-05
|\ \ | |/ |/|
| * assume parse_commit checks for NULL commitJeff King2013-10-24
* | 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