Merge pull request #1450 from scm-manager/bugfix/content_detection_interpreter_parameter

Fix language detection of files with interpreter parameters
This commit is contained in:
René Pfeuffer
2020-11-27 09:04:26 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Show the date of the last commit for branches in the frontend ([#1439](https://github.com/scm-manager/scm-manager/pull/1439))
- Unify and add description to key view across user settings ([#1440](https://github.com/scm-manager/scm-manager/pull/1440))
### Fixed
- Language detection of files with interpreter parameters e.g.: `#!/usr/bin/make -f` ([#1450](https://github.com/scm-manager/scm-manager/issues/1450))
## [2.10.1] - 2020-11-24
### Fixed
- Improved logging of failures during plugin installation ([#1442](https://github.com/scm-manager/scm-manager/pull/1442))

View File

@@ -315,7 +315,7 @@
<dependency>
<groupId>com.github.sdorra</groupId>
<artifactId>spotter-core</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
<dependency>