aboutsummaryrefslogtreecommitdiff
path: root/watch-git-tags.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-06 14:59:43 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-06 14:59:43 +1300
commitd2ec1aa9748f2e65c7037d0c16d8eea9ebdd16ed (patch)
treed3960fa2eb2ec35207229931c8dfe5bbb5ff0195 /watch-git-tags.1
parentMerge branch 'release/v3.1.0' (diff)
parentBump VERSION (diff)
downloadwatch-vcs-tags-master.tar.gz
watch-vcs-tags-master.zip
Merge branch 'release/v4.0.0'HEADv4.0.0master
* release/v4.0.0: Correct subcommands for tags generation function Remove unneeded semicolon Correct/adjust default behaviour with no args Refactor tag generation functions Refactor Makefile for more generality Add Makefile and manual page Use correct control structure for loop body exit Remove unused $self variable Refactor script some more
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>