summaryrefslogtreecommitdiff
path: root/range-diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'range-diff.h')
-rw-r--r--range-diff.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/range-diff.h b/range-diff.h
index c17dbc2e75..4abd70c40f 100644
--- a/range-diff.h
+++ b/range-diff.h
@@ -18,9 +18,7 @@ int show_range_diff(const char *range1, const char *range2,
/*
* Determine whether the given argument is usable as a range argument of `git
- * range-diff`, e.g. A..B. Note that this only validates the format but does
- * _not_ parse it, i.e. it does _not_ look up the specified commits in the
- * local repository.
+ * range-diff`, e.g. A..B.
*/
int is_range_diff_range(const char *arg);