Signed-off-by: Nathan W. Panike <redacted>
---
Documentation/pretty-formats.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt
index c11d495..2f98c5a 100644
--- a/Documentation/pretty-formats.txt
+++ b/Documentation/pretty-formats.txt
@@ -108,6 +108,7 @@ The placeholders are:
- '%ar': author date, relative
- '%at': author date, UNIX timestamp
- '%ai': author date, ISO 8601 format
+- '%as': author date, short format
- '%cn': committer name
- '%cN': committer name (respecting .mailmap)
- '%ce': committer email
@@ -116,6 +117,7 @@ The placeholders are:
- '%cr': committer date, relative
- '%ct': committer date, UNIX timestamp
- '%ci': committer date, ISO 8601 format
+- '%cs': committer date, short format
- '%e': encoding
- '%s': subject
- '%b': body
--
1.6.0.1