File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -35,5 +35,24 @@ Fixes since v2.6.4
35
35
* The exit code of git-fsck did not reflect some types of errors
36
36
found in packed objects, which has been corrected.
37
37
38
+ * The completion script (in contrib/) used to list "git column"
39
+ (which is not an end-user facing command) as one of the choices
40
+
41
+ * Improve error reporting when SMTP TLS fails.
42
+
43
+ * When getpwuid() on the system returned NULL (e.g. the user is not
44
+ in the /etc/passwd file or other uid-to-name mappings), the
45
+ codepath to find who the user is to record it in the reflog barfed
46
+ and died. Loosen the check in this codepath, which already accepts
47
+ questionable ident string (e.g. host part of the e-mail address is
48
+ obviously bogus), and in general when we operate fmt_ident() function
49
+ in non-strict mode.
50
+
51
+ * "git symbolic-ref" forgot to report a failure with its exit status.
52
+
53
+ * History traversal with "git log --source" that starts with an
54
+ annotated tag failed to report the tag as "source", due to an
55
+ old regression in the command line parser back in v2.2 days.
56
+
38
57
Also contains typofixes, documentation updates and trivial code
39
58
clean-ups.
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
43
43
branch of the `git.git` repository.
44
44
Documentation for older releases are available here:
45
45
46
- * link:v2.6.4 /git.html[documentation for release 2.6.4 ]
46
+ * link:v2.6.5 /git.html[documentation for release 2.6.5 ]
47
47
48
48
* release notes for
49
+ link:RelNotes/2.6.5.txt[2.6.5],
49
50
link:RelNotes/2.6.4.txt[2.6.4],
50
51
link:RelNotes/2.6.3.txt[2.6.3],
51
52
link:RelNotes/2.6.2.txt[2.6.2],
You can’t perform that action at this time.
0 commit comments