1 GIT v1.5.1.5 Release Notes (draft)
2 ==========================
9 - git-svn was reported to segfault for many people on list and
10 #git; hopefully this has been fixed.
12 - "git-svn clone" does not try to minimize the URL
13 (i.e. connect to higher level hierarchy) by default, as this
14 can prevent clone to fail if only part of the repository
15 (e.g. 'trunk') is open to public.
17 - "git checkout branch^0" did not detach the head when you are
18 already on 'branch'; backported the fix from the 'master'.
20 - "git-config section.var" did not correctly work when
21 existing configuration file had both [section] and [section "name"]
24 - "git clone ../other-directory" was fooled if the current
25 directory $PWD points at is a symbolic link.
27 - (build) tree_entry_extract() function was both static inline
28 and extern, which caused trouble compiling with Forte12
31 - Many documentation fixes.
35 O=v1.5.1.4-26-gb4b20b2
36 echo O=`git describe refs/heads/maint`
37 git shortlog --no-merges $O..refs/heads/maint