Skip to content

Commit

Permalink
RelNotes-1.5.3.5: describe recent fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Oct 29, 2007
1 parent f120ae2 commit e720c43
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Documentation/RelNotes-1.5.3.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,24 @@ Fixes since v1.5.3.4

* "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

0 comments on commit e720c43

Please sign in to comment.