summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
2014-06-25Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano
2014-06-25Merge branch 'jk/commit-C-pick-empty' into maintJunio C Hamano
2014-04-28commit: do not complain of empty messages from -CJeff King
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-04-08Merge branch 'jc/rev-parse-argh-dashed-multi-words'Junio C Hamano
2014-04-07commit -m: commit staged submodules regardless of ignore configJens Lehmann
2014-03-31code and test: fix misuses of "nor"Justin Lebar
2014-03-28Merge branch 'bp/commit-p-editor'Junio C Hamano
2014-03-25Merge branch 'nd/commit-editor-cleanup'Junio C Hamano
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre
2014-02-27Merge branch 'ep/varscope'Junio C Hamano
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano
2014-02-27Merge branch 'nv/commit-gpgsign-config'Junio C Hamano
2014-02-25commit: add --cleanup=scissorsNguyễn Thái Ngọc Duy
2014-02-24commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2014-01-31builtin/commit.c: reduce scope of variablesElia Pinto
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-17Merge branch 'jl/commit-v-strip-marker'Junio C Hamano
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano
2013-10-24assume parse_commit checks for NULL commitJeff King
2013-09-20Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano
2013-09-20Merge branch 'mm/status-without-comment-char'Junio C Hamano
2013-09-17Merge branch 'ap/commit-author-mailmap'Junio C Hamano
2013-09-12commit: disable status hints when writing to COMMIT_EDITMSGMatthieu Moy
2013-09-12wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy
2013-09-12commit: factor status configuration is a helper functionMatthieu Moy
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-06status: disable display of '#' comment prefix by defaultMatthieu Moy
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King
2013-08-25commit: search author pattern against mailmapAntoine Pelisse
2013-08-07branch, commit, name-rev: ease up boolean conditionsStefan Beller
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller
2013-07-31Merge branch 'jk/commit-how-to-abort-cherry-pick'Junio C Hamano
2013-07-29commit: tweak empty cherry pick advice for sequencerJeff King
2013-07-25Merge branch 'sb/misc-fixes'Junio C Hamano
2013-07-22Merge branch 'nd/const-struct-cache-entry'Junio C Hamano
2013-07-15convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15status: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15commit: convert to use parse_pathspecNguyễn Thái Ngọc Duy