treewide: rename 'exclude' methods to 'pattern'
[gitweb.git] / Documentation / RelNotes / 2.8.0.txt
index 25079710fa28155cf8d2747d9cbca14fcd84f360..5fbe1b86eeaca111ecef74b909c361172ca506ba 100644 (file)
@@ -270,7 +270,7 @@ notes for details).
    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.