summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tr/cache-tree' into maint-1.7.8Junio C Hamano2012-04-091-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 'jk/maint-strbuf-missing-init' into maintJunio C Hamano2011-12-281-1/+1
|\ \
| * | Update jk/maint-strbuf-missing-init to builtin/ renamejk/maint-strbuf-missing-initJunio C Hamano2011-12-181-1/+1
* | | Merge branch 'ms/commit-cc-option-helpstring' into maintJunio C Hamano2011-12-211-1/+1
| |/ |/|
* | 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
|\ \
| * | i18n: git-commit advice messagesÆvar Arnfjörð Bjarmason2011-03-091-6/+6
| * | i18n: git-commit "enter the commit message" messageÆvar Arnfjörð Bjarmason2011-03-091-5/+5
| * | i18n: git-commit print_summary messagesÆvar Arnfjörð Bjarmason2011-03-091-2/+2
| * | i18n: git-commit formatting messagesÆvar Arnfjörð Bjarmason2011-03-091-6/+6
| * | i18n: git-commit "middle of a merge" messageÆvar Arnfjörð Bjarmason2011-03-091-2/+2
| * | i18n: git-commit basic messagesÆvar Arnfjörð Bjarmason2011-03-091-59/+59
| * | commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2011-03-081-23/+24
| * | commit: refer to commit template as s->fpJonathan Nieder2011-03-081-14/+13
* | | Merge branch 'jc/index-update-if-able'Junio C Hamano2011-03-261-7/+2
|\ \ \
| * | | diff/status: refactor opportunistic index updateJunio C Hamano2011-03-211-7/+2
* | | | Merge branch 'jn/status-translatable'Junio C Hamano2011-03-191-29/+30
|\ \ \ \
| * | | | commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2011-03-081-23/+24
| * | | | commit: refer to commit template as s->fpJonathan Nieder2011-03-081-14/+13
| | |/ / | |/| |
* | | | Merge branch 'jk/merge-rename-ux'Junio C Hamano2011-03-191-1/+0
|\ \ \ \
| * | | | commit: stop setting rename limitJeff King2011-02-211-1/+0
* | | | | Merge branch 'js/cherry-pick-usability'Junio C Hamano2011-03-091-42/+114
|\ \ \ \ \
| * | | | | Teach commit about CHERRY_PICK_HEADJay Soffian2011-02-211-42/+113
| * | | | | Introduce CHERRY_PICK_HEADJay Soffian2011-02-211-0/+1
| |/ / / /
* | | | | Merge branch 'jn/maint-commit-missing-template'Junio C Hamano2011-03-041-1/+1
|\ \ \ \ \
| * | | | | commit: error out for missing commit message templateJonathan Nieder2011-02-251-1/+1
* | | | | | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-151-7/+7
| |_|/ / / |/| | | |
* | | | | commit,status: describe -u likewiseMichael J Gruber2011-02-151-1/+1
* | | | | commit,merge,tag: describe -m likewiseMichael J Gruber2011-02-151-1/+1