summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/cache-tree-api-refactor'Junio C Hamano2012-02-121-2/+2
|\
| * cache-tree: update API to take abitrary flagsnd/cache-tree-api-refactorNguyễn Thái Ngọc Duy2012-02-071-2/+2
* | Merge branch 'jc/parse-date-raw'Junio C Hamano2012-02-101-0/+6
|\ \
| * | parse_date(): '@' prefix forces git-timestampjc/parse-date-rawJunio C Hamano2012-02-031-0/+6
* | | i18n: git-commit whence_s "merge/cherry-pick" messageJiang Xin2012-02-011-3/+3
| |/ |/|
* | Merge branch 'jc/show-sig'Junio C Hamano2012-01-061-2/+12
|\ \
| * | commit --amend -S: strip existing gpgsig headersJunio C Hamano2012-01-051-1/+2
| * | Merge branch 'jc/signed-commit' and 'jc/pull-signed-tag'Junio C Hamano2012-01-051-1/+10
| |\ \
| | * | commit: teach --gpg-sign optionJunio C Hamano2011-11-121-1/+10
* | | | Merge branch 'jk/maint-strbuf-missing-init'Junio C Hamano2011-12-221-1/+1
|\ \ \ \
| * | | | Update jk/maint-strbuf-missing-init to builtin/ renamejk/maint-strbuf-missing-initJunio C Hamano2011-12-181-1/+1
* | | | | Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano2011-12-221-1/+1
|\ \ \ \ \
| * | | | | Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy2011-12-151-1/+1
* | | | | | Sync with v1.7.8.1Junio C Hamano2011-12-211-1/+1
|\ \ \ \ \ \
| * | | | | | Merge branch 'ms/commit-cc-option-helpstring' into maintJunio C Hamano2011-12-211-1/+1
| |/ / / / /
* | | | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-201-1/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | commit: do not lose mergetag header when not amendingJunio C Hamano2011-12-201-1/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-191-1/+1
|\ \ \ \ \
| * | | | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-131-1/+1
* | | | | | Merge branch 'tr/cache-tree'Junio C Hamano2011-12-191-4/+3
|\ \ \ \ \ \
| * | | | | | commit: write cache-tree data when writing index anywayThomas Rast2011-12-061-0/+2
| * | | | | | Refactor cache_tree_update idiom from commitThomas Rast2011-12-061-4/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/commit-amend-no-edit'Junio C Hamano2011-12-161-4/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | commit: honour --no-editJunio C Hamano2011-12-081-4/+5
| |/ / / /
* | | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-091-1/+2
|\ \ \ \ \
| * | | | | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-051-1/+2
* | | | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-091-7/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | commit: teach --amend to carry forward extra headersJunio C Hamano2011-11-091-2/+7
| * | | | commit: copy merged signed tags to headers of merge commitJunio C Hamano2011-11-091-5/+5
| |/ / /
* | | | revert: write REVERT_HEAD pseudoref during conflicted revertJonathan Nieder2011-11-221-0/+1
|/ / /
* | | Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano2011-10-131-2/+4
|\ \ \
| * | | Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy2011-09-181-2/+4
* | | | Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-101-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-121-1/+1
| * | | remove prefix argument from pathspec_prefixClemens Buchacher2011-09-061-2/+3
* | | | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-281-11/+2
|\ \ \ \
| * | | | want_color: automatically fallback to color.uiJeff King2011-08-191-10/+1
| * | | | git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-181-1/+1
* | | | | Merge branch 'jc/maint-autofix-tag-in-head'Junio C Hamano2011-08-251-42/+45
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | commit: reduce use of redundant global variablesJunio C Hamano2011-08-191-42/+45
| |/ / /
* | | | Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano2011-08-231-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | ls-files: fix pathspec display on errorClemens Buchacher2011-08-111-1/+1
| |/ /
* | | commit: allow partial commits with relative pathsClemens Buchacher2011-08-021-2/+4
|/ /
* | Merge branch 'bc/maint-status-z-to-use-porcelain'Junio C Hamano2011-06-061-3/+4
* | Merge branch 'ci/commit--interactive-atomic'Junio C Hamano2011-05-161-12/+34
|\ \
| * | Add support for -p/--patch to git-commitConrad Irwin2011-05-091-3/+7
| * | Allow git commit --interactive with pathsConrad Irwin2011-05-091-2/+0
| * | Use a temporary index for git commit --interactiveConrad Irwin2011-05-081-8/+28
* | | Do not strip empty lines / trailing spaces from a commit message templateBoris Faure2011-05-111-1/+3
|/ /
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-83/+83
|\ \