From adce7178431f2cbd8291ad5985c38295d016fb62 Mon Sep 17 00:00:00 2001 From: spacewander Date: Mon, 23 Mar 2026 19:35:13 +0800 Subject: [PATCH] Fix man page usage docs Correct stale command usage details in the affected man pages --- man/git-archive-file.1 | 10 +-- man/git-archive-file.html | 8 +- man/git-archive-file.md | 2 +- man/git-browse-ci.1 | 23 ++---- man/git-browse-ci.html | 28 +++---- man/git-browse-ci.md | 8 +- man/git-browse.1 | 40 +++------- man/git-browse.html | 40 +++++----- man/git-browse.md | 14 ++-- man/git-bulk.1 | 49 ++++++------ man/git-bulk.html | 35 ++++----- man/git-bulk.md | 28 +++---- man/git-delete-merged-branches.1 | 19 +---- man/git-delete-merged-branches.html | 18 ++--- man/git-delete-merged-branches.md | 4 +- man/git-delta.1 | 31 ++------ man/git-delta.html | 22 +++--- man/git-delta.md | 6 +- man/git-force-clone.1 | 26 +++---- man/git-force-clone.html | 12 +-- man/git-force-clone.md | 6 +- man/git-get.1 | 10 +-- man/git-get.html | 12 +-- man/git-get.md | 2 +- man/git-pull-request.1 | 33 ++------- man/git-pull-request.html | 30 ++++---- man/git-pull-request.md | 6 +- man/git-release.1 | 61 +++------------ man/git-release.html | 111 ++++++++++++++++------------ man/git-release.md | 2 +- man/git-reset-file.1 | 31 +------- man/git-reset-file.html | 30 ++++---- man/git-reset-file.md | 2 +- man/git-setup.1 | 27 +++---- man/git-setup.html | 24 +++--- man/git-setup.md | 6 +- man/git-show-merged-branches.1 | 19 +---- man/git-show-merged-branches.html | 16 ++-- man/git-show-merged-branches.md | 2 +- man/git-show-unmerged-branches.1 | 19 +---- man/git-show-unmerged-branches.html | 16 ++-- man/git-show-unmerged-branches.md | 2 +- man/git-standup.1 | 16 ++-- man/git-standup.html | 8 +- man/git-standup.md | 2 +- man/git-sync.1 | 47 ++---------- man/git-sync.html | 38 +++++----- man/git-sync.md | 4 +- 48 files changed, 410 insertions(+), 595 deletions(-) diff --git a/man/git-archive-file.1 b/man/git-archive-file.1 index 4610b48..bb28065 100644 --- a/man/git-archive-file.1 +++ b/man/git-archive-file.1 @@ -1,6 +1,6 @@ -.\" generated with Ronn-NG/v0.9.1 -.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "GIT\-ARCHIVE\-FILE" "1" "May 2020" "" "Git Extras" +.\" generated with Ronn-NG/v0.10.1 +.\" http://github.com/apjanke/ronn-ng/tree/0.10.1 +.TH "GIT\-ARCHIVE\-FILE" "1" "March 2026" "" "Git Extras" .SH "NAME" \fBgit\-archive\-file\fR \- Export the current HEAD of the git repository to an archive .SH "SYNOPSIS" @@ -14,11 +14,11 @@ Archive naming conventions: .P On any branch: \fBgit\-extras\.1\.7\.0\-110\-gafefba7\.branch\-name\.zip\fR .P -On master branch: \fBgit\-extras\.1\.7\.0\-110\-gafefba7\.zip\fR +On the default branch: \fBgit\-extras\.1\.7\.0\-110\-gafefba7\.zip\fR .P On a detached HEAD (e\.g\. a tag): \fBgit\-extras\.1\.7\.0\.zip\fR .P -The \'/\' and \'\e\' in the branch name will be converted into \'\-\'\. +The '/' and '\e' in the branch name will be converted into '\-'\. .SH "AUTHOR" Written by Philipp Klose <\fIme@thehippo\.de\fR> .SH "REPORTING BUGS" diff --git a/man/git-archive-file.html b/man/git-archive-file.html index 1a53ed8..27c9761 100644 --- a/man/git-archive-file.html +++ b/man/git-archive-file.html @@ -1,8 +1,8 @@ - - + + git-archive-file(1) - Export the current HEAD of the git repository to an archive