diff options
| author | Jeff King <peff@peff.net> | 2012-10-29 04:14:57 -0400 |
|---|---|---|
| committer | Jeff King <peff@peff.net> | 2012-10-29 04:14:58 -0400 |
| commit | eeb2535f5a517fc0b5e302cab0a70cc82375b836 (patch) | |
| tree | 360c430d64dea4f58612b65a15575a535d510861 /Documentation/git-commit.txt | |
| parent | deb2458132a5886c8f7b12870451a1bc3c311e9f (diff) | |
| parent | f3f47a1e8ddbecb0865be3d4c5dfef609cb58867 (diff) | |
| download | git-eeb2535f5a517fc0b5e302cab0a70cc82375b836.tar.xz | |
Merge branch 'nd/status-long'
Allow an earlier "--short" option on the command line to be
countermanded with the "--long" option for "git status" and "git
commit".
* nd/status-long:
status: add --long output format option
Diffstat (limited to 'Documentation/git-commit.txt')
| -rw-r--r-- | Documentation/git-commit.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 9594ac8e9d..3acf2e70d6 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -109,6 +109,10 @@ OPTIONS format. See linkgit:git-status[1] for details. Implies `--dry-run`. +--long:: + When doing a dry-run, give the output in a the long-format. + Implies `--dry-run`. + -z:: --null:: When showing `short` or `porcelain` status output, terminate |
