Skip to content

Commit 41cf68a

Browse files
author
Junio C Hamano
committed
GIT 1.5.2.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 996e2d6 commit 41cf68a

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

Documentation/RelNotes-1.5.2.1.txt

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
GIT v1.5.2.1 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.2
5+
------------------
6+
7+
* Bugfixes
8+
9+
- Temporary files that are used when invoking external diff
10+
programs did not tolerate a long TMPDIR.
11+
12+
- git-daemon did not notice when it could not write into its
13+
pid file.
14+
15+
- git-status did not honor core.excludesFile configuration like
16+
git-add did.
17+
18+
- git-annotate did not work from a subdirectory while
19+
git-blame did.
20+
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.
25+
26+
- git-cvsimport did not work correctly in a repository with
27+
its branch heads were packed with pack-refs.
28+
29+
- ident unexpansion to squash "$Id: xxx $" that is in the
30+
repository copy removed incorrect number of bytes.
31+
32+
- git-svn misbehaved when the subversion repository did not
33+
provide MD5 checksums for files.
34+
35+
- git rebase (and git am) misbehaved on commits that have '\n'
36+
(literally backslash and en, not a linefeed) in the title.
37+
38+
- code to decode base85 used in binary patches had one error
39+
return codepath wrong.
40+
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.
44+
45+
- git-fastimport --import-marks was broken; fixed.
46+
47+
- A lot of documentation updates, clarifications and fixes.
48+
49+
--
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

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.5.2.GIT
4+
DEF_VER=v1.5.2.1.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.5.2.txt
1+
Documentation/RelNotes-1.5.2.1.txt

0 commit comments

Comments
 (0)