@@ -4,16 +4,27 @@ GIT v1.6.1.1 Release Notes
4
4
Fixes since v1.6.1
5
5
------------------
6
6
7
+ * "git add frotz/nitfol" when "frotz" is a submodule should have errored
8
+ out, but it didn't.
9
+
7
10
* "git apply" took file modes from the patch text and updated the mode
8
11
bits of the target tree even when the patch was not about mode changes.
9
12
13
+ * "git bisect view" on Cygwin did not launch gitk
14
+
10
15
* "git checkout $tree" did not trigger an error.
11
16
12
17
* "git commit" tried to remove COMMIT_EDITMSG from the work tree by mistake.
13
18
14
19
* "git describe --all" complained when a commit is described with a tag,
15
20
which was nonsense.
16
21
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
+
17
28
* "git fsck branch" did not work as advertised; instead it behaved the same
18
29
way as "git fsck".
19
30
@@ -36,14 +47,13 @@ Fixes since v1.6.1
36
47
37
48
* "git mv -k" with more than one errorneous paths misbehaved.
38
49
50
+ * "git read-tree -m -u" hence branch switching incorrectly lost a
51
+ subdirectory in rare cases.
52
+
39
53
* "git rebase -i" issued an unnecessary error message upon a user error of
40
54
marking the first commit to be "squash"ed.
41
55
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.
49
58
59
+ Many documentation updates.
0 commit comments