@withgraphite/graphite-cli 1.6.5 → 1.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.CHANGELOG.md +5 -0
- package/graphite.js +1 -1
- package/graphite.js.LICENSE.txt +0 -546
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.6.6 2025-06-11
|
|
4
|
+
|
|
5
|
+
- Add an option to cancel the operation when `gt get` or `gt sync` encounter merge conflicts.
|
|
6
|
+
- Fixed an issue where `gt submit` would incorrectly warn about missing remote changes.
|
|
7
|
+
|
|
3
8
|
# 1.6.5 2025-06-04
|
|
4
9
|
|
|
5
10
|
- Added logging of processes holding index.lock when Git commands fail due to lock contention.
|