aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 15:40:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 15:40:03 +1200
commit32388d72d103c8c5238bffad5d6fecd07efcda68 (patch)
treeacc12cd22c3d243a42fb4ca7bee3b7869bc39acd
parentQuote vars correctly within expansions in td(1) (diff)
downloaddotfiles-32388d72d103c8c5238bffad5d6fecd07efcda68.tar.gz
dotfiles-32388d72d103c8c5238bffad5d6fecd07efcda68.zip
Mention isgr(1) in fgscr(1) and gscr(1) man pages
-rw-r--r--man/man1/fgscr.12
-rw-r--r--man/man1/gscr.12
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/fgscr.1 b/man/man1/fgscr.1
index a3884e41..f75ed2d8 100644
--- a/man/man1/fgscr.1
+++ b/man/man1/fgscr.1
@@ -11,6 +11,6 @@
searches for Git repositories recursively with the given ancestor directory
(defaults to the current directory), and runs gscr(1) over them.
.SH SEE ALSO
-git(1), gscr(1)
+git(1), gscr(1), isgr(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/gscr.1 b/man/man1/gscr.1
index 91cc05fa..d5495929 100644
--- a/man/man1/gscr.1
+++ b/man/man1/gscr.1
@@ -16,6 +16,6 @@ runs the git fsck, reflog --expire, and gc commands to get rid of dangling
commit objects in a repository and pack the repository down as small as
possible. Each command will only run if the one before it exited non-zero.
.SH SEE ALSO
-git(1), fgscr(1)
+git(1), fgscr(1), isgr(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>