Koen Martens 8 роки тому
батько
коміт
9182c40511
1 змінених файлів з 11 додано та 0 видалено
  1. 11 0
      NEWS

+ 11 - 0
NEWS

@@ -26,6 +26,9 @@
 
  IMPROVEMENTS
 
+  * Fixed failing test-cases on windows.
+    (Koen Martens)
+
   * Add support for worktrees. See `git-worktree(1)` and
     `gitrepository-layout(5)`. (Laurent Rineau)
 
@@ -44,6 +47,14 @@
 
  BUG FIXES
 
+  * Ignore filemode when building index when core.filemode
+    is false.
+    (Koen Martens)
+
+  * Initialize core.filemode configuration setting by
+    probing the filesystem for trustable permissions.
+    (Koen Martens)
+
   * Fix ``porcelain.reset`` to respect the comittish argument.
     (Koen Martens)