Commit 239821eb715be88de935d7d1b96845b3cb8d324a

Stefan Sperling 2020-03-21T20:03:12

correctness fix in got.1: tags usually point to tag objects

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index 21a27bb..25d74be 100644
--- a/got/got.1
+++ b/got/got.1
@@ -348,7 +348,7 @@ option.
 Delete branches and tags from the local repository which are no longer
 present in the remote repository.
 Only references are deleted.
-Any commit, tree, and blob objects belonging to deleted branches or
+Any commit, tree, tag, and blob objects belonging to deleted branches or
 tags remain in the repository and may be removed separately with
 Git's garbage collector.
 .It Fl l