From 9d28f5a56dbf4132ebdb8f6d59883196a8c8520f Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 7 Aug 2016 10:53:07 -1000 Subject: [PATCH] README: Link to manpage Thanks to Michael Kerrisk for hosting a rendered version of the manpage. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f976f2bbfe27eea46877b0c03a63f53f574dbdca..cf1cf18ee008870bc0bdba12c30a2ef6b4dd653d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ git series tracks changes to a patch series over time. git series also tracks a cover letter for the patch series, formats the series for email, and prepares pull requests. +[Manpage for git-series](http://man7.org/linux/man-pages/man1/git-series.1.html) + About git-series ================