diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d58e1d..e6a7721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 11 | 11 | ||
| 12 | - git server push option passthrough, enabling `-o secret-scanning.skip` for grasp servers | 12 | - git server push option passthrough, enabling `-o secret-scanning.skip` for grasp servers |
| 13 | 13 | ||
| 14 | ### Fixed | ||
| 15 | |||
| 16 | - `ngit sync` using wrong refspec source (`refs/remotes/origin/refs/heads/master` instead of `refs/remotes/origin/master`), causing sync to fail with "src refspec does not match any existing object" | ||
| 17 | |||
| 14 | ## [2.2.1] - 2026-02-25 | 18 | ## [2.2.1] - 2026-02-25 |
| 15 | 19 | ||
| 16 | ### Fixed | 20 | ### Fixed |