summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | commit,status: describe --porcelain just like pushMichael J Gruber2011-02-151-2/+2
* | | | commit,tag: use same wording for -FMichael J Gruber2011-02-151-1/+1
| |/ / |/| |
* | | Merge branch 'maint'Junio C Hamano2011-01-121-2/+2
|\ \ \ | |/ /
| * | commit: suggest --amend --reset-author to fix commiter identityMatthieu Moy2011-01-121-2/+2
* | | Merge branch 'jk/commit-die-on-bogus-ident'Junio C Hamano2010-12-221-22/+32
|\ \ \ | |/ /
| * | commit: die before asking to edit the log messageJunio C Hamano2010-12-201-22/+32
| |/
* | Merge branch 'aa/status-hilite-branch'Junio C Hamano2010-12-161-0/+2
|\ \
| * | status: show branchname with a configurable colorAleksi Aalto2010-11-291-0/+2
* | | Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano2010-12-121-0/+6
|\ \ \
| * | | commit/status -h: show usage even with broken configurationNguyễn Thái Ngọc Duy2010-10-221-0/+6
| | |/ | |/|
* | | Merge branch 'pn/commit-autosquash'Junio C Hamano2010-12-031-27/+54
|\ \ \ | |_|/ |/| |
| * | commit: --squash option for use with rebase --autosquashPat Notz2010-11-041-2/+33
| * | commit: --fixup option for use with rebase --autosquashPat Notz2010-11-041-4/+18
| * | commit: helper methods to reduce redundant blocks of codePat Notz2010-11-041-22/+4
| |/
* | Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-151-2/+2
* | add description parameter to OPT__QUIETRené Scharfe2010-11-151-1/+1
* | add description parameter to OPT__VERBOSERené Scharfe2010-11-151-2/+2
|/
* Merge branch 'jl/submodule-ignore-diff'Junio C Hamano2010-08-181-0/+2
|\
| * Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann2010-08-091-0/+2
* | Merge branch 'jn/fix-abbrev'Junio C Hamano2010-08-181-1/+0
|\ \
| * | checkout, commit: remove confusing assignments to rev.abbrevJonathan Nieder2010-07-271-1/+0
| |/
* | commit: remove full stop from usage help for -uStephen Boyd2010-07-271-1/+1
|/
* Merge branch 'jk/maint-status-keep-index-timestamp'Junio C Hamano2010-07-151-5/+11
|\
| * do not write out index when status does not have toJunio C Hamano2010-07-061-5/+11
| * Merge branch 'cc/maint-commit-reflog-msg' into maintJunio C Hamano2010-06-221-4/+9
| |\
| * \ Merge branch 'jk/maint-advice-empty-amend' into maintJunio C Hamano2010-06-221-0/+7
| |\ \
| * | | Merge branch 'tc/commit-abbrev-fix' into maintJunio C Hamano2010-06-221-6/+4
| * | | Merge branch 'jn/maint-amend-missing-name' into maintJunio C Hamano2010-06-221-7/+13
| |\ \ \
* | \ \ \ Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-301-1/+6
|\ \ \ \ \
| * | | | | Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-251-1/+6
* | | | | | Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-301-1/+1
|\ \ \ \ \ \
| * | | | | | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-1/+1
* | | | | | | Merge branch 'cc/maint-commit-reflog-msg'Junio C Hamano2010-06-211-4/+9
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | commit: use value of GIT_REFLOG_ACTION env variable as reflog messageChristian Couder2010-06-131-4/+9
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/maint-advice-empty-amend'Junio C Hamano2010-06-211-0/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |