summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
2014-07-23Merge branch 'ta/string-list-init'Junio C Hamano
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano
2014-07-21replace memset with string-list initializersTanay Abhra
2014-07-17strbuf: use strbuf_addstr() for adding C stringsRené Scharfe
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-06-16Merge branch 'jl/status-added-submodule-is-never-ignored'Junio C Hamano
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano
2014-06-06Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'Junio C Hamano
2014-06-06Merge branch 'jk/commit-C-pick-empty'Junio C Hamano
2014-06-03Merge branch 'jk/commit-date-approxidate'Junio C Hamano
2014-05-19commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy
2014-05-07silence a bunch of format-zero-length warningsFelipe Contreras
2014-05-02commit: accept more date formats for "--date"Jeff King
2014-05-02commit: print "Date" line when the user has set dateJeff King
2014-05-02commit: use split_ident_line to compare author/committerJeff King
2014-04-28commit: do not complain of empty messages from -CJeff King
2014-04-17commit.c: check for lock error and return earlyRonnie Sahlberg
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