man page improvements - new sentence, new line - add blanks before trailing delimiters - void leaving whitespace at end of line, even significant space - use .Ox macro for OpenBSD - fix paragraph lint warnings - escape ~ and ^, which are special characters in troff
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
diff --git a/got/git-repository.5 b/got/git-repository.5
index 33eea33..4085020 100644
--- a/got/git-repository.5
+++ b/got/git-repository.5
@@ -48,8 +48,8 @@ A commit which precedes another commit is referred to as that other commit's
A commit with multiple parents unites disparate lines of history and is
known as a
.Em merge commit .
-.Pp
.El
+.Pp
Each object is identified by a SHA1 hash calculated over both the object's
header and the data stored in the object.
.Sh OBJECT STORAGE
@@ -105,10 +105,10 @@ Because references may point to arbitrary object IDs their use
is not limited to branches.
.Pp
The name is a UTF-8 string with the following disallowed characters:
-.Sq \
+.Sq \ \&
(space),
-~ (tilde),
-^ (caret),
+\(a~ (tilde),
+\(a^ (caret),
: (colon),
? (question mark),
* (asterisk),
@@ -151,7 +151,8 @@ Reference to a branch tip commit most recently fetched from another repository.
.It Pa branches/
Legacy directory used by the deprecated Gogito Git interface.
.It Pa config
-Git configuration file. See
+Git configuration file.
+See
.Xr git-config 1 .
.It Pa description
A human-readable description of the repository.
diff --git a/got/got-worktree.5 b/got/got-worktree.5
index 4a560ab..47e89f6 100644
--- a/got/got-worktree.5
+++ b/got/got-worktree.5
@@ -78,9 +78,9 @@ This happens to files which are added to the work tree while operations
such as
.Cm got checkout ,
.Cm got update ,
-.Cm got cherrypick,
-.Cm got backout,
-.Cm got rebase,
+.Cm got cherrypick ,
+.Cm got backout ,
+.Cm got rebase ,
and
.Cm got histedit
are in progress.
@@ -92,9 +92,9 @@ The blob object ID of this entry must be considered invalid.
This happens when unversioned files are added with
.Cm got add
and when files are added to the work tree by operations such as
-.Cm got cherrypick,
-.Cm got backout,
-.Cm got rebase,
+.Cm got cherrypick ,
+.Cm got backout ,
+.Cm got rebase ,
and
.Cm got histedit .
.It NO_COMMIT
@@ -103,9 +103,9 @@ The commit object ID of this entry must be considered invalid.
This happens when unversioned files are added with
.Cm got add
and when files are added to the work tree by operations such as
-.Cm got cherrypick,
-.Cm got backout,
-.Cm got rebase,
+.Cm got cherrypick ,
+.Cm got backout ,
+.Cm got rebase ,
and
.Cm got histedit .
.It NO_FILE_ON_DISK
diff --git a/got/got.1 b/got/got.1
index 107ba1a..491e31a 100644
--- a/got/got.1
+++ b/got/got.1
@@ -73,7 +73,6 @@ the
command must be used to populate the empty repository before
.Cm got checkout
can be used.
-.Pp
.It Cm in
Short alias for
.Cm init .
@@ -176,7 +175,7 @@ Show the status of each affected file, using the following status codes:
.It C Ta file was updated and conflicts occurred during merge
.It D Ta file was deleted
.It A Ta new file was added
-.It ~ Ta versioned file is obstructed by a non-regular file
+.It \(a~ Ta versioned file is obstructed by a non-regular file
.It ! Ta a missing versioned file was restored
.El
.Pp
@@ -241,7 +240,7 @@ using the following status codes:
.It D Ta file scheduled for deletion in next commit
.It C Ta modified or added file which contains merge conflicts
.It ! Ta versioned file was expected on disk but is missing
-.It ~ Ta versioned file is obstructed by a non-regular file
+.It \(a~ Ta versioned file is obstructed by a non-regular file
.It ? Ta unversioned item not tracked by
.Nm
.El
@@ -497,7 +496,7 @@ If invoked in a work tree, the work tree's current branch is shown
with one the following annotations:
.Bl -column YXZ description
.It * Ta work tree's base commit matches the branch tip
-.It ~ Ta work tree's base commit is out-of-date
+.It \(a~ Ta work tree's base commit is out-of-date
.El
.It Fl d Ar name
Delete the branch with the specified name from the repository.
@@ -529,8 +528,8 @@ Short alias for
.It Cm revert Oo Fl p Oc Oo Fl F Ar response-script Oc Oo Fl R Oc Ar path ...
Revert any uncommited changes in files at the specified paths.
File contents will be overwritten with those contained in the
-work tree's base commit. There is no way to bring discarded
-changes back after
+work tree's base commit.
+There is no way to bring discarded changes back after
.Cm got revert !
.Pp
If a file was added with
@@ -587,7 +586,7 @@ is specified, commit all changes in the work tree.
Otherwise, commit changes at or within the specified paths.
.Pp
If changes have been explicitly staged for commit with
-.Cm got stage,
+.Cm got stage ,
only commit staged changes and reject any specified paths which
have not been staged.
.Pp
@@ -660,7 +659,7 @@ Show the status of each affected file, using the following status codes:
.It D Ta file was deleted
.It d Ta file's deletion was obstructed by local modifications
.It A Ta new file was added
-.It ~ Ta changes destined for a non-regular file were not merged
+.It \(a~ Ta changes destined for a non-regular file were not merged
.El
.Pp
The merged changes will appear as local changes in the work tree, which
@@ -703,7 +702,7 @@ Show the status of each affected file, using the following status codes:
.It D Ta file was deleted
.It d Ta file's deletion was obstructed by local modifications
.It A Ta new file was added
-.It ~ Ta changes destined for a non-regular file were not merged
+.It \(a~ Ta changes destined for a non-regular file were not merged
.El
.Pp
The reverse-merged changes will appear as local changes in the work tree,
@@ -762,7 +761,7 @@ using the following status codes:
.It D Ta file was deleted
.It d Ta file's deletion was obstructed by local modifications
.It A Ta new file was added
-.It ~ Ta changes destined for a non-regular file were not merged
+.It \(a~ Ta changes destined for a non-regular file were not merged
.El
.Pp
If merge conflicts occur the rebase operation is interrupted and may
@@ -866,7 +865,7 @@ using the following status codes:
.It D Ta file was deleted
.It d Ta file's deletion was obstructed by local modifications
.It A Ta new file was added
-.It ~ Ta changes destined for a non-regular file were not merged
+.It \(a~ Ta changes destined for a non-regular file were not merged
.El
.Pp
If merge conflicts occur the histedit operation is interrupted and may
@@ -972,7 +971,8 @@ are as follows:
Instead of staging new changes, list paths which are already staged,
along with the IDs of staged blob objects and stage status codes.
If paths were provided in the command line show the staged paths
-among the specified paths. Otherwise, show all staged paths.
+among the specified paths.
+Otherwise, show all staged paths.
.It Fl p
Instead of staging the entire content of a changed file, interactively
select or reject changes for staging based on
@@ -1038,7 +1038,7 @@ Show the status of each affected file, using the following status codes:
.It ! Ta changes destined for a missing file were not merged
.It D Ta file was staged as deleted and still is deleted
.It d Ta file's deletion was obstructed by local modifications
-.It ~ Ta changes destined for a non-regular file were not merged
+.It \(a~ Ta changes destined for a non-regular file were not merged
.El
.Pp
The options for
@@ -1089,7 +1089,7 @@ may fail to parse commits without an email address in author data,
attempts to reject
.Ev GOT_AUTHOR
environment variables with a missing email address.
-.It Ev VISUAL, Ev EDITOR
+.It Ev VISUAL , EDITOR
The editor spawned by
.Cm got commit .
.El
@@ -1197,7 +1197,9 @@ branch.
.Dl $ got rebase unified-buffer-cache
.Pp
Create a patch from all changes on the unified-buffer-cache branch.
-The patch can be mailed out for review and applied to OpenBSD's CVS tree:
+The patch can be mailed out for review and applied to
+.Ox Ns 's
+CVS tree:
.Pp
.Dl $ got diff master unified-buffer-cache > /tmp/ubc.diff
.Pp
@@ -1278,7 +1280,6 @@ repository with
.Pp
.Dl $ cd /var/git/repo
.Dl $ git push origin master
-.Pp
.Sh SEE ALSO
.Xr tog 1 ,
.Xr git-repository 5 ,