summaryrefslogtreecommitdiff
path: root/Documentation/git-commit.txt
AgeCommit message (Expand)Author
2011-02-22Documentation: clarify -u<mode> option defaultsClemens Buchacher
2010-12-04Merge branch 'pn/commit-autosquash'Junio C Hamano
2010-12-01git-commit.txt: (synopsis): move -i and -o before "--"Jari Aalto
2010-11-04commit: --squash option for use with rebase --autosquashPat Notz
2010-11-04commit: --fixup option for use with rebase --autosquashPat Notz
2010-07-20Documentation: spelling fixesVille Skyttä
2010-06-07Merge branch 'maint'Junio C Hamano
2010-06-07commit.txt: clarify how --author argument is usedJay Soffian
2010-04-07Add option to git-commit to allow empty log messagesÆvar Arnfjörð Bjarmason
2010-02-20Documentation: Fix indentation problem in git-commit(1)Jacob Helwig
2010-01-21Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano
2010-01-18Merge branch 'jh/commit-status'Junio C Hamano
2010-01-13commit: support commit.status, --status, and --no-statusJames P. Howard, II
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2010-01-07Merge branch 'mv/commit-date'Junio C Hamano
2009-12-28Merge branch 'jk/1.7.0-status'Junio C Hamano
2009-12-03Document date formats accepted by parse_date()Miklos Vajna
2009-12-03builtin-commit: add --date optionMiklos Vajna
2009-11-30Merge branch 'em/commit-claim'Junio C Hamano
2009-11-13add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder
2009-11-05commit -c/-C/--amend: reset timestamp and authorship to committer with --rese...Erick Mattos
2009-09-13git-commit doc: remove duplicated --dry-run descriptionJunio C Hamano
2009-09-06commit: support alternate status formatsJeff King
2009-08-15Documentation/git-commit.txt: describe --dry-runJunio C Hamano
2009-08-08commit: --dry-runJunio C Hamano
2008-12-20Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano
2008-12-20Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg
2008-11-27Merge branch 'rw/maint-typofix' into rw/typofixJunio C Hamano
2008-11-27Fix typos in the documentation.Ralf Wildenhues
2008-11-19git-commit.txt - mention that files listed on the command line must be known ...Mark Burton
2008-10-19Merge branch 'tr/workflow-doc'Junio C Hamano
2008-10-19Merge branch 'maint'Junio C Hamano
2008-10-19Documentation: Clarify '--signoff' for git-commitAbhijit Bhopatkar
2008-09-16Documentation: Refer to git-rebase(1) to warn against rewritingThomas Rast
2008-08-31git commit --author=$name: look $name up in existing commitsJunio C Hamano
2008-07-21Update my e-mail addressJunio C Hamano
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-05Documentation: more "git-" versus "git " changesJonathan Nieder
2008-07-05git-commit(1): depersonalize descriptionJonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-07-02Documentation: fix links to tutorials and other new manual pagesJonathan Nieder
2008-06-22Merge branch 'mo/status-untracked'Junio C Hamano
2008-06-09Add configuration option for default untracked files modeMarius Storm-Olsen
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer
2008-06-08git-commit.txt: Add missing long/short optionsStephan Beyer
2008-06-08git-commit.txt: Correct option alternativesStephan Beyer
2008-06-06documentation: move git(7) to git(1)Christian Couder