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
44Fixes since v1.5.6.4
55--------------------
66
7+ * "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to stdout.
8+
79* "git init --template=" with blank "template" parameter linked files
810 under root directories to .git, which was a total nonsense. Instead, it
911 means "I do not want to use anything from the template directory".
1012
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+
1118* "git show-branch" mishandled its 8th branch.
1219
1320* Addition of "git update-index --ignore-submodules" that happened during
@@ -17,3 +24,9 @@ Fixes since v1.5.6.4
1724 header properly.
1825
1926Contains 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