Skip to content

Commit 92a61fe

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: patch-id: capitalize Git version
Git versions are always capitalized. Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3d61c19 commit 92a61fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/git-patch-id.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is the default if `patchid.verbatim` is `true`.
4747
as a key to index some meta-information about the change between
4848
the two trees.
4949

50-
- Result is different from the value produced by git 1.9 and older
50+
- Result is different from the value produced by Git 1.9 and older
5151
or produced when an "unstable" hash (see `--unstable` below) is
5252
configured - even when used on a diff output taken without any use
5353
of `-O<orderfile>`, thereby making existing databases storing such
@@ -61,8 +61,8 @@ This is the default if `patchid.stable` is set to `true`.
6161
`--unstable`::
6262
Use an "unstable" hash as the patch ID. With this option,
6363
the result produced is compatible with the patch-id value produced
64-
by git 1.9 and older and whitespace is ignored. Users with pre-existing
65-
databases storing patch-ids produced by git 1.9 and older (who do not deal
64+
by Git 1.9 and older and whitespace is ignored. Users with pre-existing
65+
databases storing patch-ids produced by Git 1.9 and older (who do not deal
6666
with reordered patches) may want to use this option.
6767
+
6868
This is the default.

0 commit comments

Comments
 (0)