aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy1-19/+14
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King1-2/+2
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano1-0/+32
2014-06-06Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'Junio C Hamano1-1/+1
2014-06-06Merge branch 'jk/commit-C-pick-empty'Junio C Hamano1-3/+2
2014-06-03Merge branch 'jk/commit-date-approxidate'Junio C Hamano1-19/+60
2014-05-19commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy1-0/+32
2014-05-07silence a bunch of format-zero-length warningsFelipe Contreras1-1/+1
2014-05-02commit: accept more date formats for "--date"Jeff King1-2/+25
2014-05-02commit: print "Date" line when the user has set dateJeff King1-0/+19
2014-05-02commit: use split_ident_line to compare author/committerJeff King1-17/+16
2014-04-28commit: do not complain of empty messages from -CJeff King1-3/+2
2014-04-17commit.c: check for lock error and return earlyRonnie Sahlberg1-4/+4
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano1-1/+1
2014-04-08Merge branch 'jc/rev-parse-argh-dashed-multi-words'Junio C Hamano1-1/+1
2014-04-07commit -m: commit staged submodules regardless of ignore configJens Lehmann1-2/+16
2014-03-31code and test: fix misuses of "nor"Justin Lebar1-1/+1
2014-03-28Merge branch 'bp/commit-p-editor'Junio C Hamano1-7/+28
2014-03-25Merge branch 'nd/commit-editor-cleanup'Junio C Hamano1-3/+11
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano1-1/+1
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre1-7/+28
2014-02-27Merge branch 'ep/varscope'Junio C Hamano1-5/+6
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano1-1/+1
2014-02-27Merge branch 'nv/commit-gpgsign-config'Junio C Hamano1-0/+4
2014-02-25commit: add --cleanup=scissorsNguyễn Thái Ngọc Duy1-3/+11
2014-02-24commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier1-0/+4
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy1-1/+1
2014-01-31builtin/commit.c: reduce scope of variablesElia Pinto1-5/+6
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano1-5/+5
2013-12-17Merge branch 'jl/commit-v-strip-marker'Junio C Hamano1-6/+3
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann1-6/+3
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-5/+5
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano1-2/+2
2013-10-24assume parse_commit checks for NULL commitJeff King1-2/+2
2013-09-20Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano1-8/+17
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano1-1/+1
2013-09-20Merge branch 'mm/status-without-comment-char'Junio C Hamano1-0/+10
2013-09-17Merge branch 'ap/commit-author-mailmap'Junio C Hamano1-1/+7
2013-09-12commit: disable status hints when writing to COMMIT_EDITMSGMatthieu Moy1-0/+6
2013-09-12wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy1-0/+1
2013-09-12commit: factor status configuration is a helper functionMatthieu Moy1-8/+10
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-19/+18
2013-09-06status: disable display of '#' comment prefix by defaultMatthieu Moy1-0/+10
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano1-25/+23
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King1-1/+1
2013-08-24commit: search author pattern against mailmapAntoine Pelisse1-1/+7
2013-08-07branch, commit, name-rev: ease up boolean conditionsStefan Beller1-1/+1
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-18/+18
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller1-6/+4
2013-07-31Merge branch 'jk/commit-how-to-abort-cherry-pick'Junio C Hamano1-3/+22