bisect: add "check_good_are_ancestors_of_bad" function
[git/dscho.git] / Documentation / RelNotes-1.5.2.1.txt
blobebf20e22a74284f7085a5027f588ba295fb767d0
1 GIT v1.5.2.1 Release Notes
2 ==========================
4 Fixes since v1.5.2
5 ------------------
7 * Bugfixes
9   - Temporary files that are used when invoking external diff
10     programs did not tolerate a long TMPDIR.
12   - git-daemon did not notice when it could not write into its
13     pid file.
15   - git-status did not honor core.excludesFile configuration like
16     git-add did.
18   - git-annotate did not work from a subdirectory while
19     git-blame did.
21   - git-cvsserver should have disabled access to a repository
22     with "gitcvs.pserver.enabled = false" set even when
23     "gitcvs.enabled = true" was set at the same time.  It
24     didn't.
26   - git-cvsimport did not work correctly in a repository with
27     its branch heads were packed with pack-refs.
29   - ident unexpansion to squash "$Id: xxx $" that is in the
30     repository copy removed incorrect number of bytes.
32   - git-svn misbehaved when the subversion repository did not
33     provide MD5 checksums for files.
35   - git rebase (and git am) misbehaved on commits that have '\n'
36     (literally backslash and en, not a linefeed) in the title.
38   - code to decode base85 used in binary patches had one error
39     return codepath wrong.
41   - RFC2047 Q encoding output by git-format-patch used '_' for a
42     space, which is not understood by some programs.  It uses =20
43     which is safer.
45   - git-fastimport --import-marks was broken; fixed.
47   - A lot of documentation updates, clarifications and fixes.
50 exec >/var/tmp/1
51 O=v1.5.2-65-g996e2d6
52 echo O=`git describe refs/heads/maint`
53 git shortlog --no-merges $O..refs/heads/maint