From 34ba1eb08392173db6d4e2cce5c8b9890db34548 Mon Sep 17 00:00:00 2001
From: spacewander
Date: Thu, 27 Aug 2020 11:03:06 +0800
Subject: [PATCH] fix typo
---
man/git-bulk.1 | 4 ++--
man/git-bulk.html | 6 +++---
man/git-bulk.md | 2 +-
man/git-pull-request.1 | 33 +++++++++++++++++++++++++--------
man/git-pull-request.html | 16 ++++++++--------
man/git-pull-request.md | 2 +-
man/git-summary.1 | 14 +++++++-------
man/git-summary.html | 18 +++++++++---------
man/git-summary.md | 14 +++++++-------
9 files changed, 63 insertions(+), 46 deletions(-)
diff --git a/man/git-bulk.1 b/man/git-bulk.1
index 523b652..b1dc523 100644
--- a/man/git-bulk.1
+++ b/man/git-bulk.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-BULK" "1" "December 2019" "" "Git Extras"
+.TH "GIT\-BULK" "1" "August 2020" "" "Git Extras"
.
.SH "NAME"
\fBgit\-bulk\fR \- Run git commands on multiple repositories
@@ -69,7 +69,7 @@ Any git Command you wish to execute on the repositories\.
Register a workspace for bulk operations\. All repositories in the directories below get registered under this workspace with the name \. must be absolute path\.
.
.P
-With option \'\-\-from\' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned diretly into the workspace\. Suitable for the initial setup of a multi\-repo project\.
+With option \'\-\-from\' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned directly into the workspace\. Suitable for the initial setup of a multi\-repo project\.
.
.P
\-\-removeworkspace
diff --git a/man/git-bulk.html b/man/git-bulk.html
index 51cd757..c805fff 100644
--- a/man/git-bulk.html
+++ b/man/git-bulk.html
@@ -116,7 +116,7 @@ git bulk --listall
Register a workspace for bulk operations. All repositories in the directories below <ws-root-directory> get registered under this workspace with the name <ws-name>. <ws-root-directory> must be absolute path.
- With option '--from' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned diretly into the workspace. Suitable for the initial setup of a multi-repo project.
+ With option '--from' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned directly into the workspace. Suitable for the initial setup of a multi-repo project.
--removeworkspace <ws-name>
@@ -183,7 +183,7 @@ $ git bulk --purge
AUTHOR
-Written by Niklas Schlimm <ns103@hotmail.de>
+Written by Niklas Schlimm <ns103@hotmail.de>
REPORTING BUGS
@@ -196,7 +196,7 @@ $ git bulk --purge
diff --git a/man/git-bulk.md b/man/git-bulk.md
index 060f9e6..3ab51b0 100644
--- a/man/git-bulk.md
+++ b/man/git-bulk.md
@@ -40,7 +40,7 @@ git bulk adds convenient support for operations that you want to execute on mult
Register a workspace for bulk operations. All repositories in the directories below <ws-root-directory> get registered under this workspace with the name <ws-name>. <ws-root-directory> must be absolute path.
- With option '--from' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned diretly into the workspace. Suitable for the initial setup of a multi-repo project.
+ With option '--from' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned directly into the workspace. Suitable for the initial setup of a multi-repo project.
--removeworkspace <ws-name>
diff --git a/man/git-pull-request.1 b/man/git-pull-request.1
index 2c84717..b44859c 100644
--- a/man/git-pull-request.1
+++ b/man/git-pull-request.1
@@ -1,26 +1,39 @@
-.\" generated with Ronn-NG/v0.8.0
-.\" http://github.com/apjanke/ronn-ng/tree/0.8.0
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
.TH "GIT\-PULL\-REQUEST" "1" "August 2020" "" "Git Extras"
+.
.SH "NAME"
\fBgit\-pull\-request\fR \- Create pull request for GitHub project
+.
.SH "SYNOPSIS"
\fBgit\-pull\-request\fR []
+.
.SH "DESCRIPTION"
Create pull request for a project on GitHub via command line\.
+.
.P
-A personal access token is required for making the API call to open the pull request(s) in GitHub\. API Documentation here \fI\%https://docs\.github\.com/en/rest/reference/pulls#create\-a\-pull\-request\fR
+A personal access token is required for making the API call to open the pull request(s) in GitHub\. API Documentation here \fIhttps://docs\.github\.com/en/rest/reference/pulls#create\-a\-pull\-request\fR
+.
.P
Make sure the personal access token has the right \fBOAuth\fR scopes for the repo(s)
+.
.P
Use \fBgit config \-\-global \-\-add git\-extras\.github\-personal\-access\-token \fR
+.
.P
-If using mutiple accounts, override the global value in the specific repo using \fBgit config git\-extras\.github\-personal\-access\-token \fR
+If using multiple accounts, override the global value in the specific repo using \fBgit config git\-extras\.github\-personal\-access\-token \fR
+.
.SH "OPTIONS"
+.
.P
The target branch you want to send pull request to\.
+.
.SH "EXAMPLES"
+.
.nf
+
$ git pull\-request master
Everything up\-to\-date
@@ -31,11 +44,15 @@ Everything up\-to\-date
base [master]:
GitHub two\-factor authentication code (leave blank if not set up):
-\|\.\|\.\|\.
+\.\.\.
+.
.fi
+.
.SH "AUTHOR"
-Written by Tj Holowaychuk <\fI\%mailto:tj@vision\-media\.ca\fR>
+Written by Tj Holowaychuk <\fItj@vision\-media\.ca\fR>
+.
.SH "REPORTING BUGS"
-<\fI\%https://github\.com/tj/git\-extras/issues\fR>
+<\fIhttps://github\.com/tj/git\-extras/issues\fR>
+.
.SH "SEE ALSO"
-<\fI\%https://github\.com/tj/git\-extras\fR>
+<\fIhttps://github\.com/tj/git\-extras\fR>
diff --git a/man/git-pull-request.html b/man/git-pull-request.html
index 81cc512..fa5796e 100644
--- a/man/git-pull-request.html
+++ b/man/git-pull-request.html
@@ -1,8 +1,8 @@
-
-
+
+
git-pull-request(1) - Create pull request for GitHub project