summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2013-07-16 08:05:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-18 00:50:56 (GMT)
commit7b02c834638f6bea4cf14e4981702103b478ff4d (patch)
tree2998788c76458a1672204118b750a84afe175b63 /Documentation/rev-list-options.txt
parent0791ab02c2e81e3d3c6815ce36085072d2c4cb4d (diff)
downloadgit-7b02c834638f6bea4cf14e4981702103b478ff4d.zip
git-7b02c834638f6bea4cf14e4981702103b478ff4d.tar.gz
git-7b02c834638f6bea4cf14e4981702103b478ff4d.tar.bz2
Documentation: move description of -s, --no-patch to diff-options.txt
Technically, "-s, --no-patch" is implemented in diff.c ("git diff --no-patch" is essentially useless, but valid). From the user point of view, this allows the documentation to show up in "git show --help", which is one of the most useful use of the option. While we're there, add a sentence explaining why the option can be useful. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 1acef37..c23688a 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -837,8 +837,4 @@ options may be given. See linkgit:git-diff-files[1] for more options.
-t::
Show the tree objects in the diff output. This implies '-r'.
-
--s::
---no-patch::
- Suppress diff output.
endif::git-rev-list[]