Skip to content

Commit caf6840

Browse files
committed
Merge branch 'ma/typofixes'
A couple of trivial typofixes. * ma/typofixes: pretty-formats.txt: add missing space git-repack.txt: remove spurious ")"
2 parents c7c7c46 + 8c9ca6f commit caf6840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-repack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ When `--unpacked` is specified, loose objects are implicitly included in
186186
this "roll-up", without respect to their reachability. This is subject
187187
to change in the future. This option (implying a drastically different
188188
repack mode) is not guaranteed to work with all other combinations of
189-
option to `git repack`).
189+
option to `git repack`.
190190

191191
CONFIGURATION
192192
-------------

Documentation/pretty-formats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The placeholders are:
208208
'%ci':: committer date, ISO 8601-like format
209209
'%cI':: committer date, strict ISO 8601 format
210210
'%cs':: committer date, short format (`YYYY-MM-DD`)
211-
'%ch':: committer date, human style(like the `--date=human` option of
211+
'%ch':: committer date, human style (like the `--date=human` option of
212212
linkgit:git-rev-list[1])
213213
'%d':: ref names, like the --decorate option of linkgit:git-log[1]
214214
'%D':: ref names without the " (", ")" wrapping.

0 commit comments

Comments
 (0)