summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ta/string-list-init'Junio C Hamano2014-07-231-2/+1
|\
| * replace memset with string-list initializersta/string-list-initTanay Abhra2014-07-211-2/+1
* | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-221-1/+1
|\ \
| * | strbuf: use strbuf_addstr() for adding C stringsRené Scharfe2014-07-171-1/+1
| |/
* | Merge branch 'nd/split-index'Junio C Hamano2014-07-161-19/+14
|\ \ | |/ |/|
| * read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-19/+14
* | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-3/+2
|\ \
| * | refactor skip_prefix to return a booleanJeff King2014-06-201-3/+2
* | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-2/+2
|\ \ \ | |/ / |/| |
| * | commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-121-2/+2
| |/
* | Merge branch 'jl/status-added-submodule-is-never-ignored'Junio C Hamano2014-06-161-2/+16
|\ \
| * | commit -m: commit staged submodules regardless of ignore configjl/status-added-submodule-is-never-ignoredJens Lehmann2014-04-071-2/+16
* | | Merge branch 'nd/status-auto-comment-char'Junio C Hamano2014-06-061-0/+32
|\ \ \
| * | | commit: allow core.commentChar=auto for character auto selectionnd/status-auto-comment-charNguyễn Thái Ngọc Duy2014-05-191-0/+32
| | |/ | |/|
* | | Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'Junio C Hamano2014-06-061-1/+1
|\ \ \
| * | | silence a bunch of format-zero-length warningsfc/status-printf-squelch-format-zero-length-warningsFelipe Contreras2014-05-071-1/+1
* | | | Merge branch 'jk/commit-C-pick-empty'Junio C Hamano2014-06-061-3/+2
|\ \ \ \
| * | | | commit: do not complain of empty messages from -Cjk/commit-C-pick-emptyJeff King2014-04-281-3/+2
| |/ / /
* | | | Merge branch 'jk/commit-date-approxidate'Junio C Hamano2014-06-031-19/+60
|\ \ \ \
| * | | | commit: accept more date formats for "--date"Jeff King2014-05-021-2/+25
| * | | | commit: print "Date" line when the user has set dateJeff King2014-05-021-0/+19
| * | | | commit: use split_ident_line to compare author/committerJeff King2014-05-021-17/+16
| | |/ / | |/| |
* | | | commit.c: check for lock error and return earlyrs/ref-update-check-errors-earlyRonnie Sahlberg2014-04-171-4/+4
|/ / /
* | | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-1/+1
|\ \ \
| * | | code and test: fix misuses of "nor"jl/nor-or-nand-andJustin Lebar2014-03-311-1/+1
* | | | Merge branch 'jc/rev-parse-argh-dashed-multi-words'Junio C Hamano2014-04-081-1/+1
|\ \ \ \
| * | | | parse-options: multi-word argh should use dash to separate wordsJunio C Hamano2014-03-241-1/+1
* | | | | Merge branch 'bp/commit-p-editor'Junio C Hamano2014-03-281-7/+28
|\ \ \ \ \
| * | | | | commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-181-7/+28
| | |_|_|/ | |/| | |
* | | | | Merge branch 'nd/commit-editor-cleanup'Junio C Hamano2014-03-251-3/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | commit: add --cleanup=scissorsnd/commit-editor-cleanupNguyễn Thái Ngọc Duy2014-02-251-3/+11
| |/ / /
* | | | Merge branch 'ep/varscope'Junio C Hamano2014-02-271-5/+6
|\ \ \ \
| * | | | builtin/commit.c: reduce scope of variablesElia Pinto2014-01-311-5/+6
* | | | | Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-271-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-1/+1
| | |/ / | |/| |
* | | | Merge branch 'nv/commit-gpgsign-config'Junio C Hamano2014-02-271-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier2014-02-241-0/+4
| |/ /
* | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-5/+5
|\ \ \
| * | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-5/+5
| |/ /
* | | Merge branch 'jl/commit-v-strip-marker'Junio C Hamano2013-12-171-6/+3
|\ \ \ | | |/ | |/|
| * | commit -v: strip diffs and submodule shortlogs from the commit messagejl/commit-v-strip-markerJens Lehmann2013-12-051-6/+3
| |/
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-051-2/+2
|\ \ | |/ |/|
| * assume parse_commit checks for NULL commitJeff King2013-10-241-2/+2
* | Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano2013-09-201-8/+17
|\ \
| * | commit: disable status hints when writing to COMMIT_EDITMSGmm/commit-template-squelch-advice-messagesMatthieu Moy2013-09-121-0/+6
| * | wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy2013-09-121-0/+1
| * | commit: factor status configuration is a helper functionMatthieu Moy2013-09-121-8/+10
| |/
* | Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-1/+1
|\ \
| * | refs: report ref type from lock_any_ref_for_updateBrad King2013-08-301-1/+1
| |/
* | Merge branch 'mm/status-without-comment-char'Junio C Hamano2013-09-201-0/+10
|\ \