Skip to content

Commit 043b5cd

Browse files
peffgitster
authored andcommitted
docs: minor grammar fixes to git-status
Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3c3e0b3 commit 043b5cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/git-status.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,19 @@ OUTPUT
7878
The output from this command is designed to be used as a commit
7979
template comment, and all the output lines are prefixed with '#'.
8080
The default, long format, is designed to be human readable,
81-
verbose and descriptive. They are subject to change in any time.
81+
verbose and descriptive. Its contents and format are subject to change
82+
at any time.
8283

8384
The paths mentioned in the output, unlike many other git commands, are
8485
made relative to the current directory if you are working in a
8586
subdirectory (this is on purpose, to help cutting and pasting). See
8687
the status.relativePaths config option below.
8788

88-
In short-format, the status of each path is shown as
89+
In the short-format, the status of each path is shown as
8990

9091
XY PATH1 -> PATH2
9192

92-
where `PATH1` is the path in the `HEAD`, and ` -> PATH2` part is
93+
where `PATH1` is the path in the `HEAD`, and the ` -> PATH2` part is
9394
shown only when `PATH1` corresponds to a different path in the
9495
index/worktree (i.e. the file is renamed). The 'XY' is a two-letter
9596
status code.

0 commit comments

Comments
 (0)