aboutsummaryrefslogtreecommitdiff
path: root/watch-git-tags.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-30 17:10:20 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-06 14:33:20 +1300
commit7fb468b76d0a503897f492a98e9b9f7f238c6a50 (patch)
tree9fd88dea9e1a14ae7ba204dfa4d09eb95436e9f4 /watch-git-tags.1
parentUse correct control structure for loop body exit (diff)
downloadwatch-vcs-tags-7fb468b76d0a503897f492a98e9b9f7f238c6a50.tar.gz
watch-vcs-tags-7fb468b76d0a503897f492a98e9b9f7f238c6a50.zip
Add Makefile and manual page
Diffstat (limited to 'watch-git-tags.1')
-rw-r--r--watch-git-tags.113
1 files changed, 13 insertions, 0 deletions
diff --git a/watch-git-tags.1 b/watch-git-tags.1
new file mode 100644
index 0000000..70c9dc4
--- /dev/null
+++ b/watch-git-tags.1
@@ -0,0 +1,13 @@
+.TH WATCH-GIT-TAGS 1 "November 2018" "Manual page for watch-git-tags"
+.SH NAME
+.B watch-git-tags
+\- list and fetch new remote tags
+.SH SYNOPSIS
+.B watch-git-tags
+[REPO...]
+.SH DESCRIPTION
+List new remote tags for each of the named Git repositories, defaulting to the
+current directory, and then fetch them. Fetches in parallel over the repository
+list.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>