Skip to content

Commit 56df44a

Browse files
committed
Merge branch 'maint'
* maint: Update draft release notes to 1.8.3.3 git-config: update doc for --get with multiple values
2 parents 0e7c41c + 81a199b commit 56df44a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Documentation/RelNotes/1.8.3.3.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,23 @@ Git v1.8.3.3 Release Notes
44
Fixes since v1.8.3.2
55
--------------------
66

7+
* "gitweb" forgot to clear a global variable $search_regexp upon each
8+
request, mistakenly carrying over the previous search to a new one
9+
when used as a persistent CGI.
10+
11+
* The wildmatch engine did not honor WM_CASEFOLD option correctly.
12+
13+
* "git log -c --follow $path" segfaulted upon hitting the commit that
14+
renamed the $path being followed.
15+
16+
* When a reflog notation is used for implicit "current branch",
17+
e.g. "git log @{u}", we did not say which branch and worse said
18+
"branch ''" in the error messages.
19+
720
* Mac OS X does not like to write(2) more than INT_MAX number of
821
bytes; work it around by chopping write(2) into smaller pieces.
922

1023
* Newer MacOS X encourages the programs to compile and link with
1124
their CommonCrypto, not with OpenSSL.
25+
26+
Also contains various minor documentation updates.

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)