diff options
Diffstat (limited to 'doc/git-permalink.en.1')
-rw-r--r-- | doc/git-permalink.en.1 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/git-permalink.en.1 b/doc/git-permalink.en.1 index cfa28a8..2392340 100644 --- a/doc/git-permalink.en.1 +++ b/doc/git-permalink.en.1 @@ -22,7 +22,7 @@ It then uses those values to build a permalink URL, with the commit included on .TP \fB-p\fR -Only print the web URL link, don't try to open it with \fBxdg-open\fR(1) or do anything else. +Only print the web URL link to STDOUT, don't try to open it with \fBxdg-open\fR(1) or do anything else. By default this is turned off. .TP @@ -128,6 +128,22 @@ Configure an URL override, and open the file \fIsrc/app_add.c\fR without selecti .fi +.SH EXIT STATUS + +.TP +.B 0 +Successful execution. + +.TP +.B 1 +Unsupported remote. +See the supported list in SUPPORTED REMOTES, and how to add custom ones in OVERRIDES. + +.TP +.B 2 +Invalid arguments. + + .SH SEE ALSO \fBgit-config\fR(1) |