summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-16 12:05:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-05-16 12:05:24 (GMT)
commitcaf6840be0157adc2eb3f19d080b2ab2e0101c9e (patch)
treef3de2a150a3dc4fdbc9859a69727304dcd74f3ce
parentc7c7c460f8197867ba5e0e903df83c5a78d0571e (diff)
parent8c9ca6f095ed421897a2a816ac36f6d82f684d7b (diff)
downloadgit-caf6840be0157adc2eb3f19d080b2ab2e0101c9e.zip
git-caf6840be0157adc2eb3f19d080b2ab2e0101c9e.tar.gz
git-caf6840be0157adc2eb3f19d080b2ab2e0101c9e.tar.bz2
Merge branch 'ma/typofixes'
A couple of trivial typofixes. * ma/typofixes: pretty-formats.txt: add missing space git-repack.txt: remove spurious ")"
-rw-r--r--Documentation/git-repack.txt2
-rw-r--r--Documentation/pretty-formats.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt
index 317d63c..ef310f3 100644
--- a/Documentation/git-repack.txt
+++ b/Documentation/git-repack.txt
@@ -186,7 +186,7 @@ When `--unpacked` is specified, loose objects are implicitly included in
this "roll-up", without respect to their reachability. This is subject
to change in the future. This option (implying a drastically different
repack mode) is not guaranteed to work with all other combinations of
-option to `git repack`).
+option to `git repack`.
CONFIGURATION
-------------
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt
index cd697f5..58bb279 100644
--- a/Documentation/pretty-formats.txt
+++ b/Documentation/pretty-formats.txt
@@ -208,7 +208,7 @@ The placeholders are:
'%ci':: committer date, ISO 8601-like format
'%cI':: committer date, strict ISO 8601 format
'%cs':: committer date, short format (`YYYY-MM-DD`)
-'%ch':: committer date, human style(like the `--date=human` option of
+'%ch':: committer date, human style (like the `--date=human` option of
linkgit:git-rev-list[1])
'%d':: ref names, like the --decorate option of linkgit:git-log[1]
'%D':: ref names without the " (", ")" wrapping.