Skip to content

Commit

Permalink
Documentation: git-status takes the same options as git-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Aug 9, 2006
1 parent d5dc6a7 commit fb6ff94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/git-status.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git-status - Show working tree status

SYNOPSIS
--------
'git-status'
'git-status' <options>...

DESCRIPTION
-----------
Expand All @@ -23,6 +23,10 @@ If there is no path that is different between the index file and
the current HEAD commit, the command exits with non-zero
status.

The command takes the same set of options as `git-commit`; it
shows what would be committed if the same options are given to
`git-commit`.


OUTPUT
------
Expand Down

0 comments on commit fb6ff94

Please sign in to comment.