aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 17:02:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 17:02:42 +1200
commit5006146b111b01f4f2ed8ada273349de90ce54c0 (patch)
treeaabc36000af19176c51a78ddb9ce3af380d2fc33 /man
parentMention isgr(1) in fgscr(1) and gscr(1) man pages (diff)
downloaddotfiles-5006146b111b01f4f2ed8ada273349de90ce54c0.tar.gz
dotfiles-5006146b111b01f4f2ed8ada273349de90ce54c0.zip
Add grc(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/grc.117
1 files changed, 17 insertions, 0 deletions
diff --git a/man/man1/grc.1 b/man/man1/grc.1
new file mode 100644
index 00000000..dffe75e6
--- /dev/null
+++ b/man/man1/grc.1
@@ -0,0 +1,17 @@
+.TH GRC 1 "June 2016" "Manual page for grc"
+.SH NAME
+.B grc
+\- return whether dir is a Git repository with pending changes
+.SH SYNOPSIS
+.B grc
+.br
+.B grc
+/path/to/repo
+.SH DESCRIPTION
+.B grc
+checks whether the given directory (defaulting to the working directory) is a
+Git repository and has pending changes. Normally this emits no output.
+.SH SEE ALSO
+git(1), isgr(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>