From 3413eeb05855af40cb9c69dcb5da7e27e574e733 Mon Sep 17 00:00:00 2001 From: Tobias Fendin Date: Wed, 11 Aug 2021 17:33:01 +0200 Subject: [PATCH] Updated lines under Synopsis in the manuals so they are commonly formatted --- man/git-alias.1 | 43 +++++---------------------- man/git-alias.html | 40 ++++++++++++------------- man/git-alias.md | 6 ++-- man/git-force-clone.1 | 41 ++++++++----------------- man/git-force-clone.html | 29 +++++++++--------- man/git-force-clone.md | 6 ++-- man/git-psykorebase.1 | 18 +++++------ man/git-psykorebase.html | 9 +++--- man/git-psykorebase.md | 3 +- man/git-standup.1 | 64 ++++------------------------------------ man/git-standup.html | 49 +++++++++++++++--------------- man/git-standup.md | 3 +- 12 files changed, 105 insertions(+), 206 deletions(-) diff --git a/man/git-alias.1 b/man/git-alias.1 index 1d71eab..d6a5f84 100644 --- a/man/git-alias.1 +++ b/man/git-alias.1 @@ -1,85 +1,58 @@ -.\" generated with Ronn/v0.7.3 -.\" http://github.com/rtomayko/ronn/tree/0.7.3 -. -.TH "GIT\-ALIAS" "1" "October 2017" "" "Git Extras" -. +.\" generated with Ronn-NG/v0.9.1 +.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 +.TH "GIT\-ALIAS" "1" "August 2021" "" "Git Extras" .SH "NAME" \fBgit\-alias\fR \- Define, search and show aliases -. .SH "SYNOPSIS" -\fBgit\-alias\fR \fBgit\-alias\fR \fBgit\-alias\fR -. +\fBgit\-alias\fR +.br +\fBgit\-alias\fR +.br +\fBgit\-alias\fR .SH "DESCRIPTION" List all aliases, show one alias, or set one (global) alias\. -. .SH "OPTIONS" -. .P The pattern used to search aliases\. -. .P -. .P The name of the alias to create\. -. .P -. .P The command for which you are creating an alias\. -. .SH "EXAMPLES" Defining a new alias: -. .IP "" 4 -. .nf - $ git alias last "cat\-file commit HEAD" -. .fi -. .IP "" 0 -. .P Providing only one argument, \fBgit\-alias\fR searches for aliases matching the given value: -. .IP "" 4 -. .nf - $ git alias ^la last = cat\-file commit HEAD -. .fi -. .IP "" 0 -. .P \fBgit\-alias\fR will show all aliases if no argument is given: -. .IP "" 4 -. .nf - $ git alias s = status amend = commit \-\-amend rank = shortlog \-sn \-\-no\-merges whatis = show \-s \-\-pretty=\'tformat:%h (%s, %ad)\' \-\-date=short whois = !sh \-c \'git log \-i \-1 \-\-pretty="format:%an <%ae> -. .fi -. .IP "" 0 -. .SH "AUTHOR" Written by Jonhnny Weslley <\fIjw@jonhnnyweslley\.net\fR> -. .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> -. .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR> diff --git a/man/git-alias.html b/man/git-alias.html index 708de5d..b3eca1f 100644 --- a/man/git-alias.html +++ b/man/git-alias.html @@ -1,8 +1,8 @@ - - + + git-alias(1) - Define, search and show aliases