commit 2b499410fbde242112d21b4b4f36174e997ef67f
from: Stefan Sperling
date: Sun Oct 06 10:36:17 2019 UTC
sync man pages
commit - faeace6938dab50e5634532b5702420c7e18f550
commit + 2b499410fbde242112d21b4b4f36174e997ef67f
blob - 710345416ddf577ab77206cfa767767949cc4bfb
blob + ea419e41f960be4631147495cbd2f8c31338e510
--- git-repository.5.html
+++ git-repository.5.html
@@ -208,7 +208,7 @@ The particular set of disallowed characters in referen
blob - f489a9ac44755b82f05ccf2473e582b131b849fa
blob + 02014968e0ad74fa243af47acc00ccd93e8802c1
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -174,7 +174,7 @@ A Got work tree stores a file hierar
blob - c602d0cba9edd0c73b6dcf52135a42f4778adeed
blob + fdd7a5ae2f5a036da0b28d9fff1dcc68ce5fab91
--- got.1.html
+++ got.1.html
@@ -321,13 +321,21 @@
file was modified after having been staged for addition |
- For compatibility with cvs(1),
- got status
parses
- .cvsignore files in each traversed directory and
- will not display unversioned files which match glob(7)
- ignore patterns contained in .cvsignore files.
+
For compatibility with cvs(1) and
+ git(1), got status
reads
+ glob(7) patterns from
+ .cvsignore and
+ .gitignore files in each traversed directory and
+ will not display unversioned files which match these patterns. As an
+ extension to glob(7) matching rules,
+ got status
supports consecutive asterisks,
+ “**”, which will match an arbitrary amount of directories.
Unlike cvs(1), got status
only
- supports a single ignore pattern per line.
+ supports a single ignore pattern per line. Unlike
+ git(1), got status
does not
+ support negated ignore patterns prefixed with “!”, and
+ gives no special significance to the location of path component
+ separators, “/”, in a pattern.
st
Short alias for status
.
@@ -542,8 +550,9 @@
“refs/heads/” reference namespace. The
got branch
command operates on references in
this namespace only.
- If no options are passed, expect one or two arguments and
- attempt to create a branch reference with the given
+
If invoked in a work tree without any arguments, print the
+ name of the work tree's current branch. If one or two arguments are
+ passed, attempt to create a branch reference with the given
name, and make it point at the given
commit. The expected commit
argument is a commit ID SHA1 hash or an existing reference or tag name
@@ -1459,7 +1468,7 @@ Clone an existing Git repository for use with
blob - 8c9f26b802e65c7b7e744fa8227ef183f9d9a543
blob + fd98f35e184b030545884943adcb1bf2ab3e06d4
--- index.html
+++ index.html
@@ -20,7 +20,7 @@
Manual Pages
Examples
FAQ
- EuroBSDCon PDF
+ Presentation at EuroBSDcon
Mailing List
For OpenBSD
blob - 4bff09ce10fcff731d4fa2b90559c9a095df4f1b
blob + cca37bf0851a20070c400345449d4db9fb1a2b8b
--- tog.1.html
+++ tog.1.html
@@ -353,7 +353,7 @@ The tog
utility exits 0