Skip to content

Commit cbd6b08

Browse files
committed
Further merging down for 1.7.12.1
We will wait for a handful of other fixes that have graduated to the 'master' for 1.8.0 to be tested in the wild and then tag 1.7.12.1: . mz/cherry-pick-cmdline-order . jk/maint-quiet-is-synonym-to-s-in-log . jk/maint-http-half-auth-push . jc/apply-binary-p0 . jk/config-warn-on-inaccessible-paths . kk/maint-for-each-ref-multi-sort Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1c88a6d commit cbd6b08

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/1.7.12.1.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,25 @@ Fixes since v1.7.12
2525
* A utility shell function test_seq has been added as a replacement
2626
for the 'seq' utility found on some platforms.
2727

28+
* Compatibility wrapper to learn the maximum number of file
29+
descriptors we can open around sysconf(_SC_OPEN_MAX) and
30+
getrlimit(RLIMIT_NO_FILE) has been introduced for portability.
31+
32+
* We used curl_easy_strerror() without checking version of cURL,
33+
breaking the build for versions before curl 7.12.0.
34+
35+
* Code to work around MacOS X UTF-8 gotcha has been cleaned up.
36+
2837
* Fallback 'getpass' implementation made unportable use of stdio API.
2938

3039
* "git commit --amend" let the user edit the log message and then
3140
died when the human-readable committer name was given
3241
insufficiently by getpwent(3).
3342

43+
* Some capabilities were asked by fetch-pack even when upload-pack
44+
did not advertise that they are available. fetch-pack has been
45+
fixed not to do so.
46+
3447
* "git prune" without "-v" used to warn about leftover temporary
3548
files (which is an indication of an earlier aborted operation).
3649

0 commit comments

Comments
 (0)