Commit 079890a9ef8cbc99ed224651c9bb509d4306e006

Stefan Sperling 2019-03-26T13:01:25

document the new A and D status codes for 'got status'

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index 2944724..6cb1ae6 100644
--- a/got/got.1
+++ b/got/got.1
@@ -127,6 +127,8 @@ Show the current modification status of files in a worktree,
 using the following status codes:
 .Bl -column YXZ description
 .It M Ta modified file
+.It A Ta file scheduled for addition in next commit
+.It D Ta file scheduled for deletion in next commit
 .It ! Ta versioned file was expected on disk but is missing
 .It ~ Ta versioned file is obstructed by a non-regular file
 .It ? Ta unversioned item not tracked by