From b54179a69863354cd8c8daf7aed14ed20c44e242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 18 Dec 2018 18:07:48 +0100 Subject: [PATCH] Fix references to git-log(1) --- commands/issue.go | 4 ++-- commands/pr.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/issue.go b/commands/issue.go index dc3749fc..a42e0d72 100644 --- a/commands/issue.go +++ b/commands/issue.go @@ -55,8 +55,8 @@ With no arguments, show a list of open issues. -f, --format= Pretty print the contents of the issues using format (default: - "%sC%>(8)%i%Creset %t% l%n"). See the "PRETTY FORMATS" section of the - git-log manual for some additional details on how placeholders are used in + "%sC%>(8)%i%Creset %t% l%n"). See the "PRETTY FORMATS" section of + git-log(1) for some additional details on how placeholders are used in format. The available placeholders for issues are: %I: issue number diff --git a/commands/pr.go b/commands/pr.go index 079d824e..fca79507 100644 --- a/commands/pr.go +++ b/commands/pr.go @@ -43,8 +43,8 @@ pr checkout [] -f, --format= Pretty print the list of pull requests using format (default: - "%sC%>(8)%i%Creset %t% l%n"). See the "PRETTY FORMATS" section of the - git-log manual for some additional details on how placeholders are used in + "%sC%>(8)%i%Creset %t% l%n"). See the "PRETTY FORMATS" section of + git-log(1) for some additional details on how placeholders are used in format. The available placeholders are: %I: pull request number -- GitLab