1GIT v1.5.1.3 Release Notes (draft) 2========================== 3 4Fixes since v1.5.1.2 5-------------------- 6 7* Bugfixes 8 9 - git-add tried to optimize by finding common leading 10 directories across its arguments but botched, causing very 11 confused behaviour. 12 13 - unofficial rpm.spec file shipped with git was letting 14 ETC_GITCONFIG set to /usr/etc/gitconfig. Tweak the official 15 Makefile to make it harder for distro people to make the 16 same mistake, by setting the variable to /etc/gitconfig if 17 prefix is set to /usr. 18 19 - git-svn inconsistently stripped away username from the URL 20 only when svnsync_props was in use. 21 22 - git-send-email was not quoting recipient names that have 23 period '.' in them. Also it did not allow overriding 24 envelope sender, which made it impossible to send patches to 25 certain subscriber-only lists. 26 27 - built-in write_tree() routine had a sequence that renamed a 28 file that is still open, which some systems did not like. 29 30 - when memory is very tight, sliding mmap code to read 31 packfiles incorrectly closed the fd that was still being 32 used to read the pack. 33 34--- 35exec >/var/tmp/1 36O=v1.5.1.2-23-gbf7af11 37echo O=`git describe refs/heads/maint` 38git shortlog --no-merges $O..refs/heads/maint