summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f120ae2)
raw | patch | inline | side by side (parent: f120ae2)
author | Junio C Hamano <gitster@pobox.com> | |
Mon, 29 Oct 2007 19:02:59 +0000 (12:02 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 29 Oct 2007 19:02:59 +0000 (12:02 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.3.5.txt | patch | blob | history |
index 9581e03c49eafa61f8d17b027395aa5613c9b27f..e28d92f61811f5ba3d31d71e299c209a3a6ea74b 100644 (file)
* "make clean" no longer deletes the configure script that ships
with the git tarball, making multiple architecture builds easier.
+
+ * "git-remote show origin" spewed a warning message from Perl
+ when no remote is defined for the current branch via
+ branch.<name>.remote configuration settings.
+
+ * Building with NO_PERL_MAKEMAKER excessively rebuilt contents
+ of perl/ subdirectory by rewriting perl.mak.
+
+ * http.sslVerify configuration settings were not used in scripted
+ Porcelains.
+
+ * "git-add" leaked a bit of memory while scanning for files to add.
+
+ * A few workarounds to squelch false warnings from recent gcc have
+ been added.
+
+--
+exec >/var/tmp/1
+O=v1.5.3.4-55-gf120ae2
+echo O=`git describe refs/heads/maint`
+git shortlog --no-merges $O..refs/heads/maint