git-wad

Manage files via git but not their content
git clone git://git.meso-star.fr/git-wad.git
Log | Files | Refs | README | LICENSE

commit 07aa68c6cf43fd42c5f92510df95782334756c3b
parent 4735f508ce8eda7b2cb517c4bd5c91f2584619e4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun,  3 Mar 2024 17:20:16 +0100

Correction of man page

Correct typesetting when using groff instead of mandoc; .No macro is
ignored after a reference to another section (.Sx macro). Removal of a
duplicated sentence and addition of a reference to the gitattributes
manual page.

Diffstat:
Mgit-wad.1 | 16+++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/git-wad.1 b/git-wad.1 @@ -57,7 +57,10 @@ provides a set of sub-commands for managing WAD files. The list of files to be managed is controlled by the .Xr gitattributes 5 file -.Pq see Sx FILES No section . +.Po see +.Sx FILES +section +.Pc . The subcommands are as follows: .Bl -tag -width Ds .It Cm checkout @@ -89,7 +92,7 @@ repository history, i.e. in all commits of all branches. Configures the git repository for WAD file management. .It Cm prune Removes non-referenced WAD file data from local storage. -By default, local data is retained for WAD files in the current history. +By default, local data is retained for WAD files in the HEAD history. .Pp The options are as follows: .Bl -tag -width Ds @@ -125,7 +128,6 @@ The default setting is to transfer WAD file data for the entire HEAD history. .Pp The options are as follows: -The options are as follows: .Bl -tag -width Ds .It Fl 1 Transfers only WAD file data for the HEAD not its history, i.e. it @@ -176,7 +178,10 @@ File at the root of the working tree in which environment variables controlling .Nm can be overwritten -.Pq see Sx ENVIRONMENT No section . +.Po see +.Sx ENVIRONMENT +section +.Pc . This is a shell script whose syntax must respect the POSIX shell. Here's an example of how to define an SSH remote: .Bd -literal -offset Ds @@ -206,4 +211,5 @@ test.png filter=wad .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr git 1 +.Xr git 1 , +.Xr gitattributes 5