Documentation/branch: fix small typo in -D example
[git/dscho.git] / Documentation / RelNotes-1.5.1.5.txt
blob5cfe0b5b065734e789c5fa29f844bb6f148b2753
1 GIT v1.5.1.5 Release Notes (draft)
2 ==========================
4 Fixes since v1.5.1.4
5 --------------------
7 * Bugfixes
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"]
22     next to each other.
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
29     compilers on Sun.
31   - Many documentation fixes.
34 exec >/var/tmp/1
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