From 5006146b111b01f4f2ed8ada273349de90ce54c0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 1 Aug 2016 17:02:30 +1200 Subject: Add grc(1) --- man/man1/grc.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 man/man1/grc.1 (limited to 'man') 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 -- cgit v1.2.3