summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-13 05:33:25 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-13 05:33:25 +0000
commit1e6e00634f257c354c4261ef7da2b8dc495e3c99 (patch)
tree88ba4f5d1844a852fb27fee6fa7705fb785c23e2 /git-commit.txt
parent235d53f227234a5905682cc55d59adcc6369c48c (diff)
downloadgit-htmldocs-1e6e00634f257c354c4261ef7da2b8dc495e3c99.tar.gz
Autogenerated HTML docs for v1.5.3-rc1-4-gaf83
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 53a7bb089..f96142f96 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -8,7 +8,7 @@ git-commit - Record changes to the repository
SYNOPSIS
--------
[verse]
-'git-commit' [-a | --interactive] [-s] [-v]
+'git-commit' [-a | --interactive] [-s] [-v] [-u]
[(-c | -C) <commit> | -F <file> | -m <msg> | --amend]
[--no-verify] [-e] [--author <author>]
[--] [[-i | -o ]<file>...]
@@ -71,7 +71,7 @@ OPTIONS
Override the author name used in the commit. Use
`A U Thor <author@example.com>` format.
--m <msg>::
+-m <msg>|--message=<msg>::
Use the given <msg> as the commit message.
-s|--signoff::
@@ -115,6 +115,19 @@ but can be used to amend a merge commit.
as well. This is usually not what you want unless you
are concluding a conflicted merge.
+-u|--untracked-files::
+ Show all untracked files, also those in uninteresting
+ directories, in the "Untracked files:" section of commit
+ message template. Without this option only its name and
+ a trailing slash are displayed for each untracked
+ directory.
+
+-v|--verbose::
+ Show unified diff between the HEAD commit and what
+ would be committed at the bottom of the commit message
+ template. Note that this diff output doesn't have its
+ lines prefixed with '#'.
+
-q|--quiet::
Suppress commit summary message.