Skip to content

Commit 2e09272

Browse files
sgngitster
authored andcommitted
CodingGuidelines: allow grep -E
Despite forbidden by CodingGuidelines, our usage of 'grep -E' has been increased over the years, and noone has come and complained. Let's lift the restriction. Signed-off-by: Đoàn Trần Công Danh <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dda7228 commit 2e09272

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Documentation/CodingGuidelines

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ For shell scripts specifically (not exhaustive):
162162

163163
- We do not use \{m,n\};
164164

165-
- We do not use -E;
166-
167165
- We do not use ? or + (which are \{0,1\} and \{1,\}
168166
respectively in BRE) but that goes without saying as these
169167
are ERE elements not BRE (note that \? and \+ are not even part

0 commit comments

Comments
 (0)