Documentation / RelNotes-1.5.1.5.txton commit Merge branch 'maint' (3545193)
   1GIT v1.5.1.5 Release Notes (draft)
   2==========================
   3
   4Fixes since v1.5.1.4
   5--------------------
   6
   7* Bugfixes
   8
   9  - git-svn was reported to segfault for many people on list and
  10    #git; hopefully this has been fixed.
  11
  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.
  16
  17  - "git checkout branch^0" did not detach the head when you are
  18    already on 'branch'; backported the fix from the 'master'.
  19
  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.
  23
  24  - "git clone ../other-directory" was fooled if the current
  25    directory $PWD points at is a symbolic link.
  26
  27  - (build) tree_entry_extract() function was both static inline
  28    and extern, which caused trouble compiling with Forte12
  29    compilers on Sun.
  30
  31  - Many documentation fixes.
  32
  33--
  34exec >/var/tmp/1
  35O=v1.5.1.4-26-gb4b20b2
  36echo O=`git describe refs/heads/maint`
  37git shortlog --no-merges $O..refs/heads/maint