diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-07 22:41:32 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-08 21:55:05 -0700 |
commit | fb6ff943de33dccc3f43541ed4ae4b71abddac8b (patch) | |
tree | 29d4e4060a7d4e6bb0352cca5208f9aac2216d66 /Documentation/git-status.txt | |
parent | d5dc6a76d49367cddc015e01d2e9aa22e64d7e28 (diff) | |
download | git-fb6ff943de33dccc3f43541ed4ae4b71abddac8b.tar.gz |
Documentation: git-status takes the same options as git-commit
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r-- | Documentation/git-status.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index e446f4812e..ce7857e5a9 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -8,7 +8,7 @@ git-status - Show working tree status SYNOPSIS -------- -'git-status' +'git-status' <options>... DESCRIPTION ----------- @@ -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 ------ |