Skip to content

Commit c309409

Browse files
committed
2.3.0 - Detect git commit link
1 parent a8e08dc commit c309409

27 files changed

+261
-208
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 2.3.0 (March xx, 2018) [WIP]
3+
## 2.3.0 (March 24, 2018) [WIP]
44

55
* Feature: Atempting to auto detect if you use a known git web interface [#15](https://github.com/Sertion/vscode-gitblame/issues/15) (Thanks to [@Fidge123](https://github.com/Fidge123), [@sabrehagen](https://github.com/sabrehagen), [@henvic](https://github.com/henvic), and an extra thanks to [@neerolyte](https://github.com/neerolyte))
66
* Feature: Added `gitblame.statusBarPositionPriority` for moving the status bar view [#25](https://github.com/Sertion/vscode-gitblame/issues/25) (Thanks to [@jvoigt](https://github.com/jvoigt))

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ See Git Blame information in the status bar for the currently selected line.
1515

1616
# Configuration
1717

18-
- `gitblame.commitUrl` (`string`, default `""`)
18+
- `gitblame.commitUrl` (`string`, default `"guess"`)
1919
- url where you can see the commit by hash
20+
- `"guess"` will try to guess the URL based on your remote origin
21+
- Can only support servers that fulfill the following requirements:
22+
- Url has https
23+
- No auth or port required
24+
- `"no"` will not guess and will not show a link
2025
- available tokens:
2126
- `${hash}` - the commit hash
2227
- _Example:_ `https://github.com/Sertion/vscode-gitblame/commit/${hash}`

0 commit comments

Comments
 (0)