Skip to content

Commit f59bebb

Browse files
committed
Merge branch 'maint-1.8.1' into maint-1.8.2
* maint-1.8.1: git-config: update doc for --get with multiple values
2 parents b3b8ceb + 62e91ef commit f59bebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ OPTIONS
8282
--get::
8383
Get the value for a given key (optionally filtered by a regex
8484
matching the value). Returns error code 1 if the key was not
85-
found and error code 2 if multiple key values were found.
85+
found and the last value if multiple key values were found.
8686

8787
--get-all::
8888
Like get, but does not fail if the number of values for the key

0 commit comments

Comments
 (0)