@withgraphite/graphite-cli 1.3.3 → 1.3.5
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 +23 -0
- package/156.js +3 -0
- package/{900.js.LICENSE.txt → 156.js.LICENSE.txt} +9 -0
- package/778.js +1 -1
- package/778.js.map +1 -1
- package/build/static/js/main.js.map +1 -1
- package/child.js +1 -1
- package/child.js.map +1 -1
- package/graphite.js +1 -1
- package/graphite.js.LICENSE.txt +9 -0
- package/package.json +1 -1
- package/900.js +0 -3
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.3.5 2024-05-22
|
|
4
|
+
|
|
5
|
+
- Updated `gt modify` to leave descendants in an unrestacked state when there are conflicts.
|
|
6
|
+
- Updated `gt split` behavior to skip git hooks.
|
|
7
|
+
|
|
8
|
+
- Fixed bug where local version was being overwritten by remote even when user selected `no` from prompt.
|
|
9
|
+
- Fixed bug where remote rebase-only changes were not reconciled during `gt sync`.
|
|
10
|
+
- Fixed bug where staged changes were incorrectly detected as unstaged.
|
|
11
|
+
- Fixed bug where files changed in parent directories were not detected.
|
|
12
|
+
- Fixed bug where children of split branches were not being tracked.
|
|
13
|
+
- Fixed bug where pre-push hooks were not being run from the repo root.
|
|
14
|
+
|
|
15
|
+
- Removed references to deprecated command names.
|
|
16
|
+
|
|
17
|
+
# 1.3.4 2024-04-29
|
|
18
|
+
|
|
19
|
+
- Fixed multiple issues with the new versions of `gt get`, `gt sync`, and `gt submit`. The new versions will be rolled back out with this release.
|
|
20
|
+
- Fixed an issue where `post-checkout` hooks were swallowed, resulting in issues when interactive scripts are used.
|
|
21
|
+
- Fixed some typos in command output.
|
|
22
|
+
- `gt demo` now skips all Git hooks (with an implicit global `--no-verify`).
|
|
23
|
+
- `gt sync` no longer prints out `Restacking branches` if there are no branches to restack.
|
|
24
|
+
- Added details about troubleshooting to `gt --help`.
|
|
25
|
+
|
|
3
26
|
# 1.3.3 2024-04-05
|
|
4
27
|
|
|
5
28
|
- Fixed an issue where `gt submit` could fail in certain cases due to the format of a Git remote URL.
|