summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eaf1c94)
raw | patch | inline | side by side (parent: eaf1c94)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Sep 2009 18:23:34 +0000 (11:23 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Sep 2009 18:24:26 +0000 (11:24 -0700) |
60c2993 (Documentation/git-commit.txt: describe --dry-run, 2009-08-15)
wanted to update the documentation to say that "git status" is not the
same as "git commit --dry-run" anymore, but it screwed up and also added
the description of --dry-run that was already present.
Noticed by Johannes Gilger.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wanted to update the documentation to say that "git status" is not the
same as "git commit --dry-run" anymore, but it screwed up and also added
the description of --dry-run that was already present.
Noticed by Johannes Gilger.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt | patch | blob | history |
index 64f94cfe1293b627a17ff552c7983526425d1637..0578a40d841348b5ae484e1fe15ce637ecc4b830 100644 (file)
--------
[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>...]
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