Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Merge requests
!303
Contrib structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Contrib structure
contrib_structure
into
preview
Overview
0
Commits
26
Pipelines
0
Changes
6
Merged
Ulf Markwardt
requested to merge
contrib_structure
into
preview
3 years ago
Overview
0
Commits
26
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 9
version 18
4fee30e2
3 years ago
version 17
de78ed5b
3 years ago
version 16
91c072fe
3 years ago
version 15
bbe8ba5b
3 years ago
version 14
fddc444a
3 years ago
version 13
2f8e0138
3 years ago
version 12
c2c83067
3 years ago
version 11
7a9bf65c
3 years ago
version 10
f212ebe0
3 years ago
version 9
53aee1c8
3 years ago
version 8
6c5f1d42
3 years ago
version 7
0135ae20
3 years ago
version 6
9ea84e33
3 years ago
version 5
e02c50df
3 years ago
version 4
0bac09f6
3 years ago
version 3
4e22d7e5
3 years ago
version 2
0611e1b0
3 years ago
version 1
a1f9498a
3 years ago
preview (base)
and
version 10
latest version
321fe5be
26 commits,
3 years ago
version 18
4fee30e2
25 commits,
3 years ago
version 17
de78ed5b
24 commits,
3 years ago
version 16
91c072fe
22 commits,
3 years ago
version 15
bbe8ba5b
20 commits,
3 years ago
version 14
fddc444a
19 commits,
3 years ago
version 13
2f8e0138
17 commits,
3 years ago
version 12
c2c83067
16 commits,
3 years ago
version 11
7a9bf65c
15 commits,
3 years ago
version 10
f212ebe0
13 commits,
3 years ago
version 9
53aee1c8
12 commits,
3 years ago
version 8
6c5f1d42
11 commits,
3 years ago
version 7
0135ae20
8 commits,
3 years ago
version 6
9ea84e33
7 commits,
3 years ago
version 5
e02c50df
6 commits,
3 years ago
version 4
0bac09f6
5 commits,
3 years ago
version 3
4e22d7e5
4 commits,
3 years ago
version 2
0611e1b0
3 commits,
3 years ago
version 1
a1f9498a
2 commits,
3 years ago
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc.zih.tu-dresden.de/util/grep-forbidden-words.sh
+
1
−
1
Options
@@ -23,7 +23,7 @@ i work[ -]\+space"
@@ -23,7 +23,7 @@ i work[ -]\+space"
# Whitelisted files will be ignored
# Whitelisted files will be ignored
# Whitespace separated list with full path
# Whitespace separated list with full path
whitelist
=(
doc.zih.tu-dresden.de/docs/contrib/contrib_
guide
.md
)
whitelist
=(
doc.zih.tu-dresden.de/docs/contrib/contrib_
rules
.md
)
function
grepExceptions
()
{
function
grepExceptions
()
{
if
[
$#
-gt
0
]
;
then
if
[
$#
-gt
0
]
;
then
Loading