diff options
author | Jeff King <peff@peff.net> | 2012-05-08 04:55:35 -0400 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2012-05-08 04:55:35 -0400 |
commit | 5410ae422b0f3cfe604d393addcd13526e940112 (patch) | |
tree | e8273858fa5355dfefb5212eebd3289cfcf46c7d /Documentation/git-status.txt | |
parent | a3935e6791c619a9f2f472e9e553d45d88c4e263 (diff) | |
parent | d4a6bf1fb64d904e210fbf7c5b330b06438a5bd5 (diff) | |
download | git-5410ae422b0f3cfe604d393addcd13526e940112.tar.gz |
Merge branch 'jk/maint-status-porcelain-z-b' into HEAD
* jk/maint-status-porcelain-z-b:
status: respect "-b" for porcelain format
status: fix null termination with "-b"
status: refactor null_termination option
commit: refactor option parsing
Conflicts:
wt-status.h
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r-- | Documentation/git-status.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index 2883a285ba..67e5f53a9e 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -184,7 +184,7 @@ order is reversed (e.g 'from \-> to' becomes 'to from'). Second, a NUL and the terminating newline (but a space still separates the status field from the first filename). Third, filenames containing special characters are not specially formatted; no quoting or -backslash-escaping is performed. Fourth, there is no branch line. +backslash-escaping is performed. CONFIGURATION ------------- |