Merge branch 'maint'
[gitweb.git] / Documentation / RelNotes / 1.7.4.txt
index 6084f7ddf6d4c977b5ac29043186c73920ca947d..c1ed23a0c6decbfe4b4ab141b00d24d2f399b872 100644 (file)
@@ -96,11 +96,6 @@ Fixes since v1.7.3
 All of the fixes in v1.7.3.X maintenance series are included in this
 release, unless otherwise noted.
 
- * "git checkout" removed an untracked file "foo" from the working
-    tree when switching to a branch that contains a tracked path
-    "foo/bar".  Prevent this, just like the case where the conflicting
-    path were "foo" (c752e7f..7980872d).
-
  * "git log --author=me --author=her" did not find commits written by
    me or by her; instead it looked for commits written by me and by
    her, which is impossible.