summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | commit: give advice on empty amendJeff King2010-06-111-0/+7
| |/ / / /
* | | | | Merge branch 'tc/commit-abbrev-fix'Junio C Hamano2010-06-211-6/+4
* | | | | Merge branch 'gv/portable'Junio C Hamano2010-06-211-4/+5
|\ \ \ \ \
| * | | | | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-3/+3
| * | | | | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-311-1/+2
| |/ / / /
* | | | | Merge branch 'mg/status-b'Junio C Hamano2010-06-181-2/+6
|\ \ \ \ \
| * | | | | Show branch information in short output of git statusDaniel Knittl-Frank2010-06-031-2/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'jn/maint-amend-missing-name'Junio C Hamano2010-06-131-7/+13
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | commit --amend: cope with missing display nameJonathan Nieder2010-05-041-7/+13
| |/ /
* | | Merge branch 'jc/status-show-ignored'Junio C Hamano2010-05-211-1/+5
|\ \ \
| * | | status: --ignored option shows ignored filesJunio C Hamano2010-04-101-1/+5
| |/ /
* | | Merge branch 'ab/commit-empty-message'Junio C Hamano2010-05-081-3/+9
|\ \ \ | |_|/ |/| |
| * | Add option to git-commit to allow empty log messagesÆvar Arnfjörð Bjarmason2010-04-071-3/+9
| |/
* | git status: refresh the index if possibleMarkus Heidelberg2010-04-021-0/+9
|/
* builtin/commit: remove unnecessary variable definitionMarkus Heidelberg2010-04-021-1/+1
* builtin/commit: fix duplicated sentence in a commentMarkus Heidelberg2010-04-021-2/+2
* Merge branch 'tr/notes-display'Junio C Hamano2010-03-241-0/+45