commit e8022e04f7356894bc356e9e163b21c3b13eac16 from: Stefan Sperling date: Tue Aug 13 12:33:08 2019 UTC sync man pages commit - c2f72a2a19c1a10ac4ffc50fd3353514f2afc6b0 commit + e8022e04f7356894bc356e9e163b21c3b13eac16 blob - ca55480846a4d0c4aaa70332fc8711f29e27ce4d blob + 2d516ebda4548224540c1fc770328119063ede54 --- git-repository.5.html +++ git-repository.5.html @@ -204,7 +204,7 @@ The particular set of disallowed characters in referen - +
August 12, 2019August 13, 2019 OpenBSD 6.5
blob - 651c03a8a38800d72c92684f03e64902c32e6f63 blob + 542e324d82bb155974ea8e2dc7fe0f31eb5cff84 --- got-worktree.5.html +++ got-worktree.5.html @@ -174,7 +174,7 @@ A Got work tree stores a file hierar - +
August 12, 2019August 13, 2019 OpenBSD 6.5
blob - 33b6fb81e57357e71bc0501bb7facb3a7af827e5 blob + 46b0dce9f1951214271e64007ca5cac33370f100 --- got.1.html +++ got.1.html @@ -436,6 +436,10 @@ in the repository. Entries shown in this listing may carry one of the following trailing annotations: + + + + @@ -477,8 +481,8 @@
[-r repository-path] [-l] [-d - name] [name - target]
+ name] [-s] + [nametarget]
Manage references in a repository.

If no options are passed, expect two arguments and attempt to create, or update, the reference with the given @@ -501,6 +505,11 @@

name
Delete the reference with the specified name from the repository.
+
+
Create a symbolic reference pointing at the specified + target, which must be an existing reference. + Care should be taken not to create loops between references when this + option is used.
@@ -1318,7 +1327,7 @@ Clone an existing Git repository for use with
@entry is a symbolic link
/ entry is a directory
- +
August 12, 2019August 13, 2019 OpenBSD 6.5
blob - 4a2973fe6caf9a5bf47691635023355fe28c05b9 blob + d333957edf721eea62fc6dfafdf93e371aad79a6 --- tog.1.html +++ tog.1.html @@ -263,6 +263,22 @@
Display the repository tree. If the repository path is omitted, assume the repository is located in the current working directory. +

Displayed tree entries may carry one of the following trailing + annotations:

+ + + + + + + + + + + + + +
@entry is a symbolic link
/entry is a directory
*entry is an executable file

The key bindings for tog tree are as follows:

@@ -333,7 +349,7 @@ The tog utility exits 0 - +
August 12, 2019August 13, 2019 OpenBSD 6.5