Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
313b314d
Commit
313b314d
authored
Dec 10, 2021
by
Russell Dickenson
Committed by
Suzanne Selhorn
Dec 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document use of override and overwrite
parent
5ce39ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/development/documentation/styleguide/word_list.md
doc/development/documentation/styleguide/word_list.md
+13
-0
No files found.
doc/development/documentation/styleguide/word_list.md
View file @
313b314d
...
...
@@ -511,6 +511,19 @@ In this example, **only** modifies the noun **projects**. The sentence means you
In this example,
**only**
modifies the verb
**create**
. This sentence means that you can't perform other actions,
like deleting private projects, or adding users to them.
## override
Use
**override**
to indicate temporary replacement.
For example, a value might be overridden when a job runs. The
original value does not change.
## overwrite
Use
**overwrite**
to indicate permanent replacement.
For example, a log file might overwrite a log file of the same name.
## Owner
When writing about the Owner role:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment