From a63bcb7b6d796843dedf312c831affbfc574d7bf Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 18 Feb 2016 10:42:46 +0200 Subject: Rename image names to conform with styleguide --- doc/workflow/img/revert-commit-modal.png | Bin 327932 -> 0 bytes doc/workflow/img/revert-commit.png | Bin 360098 -> 0 bytes doc/workflow/img/revert-mr-modal.png | Bin 335010 -> 0 bytes doc/workflow/img/revert-mr.png | Bin 367881 -> 0 bytes doc/workflow/img/revert_changes_commit.png | Bin 0 -> 360098 bytes doc/workflow/img/revert_changes_commit_modal.png | Bin 0 -> 327932 bytes doc/workflow/img/revert_changes_mr.png | Bin 0 -> 367881 bytes doc/workflow/img/revert_changes_mr_modal.png | Bin 0 -> 335010 bytes doc/workflow/revert_changes.md | 8 ++++---- 9 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 doc/workflow/img/revert-commit-modal.png delete mode 100644 doc/workflow/img/revert-commit.png delete mode 100644 doc/workflow/img/revert-mr-modal.png delete mode 100644 doc/workflow/img/revert-mr.png create mode 100644 doc/workflow/img/revert_changes_commit.png create mode 100644 doc/workflow/img/revert_changes_commit_modal.png create mode 100644 doc/workflow/img/revert_changes_mr.png create mode 100644 doc/workflow/img/revert_changes_mr_modal.png diff --git a/doc/workflow/img/revert-commit-modal.png b/doc/workflow/img/revert-commit-modal.png deleted file mode 100644 index e94d151a2af..00000000000 Binary files a/doc/workflow/img/revert-commit-modal.png and /dev/null differ diff --git a/doc/workflow/img/revert-commit.png b/doc/workflow/img/revert-commit.png deleted file mode 100644 index d84211e20db..00000000000 Binary files a/doc/workflow/img/revert-commit.png and /dev/null differ diff --git a/doc/workflow/img/revert-mr-modal.png b/doc/workflow/img/revert-mr-modal.png deleted file mode 100644 index 9da78f84828..00000000000 Binary files a/doc/workflow/img/revert-mr-modal.png and /dev/null differ diff --git a/doc/workflow/img/revert-mr.png b/doc/workflow/img/revert-mr.png deleted file mode 100644 index 7adad88463b..00000000000 Binary files a/doc/workflow/img/revert-mr.png and /dev/null differ diff --git a/doc/workflow/img/revert_changes_commit.png b/doc/workflow/img/revert_changes_commit.png new file mode 100644 index 00000000000..d84211e20db Binary files /dev/null and b/doc/workflow/img/revert_changes_commit.png differ diff --git a/doc/workflow/img/revert_changes_commit_modal.png b/doc/workflow/img/revert_changes_commit_modal.png new file mode 100644 index 00000000000..e94d151a2af Binary files /dev/null and b/doc/workflow/img/revert_changes_commit_modal.png differ diff --git a/doc/workflow/img/revert_changes_mr.png b/doc/workflow/img/revert_changes_mr.png new file mode 100644 index 00000000000..7adad88463b Binary files /dev/null and b/doc/workflow/img/revert_changes_mr.png differ diff --git a/doc/workflow/img/revert_changes_mr_modal.png b/doc/workflow/img/revert_changes_mr_modal.png new file mode 100644 index 00000000000..9da78f84828 Binary files /dev/null and b/doc/workflow/img/revert_changes_mr_modal.png 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. -- cgit v1.2.1