commit 002618392cac69640ad9c2be71f636b4ed2b6eb1 from: Stefan Sperling date: Mon Aug 05 12:41:20 2019 UTC update man page commit - b12b35b0bfed03ae7f161da4a16c7fc4840694c6 commit + 002618392cac69640ad9c2be71f636b4ed2b6eb1 blob - b6bb9cac6ed249ef0cad685b99f35ca41c96dc20 blob + 53d71b604ad43a0786558ca3caf79bd5f1959af6 --- got.1.html +++ got.1.html @@ -943,6 +943,25 @@
Stage local changes at the specified paths for inclusion in the next commit. Paths may be staged if they are added, modified, or deleted according to got status. +

Show the status of each affected file, using the following + status codes:

+ + + + + + + + + + + + + +
Afile addition has been staged
Mfile modification has been staged
Dfile deletion has been staged
+

Staged file contents are saved in newly created blob objects + in the repository. These blobs will be referred to by tree objects once + staged changes have been committed.

Staged changes affect the behaviour of got commit, got status, and got diff. While paths with staged changes exist, @@ -961,23 +980,9 @@

Instead of staging new changes, list paths which are already staged, - along with the IDs of corresponding blob objects. Indicate staged - status using the following status codes: - - - - - - - - - - - - - -
Afile addition is staged
Mfile modification is staged
Dfile deletion is 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.

got stage will refuse to run if certain preconditions are not met. If a file contains merge conflicts, @@ -1230,7 +1235,7 @@ Clone an existing Git repository for use with - +
August 4, 2019August 5, 2019 OpenBSD 6.5