From f8c14d159c9cf9a61f4db79c29d7c3fb65968890 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 20 Jun 2020 23:25:11 -0700 Subject: [PATCH] git-filter-repo.txt: point people at the generated documentation People keep trying to read this file, unaware that it is the source code for generating the documentation, not the generated documentation. Add a comment at the top that explains this and points people in the right direction. Signed-off-by: Elijah Newren --- Documentation/git-filter-repo.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/git-filter-repo.txt b/Documentation/git-filter-repo.txt index c5fb050..4a1d574 100644 --- a/Documentation/git-filter-repo.txt +++ b/Documentation/git-filter-repo.txt @@ -1,3 +1,8 @@ +// This file is NOT the documentation; it's the *source code* for it. +// Please follow the "user manual" link under +// https://github.com/newren/git-filter-repo#how-do-i-use-it +// to access the actual documentation. + git-filter-repo(1) ==================