summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.7.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/RelNotes/2.7.1.txt')
-rw-r--r--Documentation/RelNotes/2.7.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.7.1.txt b/Documentation/RelNotes/2.7.1.txt
index 6553d69..6323fea 100644
--- a/Documentation/RelNotes/2.7.1.txt
+++ b/Documentation/RelNotes/2.7.1.txt
@@ -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.