1 GIT v1.5.1.3 Release Notes (draft)
2 ==========================
9 - git-add tried to optimize by finding common leading
10 directories across its arguments but botched, causing very
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.
19 - git-svn inconsistently stripped away username from the URL
20 only when svnsync_props was in use.
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.
27 - built-in write_tree() routine had a sequence that renamed a
28 file that is still open, which some systems did not like.
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.
36 O=v1.5.1.2-23-gbf7af11
37 echo O=`git describe refs/heads/maint`
38 git shortlog --no-merges $O..refs/heads/maint