Commit aaaf5a4b authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch '325906-aqualls-fix-images' into 'master'

Crop and remove images with sidebars or menus

See merge request gitlab-org/gitlab!57502
parents 96e53f73 a548d97d
...@@ -23,9 +23,7 @@ anyone without Maintainer [permissions](../permissions.md) is prevented from cre ...@@ -23,9 +23,7 @@ anyone without Maintainer [permissions](../permissions.md) is prevented from cre
To protect a tag, you need to have at least Maintainer [permissions](../permissions.md). To protect a tag, you need to have at least Maintainer [permissions](../permissions.md).
1. Navigate to the project's **Settings > Repository**: 1. Go to the project's **Settings > Repository**.
![Repository Settings](img/project_repository_settings.png)
1. From the **Tag** dropdown menu, select the tag you want to protect or type and click **Create wildcard**. In the screenshot below, we chose to protect all tags matching `v*`: 1. From the **Tag** dropdown menu, select the tag you want to protect or type and click **Create wildcard**. In the screenshot below, we chose to protect all tags matching `v*`:
......
...@@ -7,17 +7,13 @@ disqus_identifier: 'https://docs.gitlab.com/ee/workflow/file_finder.html' ...@@ -7,17 +7,13 @@ disqus_identifier: 'https://docs.gitlab.com/ee/workflow/file_finder.html'
# File finder **(FREE)** # File finder **(FREE)**
> [Introduced](https://github.com/gitlabhq/gitlabhq/pull/9889) in GitLab 8.4.
The file finder feature allows you to search for a file in a repository using the The file finder feature allows you to search for a file in a repository using the
GitLab UI. GitLab UI. To use it:
You can find the **Find File** button when in the **Files** section of a
project.
![Find file button](img/file_finder_find_button_v12_10.png) 1. Go to your project's **Repository > Files**.
1. In the upper right corner, select **Find File**.
If you prefer to keep their fingers on the keyboard, use the If you prefer to keep your fingers on the keyboard, use the
[shortcut button](../../shortcuts.md), which you can invoke from anywhere [shortcut button](../../shortcuts.md), which you can invoke from anywhere
in a project. in a project.
......
...@@ -8,17 +8,15 @@ description: "Documentation on Git file blame." ...@@ -8,17 +8,15 @@ description: "Documentation on Git file blame."
# Git file blame **(FREE)** # Git file blame **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/commit/39c657930625ddc3ac8a921f01ffc83acadce68f) in GitLab 2.5.
[Git blame](https://git-scm.com/docs/git-blame) provides more information [Git blame](https://git-scm.com/docs/git-blame) provides more information
about every line in a file, including the last modified time, author, and about every line in a file, including the last modified time, author, and
commit hash. commit hash. To view it for a file:
You can find the **Blame** button with each file in a project.
![File blame button](img/file_blame_button_v12_6.png "Blame button") 1. Go to your project's **Repository > Files**.
1. Select the file you want to review.
1. In the upper right corner, select **Blame**.
When you select the **Blame** button, this information is shown: When you select **Blame**, this information is displayed:
![Git blame output](img/file_blame_output_v12_6.png "Blame button output") ![Git blame output](img/file_blame_output_v12_6.png "Blame button output")
......
...@@ -8,16 +8,13 @@ description: "Documentation on Git file history." ...@@ -8,16 +8,13 @@ description: "Documentation on Git file history."
# Git file history **(FREE)** # Git file history **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/blob/9ba1224867665844b117fa037e1465bb706b3685/app/controllers/commits_controller.rb) in GitLab 0.8.0
Git file History provides information about the commit history associated Git file History provides information about the commit history associated
with a file. with a file. To use it:
You can find the **History** button with each file in a project.
![File history button](img/file_history_button_v12_6.png "History button") 1. Go to your project's **Repository > Files**.
1. In the upper right corner, select **History**.
When you select the **History** button, this information displays: When you select **History**, this information is displayed:
![Git log output](img/file_history_output_v12_6.png "History button output") ![Git log output](img/file_history_output_v12_6.png "History button output")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment