Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--builtin/diff.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/builtin/diff.c b/builtin/diff.c
index bdae4d6a58..cdfb58d04b 100644
--- a/builtin/diff.c
+++ b/builtin/diff.c
@@ -284,11 +284,8 @@ int cmd_diff(int argc, const char **argv, const char *prefix)
* N=1, M=0:
* tree vs files (diff-index)
*
- * N=1, M=0:
- * tree vs cache (diff-index --cached)
- *
* N=1, M=0, --cached:
- * tree vs files (diff-index)
+ * tree vs cache (diff-index --cached)
*
* N=2, M=0:
* tree vs tree (diff-tree)