]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/RelNotes/2.7.1.txt
Merge branch 'bw/format-patch-o-create-leading-dirs'
[thirdparty/git.git] / Documentation / RelNotes / 2.7.1.txt
index 6553d69e332ce95ba194a156518fa9f69d7d24f0..6323feaf6497458cd196369fa3036d4260b81c29 100644 (file)
@@ -10,7 +10,7 @@ Fixes since v2.7
    setting GIT_WORK_TREE environment themselves.
 
  * The "exclude_list" structure has the usual "alloc, nr" pair of
-   fields to be used by ALLOC_GROW(), but clear_exclude_list() forgot
+   fields to be used by ALLOC_GROW(), but clear_pattern_list() forgot
    to reset 'alloc' to 0 when it cleared 'nr' to discard the managed
    array.