summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-09-14 09:40:50 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-09-14 09:40:50 +0000
commitd6fff4023d7c93e6eb4a0ba3a8a69a646c607f48 (patch)
tree991eda173b857ad31fb8f638387428dc90b61e05 /git-commit.txt
parent7df6dcfdb11ce1e05b12d12ef51d8c8d5b4987a5 (diff)
downloadgit-htmldocs-d6fff4023d7c93e6eb4a0ba3a8a69a646c607f48.tar.gz
Autogenerated HTML docs for v1.6.5-rc1-10-g20f34
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 64f94cfe1..0578a40d8 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git commit' [-a | --interactive] [-s] [-v] [-u<mode>] [--amend] [--dry-run]
- [(-c | -C) <commit>] [-F <file> | -m <msg>] [--dry-run]
+ [(-c | -C) <commit>] [-F <file> | -m <msg>]
[--allow-empty] [--no-verify] [-e] [--author=<author>]
[--cleanup=<mode>] [--] [[-i | -o ]<file>...]
@@ -69,12 +69,6 @@ OPTIONS
Like '-C', but with '-c' the editor is invoked, so that
the user can further edit the commit message.
---dry-run::
- Do not actually make a commit, but show the list of paths
- with updates in the index, paths with changes in the work tree,
- and paths that are untracked, similar to the one that is given
- in the commit log editor.
-
-F <file>::
--file=<file>::
Take the commit message from the given file. Use '-' to