File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments