commit 9260c5dc5084785151cf0be5c03de82c6b7fc7ce
parent 963cbd7a73a199eeddeb03e4390e83bff48eb8ba
Author: hhvn <dev@haydenvh.com>
Date: Mon, 8 Mar 2021 00:33:13 +0000
.config/git/man/: add documentation for git suite
Diffstat:
10 files changed, 184 insertions(+), 0 deletions(-)
diff --git a/.config/git/man/man1/git-ac.1 b/.config/git/man/man1/git-ac.1
@@ -0,0 +1,26 @@
+.Dd hhvn-git
+.Dt git-ac 1
+.Os
+.Sh Name
+.Nm git-ac
+.Nd combine
+.Xr git-add 1
+and
+.Xr git-commit 1 "."
+.Sh SYNOPSIS
+.Nm
+.Fl m
+.Ar message
+.Ar [GIT-COMMIT-OPTIONS]
+.Nm
+.Ar files
+.Sh DESCRIPTION
+If supplied -m infer files from it.
+
+If not supplied -m, take list of files and begin formatting COMMIT_EDITMSG.
+.Sh SEE ALSO
+.Xr hhvn-git 7 ","
+.Xr git-add 1 ","
+.Xr git-commit 1 ","
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .
diff --git a/.config/git/man/man1/git-ch.1 b/.config/git/man/man1/git-ch.1
@@ -0,0 +1,16 @@
+.Dd hhvn-git
+.Dt git-ch 1
+.Os
+.Sh Name
+.Nm git-ch
+.Nd alias for
+.Xr git-checkout 1 "."
+.Sh SYNOPSIS
+.Nm
+.Ar [GIT-CHECKOUT-OPTIONS]
+.Ar [GIT-CHECKOUT-ARGUMENTS]
+.Sh SEE ALSO
+.Xr hhvn-git 7 ","
+.Xr git-checkout 1 ","
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .
diff --git a/.config/git/man/man1/git-co.1 b/.config/git/man/man1/git-co.1
@@ -0,0 +1,16 @@
+.Dd hhvn-git
+.Dt git-co 1
+.Os
+.Sh Name
+.Nm git-co
+.Nd alias for
+.Xr git-commit 1 "."
+.Sh SYNOPSIS
+.Nm
+.Ar [GIT-COMMIT-OPTIONS]
+.Ar [GIT-COMMIT-ARGUMENTS]
+.Sh SEE ALSO
+.Xr hhvn-git 7 ","
+.Xr git-commit 1 ","
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .
diff --git a/.config/git/man/man1/git-fm.1 b/.config/git/man/man1/git-fm.1
@@ -0,0 +1,16 @@
+.Dd hhvn-git
+.Dt git-fm 1
+.Os
+.Sh Name
+.Nm git-fm
+.Nd add label of current CWD basename to subject of
+.Xr git-format-patch 1 "."
+.Sh SYNOPSIS
+.Nm
+.Ar [GIT-FORMAT-PATCH-OPTIONS]
+.Ar [GIT-FORMAT-PATCH-ARGUMENTS]
+.Sh SEE ALSO
+.Xr hhvn-git 7 ","
+.Xr git-format-patch 1 ","
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .
diff --git a/.config/git/man/man1/git-hs.1 b/.config/git/man/man1/git-hs.1
@@ -0,0 +1,16 @@
+.Dd hhvn-git
+.Dt git-hs 1
+.Os
+.Sh Name
+.Nm git-hs
+.Nd pretty print version of
+.Xr git-log 1 "."
+.Sh SYNOPSIS
+.Nm
+.Ar [GIT-LOG-OPTIONS]
+.Ar [GIT-LOG-ARGUMENTS]
+.Sh SEE ALSO
+.Xr hhvn-git 7 ","
+.Xr git-log 1 ","
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .
diff --git a/.config/git/man/man1/git-mg.1 b/.config/git/man/man1/git-mg.1
@@ -0,0 +1,16 @@
+.Dd hhvn-git
+.Dt git-mg 1
+.Os
+.Sh Name
+.Nm git-mg
+.Nd fastforward-less
+.Xr git-merge 1 "."
+.Sh SYNOPSIS
+.Nm
+.Ar [GIT-MERGE-OPTIONS]
+.Ar [GIT-MERGE-ARGUMENTS]
+.Sh SEE ALSO
+.Xr hhvn-git 7 ","
+.Xr git-merge 1 ","
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .
diff --git a/.config/git/man/man1/git-pa.1 b/.config/git/man/man1/git-pa.1
@@ -0,0 +1,17 @@
+.Dd hhvn-git
+.Dt git-pa 1
+.Os
+.Sh Name
+.Nm git-pa
+.Nd alias for
+.Xr git-push 1
+.Fl -all "."
+.Sh SYNOPSIS
+.Nm
+.Ar [GIT-PUSH-OPTIONS]
+.Ar [GIT-PUSH-ARGUMENTS]
+.Sh SEE ALSO
+.Xr hhvn-git 7 ","
+.Xr git-push 1 ","
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .
diff --git a/.config/git/man/man1/git-pu.1 b/.config/git/man/man1/git-pu.1
@@ -0,0 +1,16 @@
+.Dd hhvn-git
+.Dt git-pu 1
+.Os
+.Sh Name
+.Nm git-pu
+.Nd alias for
+.Xr git-push 1 "."
+.Sh SYNOPSIS
+.Nm
+.Ar [GIT-PUSH-OPTIONS]
+.Ar [GIT-PUSH-ARGUMENTS]
+.Sh SEE ALSO
+.Xr hhvn-git 7 ","
+.Xr git-push 1 ","
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .
diff --git a/.config/git/man/man1/git-re.1 b/.config/git/man/man1/git-re.1
@@ -0,0 +1,25 @@
+.Dd hhvn-git
+.Dt git-re 1
+.Os
+.Sh Name
+.Nm git-re
+.Nd comfy
+.Xr git-remote 1
+wrapper.
+.Sh SYNOPSIS
+.Nm
+.Ar [SUBCOMMAND]
+.Ar [GIT-REMOTE-OPTIONS]
+.Ar [GIT-REMOTE-ARGUMENTS]
+.Sh DESCRIPTION
+Display verbose information if no arguments given.
+
+Allow add and set-url to act somewhat interchangably depending on context.
+
+Else, act just like
+.Xr git-remote 1 "."
+.Sh SEE ALSO
+.Xr hhvn-git 7 ","
+.Xr git-remote 1 ","
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .
diff --git a/.config/git/man/man7/hhvn-git.7 b/.config/git/man/man7/hhvn-git.7
@@ -0,0 +1,20 @@
+.Dd hhvn-git
+.Dt hhvn-git 7
+.Os
+.Sh Name
+.Nm hhvn-git
+.Nd set of git aliases and wrappers
+.Sh FILES
+$HOME/.config/git/*
+.Sh SEE ALSO
+.Xr git-hs 1 ","
+.Xr git-fm 1 ","
+.Xr git-ac 1 ","
+.Xr git-re 1 ","
+.Xr git-mg 1 ","
+.Xr git-ch 1 ","
+.Xr git-co 1 ","
+.Xr git-pu 1 ","
+.Xr git-pa 1
+.Sh AUTHOR
+.An hhvn Aq Mt dev@hhvn.uk .