File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ GIT v1.5.6.5 Release Notes
4
4
Fixes since v1.5.6.4
5
5
--------------------
6
6
7
+ * "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to stdout.
8
+
7
9
* "git init --template=" with blank "template" parameter linked files
8
10
under root directories to .git, which was a total nonsense. Instead, it
9
11
means "I do not want to use anything from the template directory".
10
12
13
+ * "git diff-tree" and other diff plumbing ignored diff.renamelimit configuration
14
+ variable when the user explicitly asked for rename detection.
15
+
16
+ * "git name-rev --name-only" did not work when "--stdin" option was in effect.
17
+
11
18
* "git show-branch" mishandled its 8th branch.
12
19
13
20
* Addition of "git update-index --ignore-submodules" that happened during
@@ -17,3 +24,9 @@ Fixes since v1.5.6.4
17
24
header properly.
18
25
19
26
Contains other various documentation fixes.
27
+
28
+ --
29
+ exec >/var/tmp/1
30
+ echo O=$(git describe maint)
31
+ O=v1.5.6.4-26-g2b6ca6d
32
+ git shortlog --no-merges $O..maint
You can’t perform that action at this time.
0 commit comments