@@ -4,16 +4,27 @@ GIT v1.6.1.1 Release Notes
44Fixes since v1.6.1
55------------------
66
7+ * "git add frotz/nitfol" when "frotz" is a submodule should have errored
8+ out, but it didn't.
9+
710* "git apply" took file modes from the patch text and updated the mode
811 bits of the target tree even when the patch was not about mode changes.
912
13+ * "git bisect view" on Cygwin did not launch gitk
14+
1015* "git checkout $tree" did not trigger an error.
1116
1217* "git commit" tried to remove COMMIT_EDITMSG from the work tree by mistake.
1318
1419* "git describe --all" complained when a commit is described with a tag,
1520 which was nonsense.
1621
22+ * "git diff --no-index --" did not trigger no-index (aka "use git-diff as
23+ a replacement of diff on untracked files") behaviour.
24+
25+ * "git format-patch -1 HEAD" on a root commit failed to produce patch
26+ text.
27+
1728* "git fsck branch" did not work as advertised; instead it behaved the same
1829 way as "git fsck".
1930
@@ -36,14 +47,13 @@ Fixes since v1.6.1
3647
3748* "git mv -k" with more than one errorneous paths misbehaved.
3849
50+ * "git read-tree -m -u" hence branch switching incorrectly lost a
51+ subdirectory in rare cases.
52+
3953* "git rebase -i" issued an unnecessary error message upon a user error of
4054 marking the first commit to be "squash"ed.
4155
42- Other documentation updates.
43-
44- ---
45- exec >/var/tmp/1
46- O=v1.6.1-60-g78f111e
47- echo O=$(git describe maint)
48- git shortlog --no-merges $O..maint
56+ * "git shortlog" did not format a commit message with multi-line
57+ subject correctly.
4958
59+ Many documentation updates.
0 commit comments