Explorar o código

Update NEWS file

Koen Martens %!s(int64=8) %!d(string=hai) anos
pai
achega
9182c40511
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  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)