Skip to content

Commit 3e9226a

Browse files
committed
Sync with 2.6.5
2 parents 5863990 + 833e482 commit 3e9226a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Documentation/RelNotes/2.6.5.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3857
Also contains typofixes, documentation updates and trivial code
3958
clean-ups.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation 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],

0 commit comments

Comments
 (0)