Skip to content

Commit 01dad05

Browse files
committed
Fix alpine linux
1 parent 3c43c33 commit 01dad05

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Changelog
2+
3+
### Version 1.0.1
4+
5+
#### What's New
6+
7+
- **Alpine Linux Support**: The delta pager feature now works on all Alpine Linux distributions
8+
- Fixed package manager integration for Alpine systems
9+
10+
### Version 1.0.0
11+
12+
#### Features
13+
14+
- **Delta Pager**: Installs the delta pager for git with enhanced diff viewing
15+
- Supports latest version or specific version (0.18.2)
16+
- Automatically sets `GIT_PAGER` environment variable
17+
- Cross-platform support for Debian/Ubuntu, RedHat/CentOS/Fedora, and soon Alpine Linux
18+

NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Available versions of the delta pager: https://github.com/dandavison/delta/releases
2+
Github Homepage: https://github.com/dandavison/delta
3+
4+
## OS Support
5+
6+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed as well as
7+
Alpine with apk.
8+
9+
`bash` is required to execute the `install.sh` script.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# devcontainer-features
22
Features for @devcontainers
3+

src/delta/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Delta Pager",
33
"id": "delta",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Installs the delta pager for git",
66
"options": {
77
"version": {

0 commit comments

Comments
 (0)