summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-18 10:42:46 +0200
committerRobert Speicher <rspeicher@gmail.com>2016-02-19 13:15:42 -0500
commita63bcb7b6d796843dedf312c831affbfc574d7bf (patch)
treeffc6f7391e30bb9e15b076d37f934d6361687f18 /doc
parente406eb7d6aaa48aa3d45539b22160636a8183a40 (diff)
downloadgitlab-ce-a63bcb7b6d796843dedf312c831affbfc574d7bf.tar.gz
Rename image names to conform with styleguide
Diffstat (limited to 'doc')
-rw-r--r--doc/workflow/img/revert_changes_commit.png (renamed from doc/workflow/img/revert-commit.png)bin360098 -> 360098 bytes
-rw-r--r--doc/workflow/img/revert_changes_commit_modal.png (renamed from doc/workflow/img/revert-commit-modal.png)bin327932 -> 327932 bytes
-rw-r--r--doc/workflow/img/revert_changes_mr.png (renamed from doc/workflow/img/revert-mr.png)bin367881 -> 367881 bytes
-rw-r--r--doc/workflow/img/revert_changes_mr_modal.png (renamed from doc/workflow/img/revert-mr-modal.png)bin335010 -> 335010 bytes
-rw-r--r--doc/workflow/revert_changes.md8
5 files changed, 4 insertions, 4 deletions
diff --git a/doc/workflow/img/revert-commit.png b/doc/workflow/img/revert_changes_commit.png
index d84211e20db..d84211e20db 100644
--- a/doc/workflow/img/revert-commit.png
+++ b/doc/workflow/img/revert_changes_commit.png
Binary files differ
diff --git a/doc/workflow/img/revert-commit-modal.png b/doc/workflow/img/revert_changes_commit_modal.png
index e94d151a2af..e94d151a2af 100644
--- a/doc/workflow/img/revert-commit-modal.png
+++ b/doc/workflow/img/revert_changes_commit_modal.png
Binary files differ
diff --git a/doc/workflow/img/revert-mr.png b/doc/workflow/img/revert_changes_mr.png
index 7adad88463b..7adad88463b 100644
--- a/doc/workflow/img/revert-mr.png
+++ b/doc/workflow/img/revert_changes_mr.png
Binary files differ
diff --git a/doc/workflow/img/revert-mr-modal.png b/doc/workflow/img/revert_changes_mr_modal.png
index 9da78f84828..9da78f84828 100644
--- a/doc/workflow/img/revert-mr-modal.png
+++ b/doc/workflow/img/revert_changes_mr_modal.png
Binary files differ
diff --git a/doc/workflow/revert_changes.md b/doc/workflow/revert_changes.md
index 048931083e5..1151f5f3b4e 100644
--- a/doc/workflow/revert_changes.md
+++ b/doc/workflow/revert_changes.md
@@ -6,11 +6,11 @@ The new `Revert` button allows you to revert any changes introduced by a Commit
After the Merge Request has been merged, a `Revert` button will be available to revert the changes introduced by that Merge Request:
-![revert merge request](img/revert-mr.png)
+![Revert merge request](img/revert_changes_mr.png)
You can revert the changes directly into the selected branch or you can opt to create a new Merge Request with the revert changes:
-![revert merge request modal](img/revert-mr-modal.png)
+![Revert merge request modal](img/revert_changes_mr_modal.png)
After the Merge Request has been reverted, the `Revert` button will not be available anymore.
@@ -20,11 +20,11 @@ It's important to mention that this new button will be only available for Merge
You can revert a Commit from the Commit detail page:
-![revert commit](img/revert-commit.png)
+![Revert commit](img/revert_changes_commit.png)
In the same way like reverting a Merge Request you can opt to revert the changes directly into the target branch or create a new Merge Request to revert the changes:
-![revert commit modal](img/revert-commit-modal.png)
+![Revert commit modal](img/revert_changes_commit_modal.png)
After the Commit has been reverted, the `Revert` button will not be available anymore.