Skip to content

Commit 11a7f32

Browse files
committed
Merge branch 'release/v2026.11'
2 parents 57c9151 + 54dd030 commit 11a7f32

97 files changed

Lines changed: 2354 additions & 1523 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ For **Linux** users:
120120

121121
`deb` how to:
122122
```shell
123+
sudo mkdir -p /etc/apt/keyrings
123124
curl https://codeberg.org/api/packages/yataro/debian/repository.key | sudo tee /etc/apt/keyrings/sourcegit.asc
124125
echo "deb [signed-by=/etc/apt/keyrings/sourcegit.asc, arch=amd64,arm64] https://codeberg.org/api/packages/yataro/debian generic main" | sudo tee /etc/apt/sources.list.d/sourcegit.list
125126
sudo apt update
@@ -173,7 +174,7 @@ Users can also launcher `SourceGit` from commandline. Usage:
173174

174175
```
175176
<SOURCEGIT_EXEC> <DIR> // Open repository in existing `SourceGit` instance or a new one
176-
<SOURCEGIT_EXEC> --file-history <FILE_PATH> // Launch `SourceGit` to see the history of a file
177+
<SOURCEGIT_EXEC> --history <FILE_OR_DIR> // Launch `SourceGit` to see the history of a file or dir
177178
<SOURCEGIT_EXEC> --blame <FILE_PATH> // Launch `SourceGit` to blame a file (HEAD version only)
178179
```
179180

0 commit comments

Comments
 (0)