Koen Martens 8 anni fa
parent
commit
9182c40511
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  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)