File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,18 @@ GIT v1.5.3.6 Release Notes
44Fixes 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
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.5.3.5 .GIT
4+ DEF_VER=v1.5.3.6 .GIT
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments