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
3535 * The exit code of git-fsck did not reflect some types of errors
3636 found in packed objects, which has been corrected.
3737
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+
3857Also contains typofixes, documentation updates and trivial code
3958clean-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'
4343branch of the `git.git` repository.
4444Documentation for older releases are available here:
4545
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 ]
4747
4848* release notes for
49+ link:RelNotes/2.6.5.txt[2.6.5],
4950 link:RelNotes/2.6.4.txt[2.6.4],
5051 link:RelNotes/2.6.3.txt[2.6.3],
5152 link:RelNotes/2.6.2.txt[2.6.2],
You can’t perform that action at this time.
0 commit comments