Skip to content

Commit 9b11d24

Browse files
author
Junio C Hamano
committed
GIT 1.5.1.1
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent cb52d9a commit 9b11d24

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

Documentation/RelNotes-1.5.1.1.txt

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GIT v1.5.1.1 Release Notes (draft)
1+
GIT v1.5.1.1 Release Notes
22
==========================
33

44
Fixes since v1.5.1
@@ -10,8 +10,23 @@ Fixes since v1.5.1
1010

1111
- The documentation for cvsimport has been majorly improved.
1212

13+
- "git-show-ref --exclude-existing" was documented.
14+
1315
* Bugfixes
1416

17+
- The implementation of -p option in "git cvsexportcommit" had
18+
the meaning of -C (context reduction) option wrong, and
19+
loosened the context requirements when it was told to be
20+
strict.
21+
22+
- "git cvsserver" did not behave like the real cvsserver when
23+
client side removed a file from the working tree without
24+
doing anything else on the path. In such a case, it should
25+
restore it from the checked out revision.
26+
27+
- "git fsck" issued an alarming error message on detached
28+
HEAD. It is not an error since at least 1.5.0.
29+
1530
- "git send-email" produced of References header of unbounded length;
1631
fixed this with line-folding.
1732

@@ -37,10 +52,10 @@ Fixes since v1.5.1
3752
- gitweb did not show type-changing patch correctly in the
3853
blobdiff view.
3954

40-
* Performance Tweaks
55+
- git-svn did not error out with incorrect command line options.
56+
57+
- git-svn fell into an infinite loop when insanely long commit
58+
message was found.
4159

42-
--
43-
exec >/var/tmp/1
44-
O=v1.5.1-26-ge94a4f6
45-
echo O=`git describe refs/heads/maint`
46-
git shortlog --no-merges $O..refs/heads/maint
60+
- git-svn dcommit and rebase was confused by patches that were
61+
merged from another branch that is managed by git-svn.

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.1.GIT
4+
DEF_VER=v1.5.1.1.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)