summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano2014-09-091-1/+2
|\ \ \ \ \ \ \
| * | | | | | | prepare_revision_walk(): check for return value in all placessb/prepare-revision-walk-error-checkStefan Beller2014-08-121-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-021-2/+33
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | commit: advertise config --global --edit on guessed identitymm/config-edit-globalMatthieu Moy2014-07-251-2/+33
| |/ / / / /
| * | | | | Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-161-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-251-2/+16
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/commit-C-pick-empty' into maintJunio C Hamano2014-06-251-3/+2
| |\ \ \ \ \ \
* | \ \ \ \ \ \ 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
|\ \ | |/ |/|