diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-01-24 13:48:33 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-01-24 13:48:33 +0000 |
commit | 65bf7e0d92856d90215ca908751e676393c10618 (patch) | |
tree | febf109d5461c13b856d7a8e3c51cdd2fa1beb18 /changelogs | |
parent | a89aab9c630593524b8a210746d2eb680ac5d102 (diff) | |
parent | 99404a5851a4b8bbba8a5786d7351f2d4b024092 (diff) | |
download | gitlab-ce-65bf7e0d92856d90215ca908751e676393c10618.tar.gz |
Merge branch '24833-Allow-to-search-by-commit-hash-within-project' into 'master'
Allows to search within project by commit's hash #24833
Closes #24833
See merge request !8028
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/24833-Allow-to-search-by-commit-hash-within-project.yml | 4 | ||||
-rw-r--r-- | changelogs/unreleased/redirect-to-commit-when-only-commit-found.yml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/changelogs/unreleased/24833-Allow-to-search-by-commit-hash-within-project.yml b/changelogs/unreleased/24833-Allow-to-search-by-commit-hash-within-project.yml new file mode 100644 index 00000000000..be66c370f36 --- /dev/null +++ b/changelogs/unreleased/24833-Allow-to-search-by-commit-hash-within-project.yml @@ -0,0 +1,4 @@ +--- +title: 'Allows to search within project by commit hash' +merge_request: +author: YarNayar diff --git a/changelogs/unreleased/redirect-to-commit-when-only-commit-found.yml b/changelogs/unreleased/redirect-to-commit-when-only-commit-found.yml new file mode 100644 index 00000000000..e0f7e11b6d1 --- /dev/null +++ b/changelogs/unreleased/redirect-to-commit-when-only-commit-found.yml @@ -0,0 +1,5 @@ +--- +title: 'Search feature: redirects to commit page if query is commit sha and only commit + found' +merge_request: 8028 +author: YarNayar |