Skip to content

Commit e720c43

Browse files
committed
RelNotes-1.5.3.5: describe recent fixes
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f120ae2 commit e720c43

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes-1.5.3.5.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,24 @@ Fixes since v1.5.3.4
7171

7272
* "make clean" no longer deletes the configure script that ships
7373
with the git tarball, making multiple architecture builds easier.
74+
75+
* "git-remote show origin" spewed a warning message from Perl
76+
when no remote is defined for the current branch via
77+
branch.<name>.remote configuration settings.
78+
79+
* Building with NO_PERL_MAKEMAKER excessively rebuilt contents
80+
of perl/ subdirectory by rewriting perl.mak.
81+
82+
* http.sslVerify configuration settings were not used in scripted
83+
Porcelains.
84+
85+
* "git-add" leaked a bit of memory while scanning for files to add.
86+
87+
* A few workarounds to squelch false warnings from recent gcc have
88+
been added.
89+
90+
--
91+
exec >/var/tmp/1
92+
O=v1.5.3.4-55-gf120ae2
93+
echo O=`git describe refs/heads/maint`
94+
git shortlog --no-merges $O..refs/heads/maint

0 commit comments

Comments
 (0)