aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAge
* 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
* | | | commit,status: describe --porcelain just like pushMichael J Gruber2011-02-15
* | | | commit,tag: use same wording for -FMichael J Gruber2011-02-15
| |/ / |/| |
* | | Merge branch 'maint'Junio C Hamano2011-01-12
|\ \ \ | |/ /
| * | commit: suggest --amend --reset-author to fix commiter identityMatthieu Moy2011-01-12
* | | Merge branch 'jk/commit-die-on-bogus-ident'Junio C Hamano2010-12-22
|\ \ \ | |/ /
| * | commit: die before asking to edit the log messageJunio C Hamano2010-12-20
| |/
* | Merge branch 'aa/status-hilite-branch'Junio C Hamano2010-12-16
|\ \
| * | status: show branchname with a configurable colorAleksi Aalto2010-11-29
* | | Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano2010-12-12
|\ \ \
| * | | commit/status -h: show usage even with broken configurationNguyễn Thái Ngọc Duy2010-10-22
| | |/ | |/|
* | | Merge branch 'pn/commit-autosquash'Junio C Hamano2010-12-03
|\ \ \ | |_|/ |/| |
| * | commit: --squash option for use with rebase --autosquashPat Notz2010-11-04