From 7c6b05181cbc6ba9bb4914378b4bf1e455012399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Tue, 3 Jan 2012 03:00:43 +0100 Subject: [PATCH] man formatting fix --- man/hub.1 | 4 ++-- man/hub.1.html | 3 +-- man/hub.1.ronn | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/man/hub.1 b/man/hub.1 index 294c202b..0d11d0a3 100644 --- a/man/hub.1 +++ b/man/hub.1 @@ -138,8 +138,8 @@ Open a GitHub compare view page in the system\'s default web browser\. \fISTART\ Forks the original project (referenced by "origin" remote) on GitHub and adds a new remote for it under your username\. Requires \fBgithub\.token\fR to be set (see CONFIGURATION)\. . .TP -\fBgit pull\-request\fR [\fB\-f\fR] [\fITITLE\fR|\fB\-i\fR \fIISSUE\fR] [\fB\-b\fR \fIBASE\fR] [\fB\-h\fR \fIHEAD\fR] -\fBgit pull\-request\fR [\fB\-f\fR] \fIISSUE\-URL\fR [\fB\-h\fR \fIHEAD\fR] Opens a pull request on GitHub for the project that the "origin" remote points to\. The default head of the pull request is the current branch\. Both base and head of the pull request can be explicitly given in one of the following formats: "branch", "owner:branch", "owner/repo:branch"\. This command will abort operation if it detects that the current topic branch has local commits that are not yet pushed to its upstream branch on the remote\. To skip this check, use \fB\-f\fR\. +\fBgit pull\-request\fR [\fB\-f\fR] [\fITITLE\fR|\fB\-i\fR \fIISSUE\fR|\fIISSUE\-URL\fR] [\fB\-b\fR \fIBASE\fR] [\fB\-h\fR \fIHEAD\fR] +Opens a pull request on GitHub for the project that the "origin" remote points to\. The default head of the pull request is the current branch\. Both base and head of the pull request can be explicitly given in one of the following formats: "branch", "owner:branch", "owner/repo:branch"\. This command will abort operation if it detects that the current topic branch has local commits that are not yet pushed to its upstream branch on the remote\. To skip this check, use \fB\-f\fR\. . .IP If \fITITLE\fR is omitted, a text editor will open in which title and body of the pull request can be entered in the same manner as git commit message\. diff --git a/man/hub.1.html b/man/hub.1.html index c6cca81f..dce09119 100644 --- a/man/hub.1.html +++ b/man/hub.1.html @@ -176,8 +176,7 @@ GitHub will compare against the base branch (the default is "master").

git fork [--no-remote]

Forks the original project (referenced by "origin" remote) on GitHub and adds a new remote for it under your username. Requires github.token to be set (see CONFIGURATION).

-
git pull-request [-f] [TITLE|-i ISSUE] [-b BASE] [-h HEAD]

git pull-request [-f] ISSUE-URL [-h HEAD] -Opens a pull request on GitHub for the project that the "origin" remote +

git pull-request [-f] [TITLE|-i ISSUE|ISSUE-URL] [-b BASE] [-h HEAD]

Opens a pull request on GitHub for the project that the "origin" remote points to. The default head of the pull request is the current branch. Both base and head of the pull request can be explicitly given in one of the following formats: "branch", "owner:branch", "owner/repo:branch". diff --git a/man/hub.1.ronn b/man/hub.1.ronn index 12b2dcc1..889bae68 100644 --- a/man/hub.1.ronn +++ b/man/hub.1.ronn @@ -132,8 +132,7 @@ hub also adds some custom commands that are otherwise not present in git: adds a new remote for it under your username. Requires `github.token` to be set (see CONFIGURATION). - * `git pull-request` [`-f`] [|`-i` <ISSUE>] [`-b` <BASE>] [`-h` <HEAD>]: - `git pull-request` [`-f`] <ISSUE-URL> [`-h` <HEAD>] + * `git pull-request` [`-f`] [<TITLE>|`-i` <ISSUE>|<ISSUE-URL>] [`-b` <BASE>] [`-h` <HEAD>]: Opens a pull request on GitHub for the project that the "origin" remote points to. The default head of the pull request is the current branch. Both base and head of the pull request can be explicitly given in one of