aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAge
* 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
| * | commit: --fixup option for use with rebase --autosquashPat Notz2010-11-04
| * | commit: helper methods to reduce redundant blocks of codePat Notz2010-11-04
| |/
* | Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-15
* | add description parameter to OPT__QUIETRené Scharfe2010-11-15
* | add description parameter to OPT__VERBOSERené Scharfe2010-11-15
|/
* Merge branch 'jl/submodule-ignore-diff'Junio C Hamano2010-08-18
|\
| * Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann2010-08-09
* | Merge branch 'jn/fix-abbrev'Junio C Hamano2010-08-18
|\ \
| * | checkout, commit: remove confusing assignments to rev.abbrevJonathan Nieder2010-07-27
| |/
* | commit: remove full stop from usage help for -uStephen Boyd2010-07-27
|/
* Merge branch 'jk/maint-status-keep-index-timestamp'Junio C Hamano2010-07-15
|\
| * do not write out index when status does not have toJunio C Hamano2010-07-06
| * Merge branch 'cc/maint-commit-reflog-msg' into maintJunio C Hamano2010-06-22
| |\
| * \ Merge branch 'jk/maint-advice-empty-amend' into maintJunio C Hamano2010-06-22
| |\ \
| * | | Merge branch 'tc/commit-abbrev-fix' into maintJunio C Hamano2010-06-22
| * | | Merge branch 'jn/maint-amend-missing-name' into maintJunio C Hamano2010-06-22
| |\ \ \
* | \ \ \ Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-30
|\ \ \ \ \
| * | | | | Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-25
* | | | | | Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-30
|\ \ \ \ \ \
| * | | | | | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-27
* | | | | | | Merge branch 'cc/maint-commit-reflog-msg'Junio C Hamano2010-06-21
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | commit: use value of GIT_REFLOG_ACTION env variable as reflog messageChristian Couder2010-06-13
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/maint-advice-empty-amend'Junio C Hamano2010-06-21
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | commit: give advice on empty amendJeff King2010-06-11
| |/ / / /
* | | | | Merge branch 'tc/commit-abbrev-fix'Junio C Hamano2010-06-21
* | | | | Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\ \ \ \ \
| * | | | | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
| * | | | | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-31
| |/ / / /
* | | | | Merge branch 'mg/status-b'Junio C Hamano2010-06-18
|\ \ \ \ \
| * | | | | Show branch information in short output of git statusDaniel Knittl-Frank2010-06-03
| | |/ / / | |/| | |
* | | | | Merge branch 'jn/maint-amend-missing-name'Junio C Hamano2010-06-13
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | commit --amend: cope with missing display nameJonathan Nieder2010-05-04
| |/ /
* | | Merge branch 'jc/status-show-ignored'Junio C Hamano2010-05-21
|\ \ \
| * | | status: --ignored option shows ignored filesJunio C Hamano2010-04-10
| |/ /
* | | Merge branch 'ab/commit-empty-message'Junio C Hamano2010-05-08
|\ \ \ | |_|/ |/| |
| * | Add option to git-commit to allow empty log messagesÆvar Arnfjörð Bjarmason2010-04-07
| |/
* | git status: refresh the index if possibleMarkus Heidelberg2010-04-02
|/
* builtin/commit: remove unnecessary variable definitionMarkus Heidelberg2010-04-02
* builtin/commit: fix duplicated sentence in a commentMarkus Heidelberg2010-04-02
* Merge branch 'tr/notes-display'Junio C Hamano2010-03-24