aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAge
* Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2011-12-13
* Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-09
|\
| * Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-05
* | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-09
|\ \
| * | commit: teach --amend to carry forward extra headersJunio C Hamano2011-11-09
| * | commit: copy merged signed tags to headers of merge commitJunio C Hamano2011-11-09
| |/
* | revert: write REVERT_HEAD pseudoref during conflicted revertJonathan Nieder2011-11-22
|/
* Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano2011-10-13
|\
| * Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy2011-09-18
* | Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-10
|\ \
| * | rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-12
| * | remove prefix argument from pathspec_prefixClemens Buchacher2011-09-06
* | | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-28
|\ \ \
| * | | want_color: automatically fallback to color.uiJeff King2011-08-19
| * | | git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-18
* | | | Merge branch 'jc/maint-autofix-tag-in-head'Junio C Hamano2011-08-25
|\ \ \ \ | | |_|/ | |/| |
| * | | commit: reduce use of redundant global variablesJunio C Hamano2011-08-19
| |/ /
* | | Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano2011-08-23
|\ \ \ | |_|/ |/| |
| * | ls-files: fix pathspec display on errorClemens Buchacher2011-08-11
| |/
* | commit: allow partial commits with relative pathsClemens Buchacher2011-08-02
|/
* Merge branch 'bc/maint-status-z-to-use-porcelain'Junio C Hamano2011-06-06
* Merge branch 'ci/commit--interactive-atomic'Junio C Hamano2011-05-16
|\
| * Add support for -p/--patch to git-commitConrad Irwin2011-05-09
| * Allow git commit --interactive with pathsConrad Irwin2011-05-09
| * Use a temporary index for git commit --interactiveConrad Irwin2011-05-08
* | Do not strip empty lines / trailing spaces from a commit message templateBoris Faure2011-05-11
|/
* Merge branch 'ab/i18n-st'Junio C Hamano2011-04-01
|\
| * i18n: git-commit advice messagesÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-commit "enter the commit message" messageÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-commit print_summary messagesÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-commit formatting messagesÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-commit "middle of a merge" messageÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-commit basic messagesÆvar Arnfjörð Bjarmason2011-03-09
| * commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2011-03-08
| * commit: refer to commit template as s->fpJonathan Nieder2011-03-08
* | Merge branch 'jc/index-update-if-able'Junio C Hamano2011-03-26
|\ \
| * | diff/status: refactor opportunistic index updateJunio C Hamano2011-03-21
* | | Merge branch 'jn/status-translatable'Junio C Hamano2011-03-19
|\ \ \
| * | | commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2011-03-08
| * | | commit: refer to commit template as s->fpJonathan Nieder2011-03-08
| | |/ | |/|
* | | Merge branch 'jk/merge-rename-ux'Junio C Hamano2011-03-19
|\ \ \
| * | | commit: stop setting rename limitJeff King2011-02-21
* | | | Merge branch 'js/cherry-pick-usability'Junio C Hamano2011-03-09
|\ \ \ \
| * | | | Teach commit about CHERRY_PICK_HEADJay Soffian2011-02-21
| * | | | Introduce CHERRY_PICK_HEADJay Soffian2011-02-21
| |/ / /
* | | | Merge branch 'jn/maint-commit-missing-template'Junio C Hamano2011-03-04
|\ \ \ \
| * | | | commit: error out for missing commit message templateJonathan Nieder2011-02-25
* | | | | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-15
| |_|/ / |/| | |
* | | | commit,status: describe -u likewiseMichael J Gruber2011-02-15
* | | | commit,merge,tag: describe -m likewiseMichael J Gruber2011-02-15