Skip to content

Commit 005e2df

Browse files
committed
GIT 1.5.3.6
1 parent 4b87474 commit 005e2df

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Documentation/RelNotes-1.5.3.6.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ GIT v1.5.3.6 Release Notes
44
Fixes since v1.5.3.5
55
--------------------
66

7-
* git-cvsexportcommit handles root commits better;
7+
* git-cvsexportcommit handles root commits better.
88

99
* git-svn dcommit used to clobber when sending a series of
10-
patches;
10+
patches.
1111

1212
* git-svn dcommit failed after attempting to rebase when
1313
started with a dirty index; now it stops upfront.
1414

1515
* git-grep sometimes refused to work when your index was
16-
unmerged;
16+
unmerged.
17+
18+
* "git-grep -A1 -B2" acted as if it was told to run "git -A1 -B21".
1719

1820
* git-hash-object did not honor configuration variables, such as
1921
core.compression.
@@ -44,9 +46,3 @@ Fixes since v1.5.3.5
4446
of deflateBound() has been added.
4547

4648
* Quite a lot of documentation clarifications.
47-
48-
--
49-
exec >/var/tmp/1
50-
O=v1.5.3.5-57-gb574c8d
51-
echo O=`git describe refs/heads/maint`
52-
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.3.5.GIT
4+
DEF_VER=v1.5.3.6.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)