commit ae803b7494f9e9639fca7c3b6301a74730609773
from: Stefan Sperling
date: Fri Mar 06 13:10:46 2020 UTC
sync man pages
commit - a43c0256d7d029504bbb5c212bb59fb703620f07
commit + ae803b7494f9e9639fca7c3b6301a74730609773
blob - e6e2fa5599ccc7c365827f8f1cc11196218b30d0
blob + 96f3b3f98b9f01ad7580b70abb019d0dd9ffe8d7
--- git-repository.5.html
+++ git-repository.5.html
@@ -208,7 +208,7 @@
blob - 815d8191d231537981dceadf631c6f1d69b89923
blob + c8c400708aaa732a0a5afc0424f1a6e04d845bc2
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -174,7 +174,7 @@
blob - f2788afbf6de69c6eabd6ecb069bfbfa00721ac2
blob + ce0e28f4eb2b098dc9fc321e224bdb7e5f4b4eea
--- got.1.html
+++ got.1.html
@@ -182,7 +182,15 @@
An abbreviated hash argument will be expanded to a full SHA1 hash
automatically, provided the abbreviation is unique. If this option is
not specified, the most recent commit on the selected branch will be
- used.
+ used.
+ If the specified commit is not
+ contained in the selected branch, a different branch which contains
+ this commit must be specified with the -b
+ option. If no such branch is known a new branch must be created for
+ this commit with got branch
before
+ got checkout
can be used. Checking out work
+ trees with an unknown branch is intentionally not supported.
+
-p
path-prefix
Restrict the work tree to a subset of the repository's tree hierarchy.
@@ -1119,7 +1127,7 @@
Every commit in the history being edited must be mentioned in
the script. Lines may be re-ordered to change the order of commits in
- the edited history.
+ the edited history. No commit may be listed more than once.
Edited commits are accumulated on a temporary branch which the
work tree will remain switched to throughout the entire histedit
operation. Once history editing has completed successfully, the
@@ -1704,7 +1712,7 @@
blob - af1ea58f1cbde8d51246d35408146258221a1e1e
blob + cffd0d4c80da4b17b91cbe85b70b9562018e0761
--- gotweb.8.html
+++ gotweb.8.html
@@ -156,7 +156,7 @@
blob - 9b666b3705c06b13d7e8f78088e5b2b944c3af1e
blob + 99bc2fce7216b74d4231b5314576bb8187276fb0
--- tog.1.html
+++ tog.1.html
@@ -49,10 +49,18 @@
tog |
- command [-h ]
+ | [command] [-h ]
[arg ...] |
+
+
+
@@ -64,7 +72,8 @@
- Log view
- Displays commits in the repository's history. This view is displayed
- initially if no command is specified.
+ initially if no command is specified, or if just a
+ path is specified.
- Diff view
- Displays changes made in a particular commit.
- Blame view
@@ -451,7 +460,7 @@