summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-11-18 13:46:36 -0800
committerJunio C Hamano <gitster@pobox.com>2014-11-18 13:46:36 -0800
commit19a0f4ed47b947ea5b66e7cac85d2277ab5c0505 (patch)
tree45605549a73b10c5e6509694e9b8359c7074afe3 /git-commit.txt
parent8dacfd0e39f6e5f7bc6c4639720363700787c927 (diff)
downloadgit-htmldocs-19a0f4ed47b947ea5b66e7cac85d2277ab5c0505.tar.gz
Autogenerated HTML docs for v2.2.0-rc2-12-ge69b1
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 0bbc8f55f..1e74b75d3 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -250,9 +250,10 @@ FROM UPSTREAM REBASE" section in linkgit:git-rebase[1].)
-o::
--only::
- Make a commit only from the paths specified on the
+ Make a commit by taking the updated working tree contents
+ of the paths specified on the
command line, disregarding any contents that have been
- staged so far. This is the default mode of operation of
+ staged for other paths. This is the default mode of operation of
'git commit' if any paths are given on the command line,
in which case this option can be omitted.
If this option is specified together with '--amend', then