@withgraphite/graphite-cli 1.0.1 → 1.0.3
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 +16 -0
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.3 2023-09-15
|
|
4
|
+
|
|
5
|
+
- Fixed an issue where restacking did not respect the `commit.gpgSign` configuration value.
|
|
6
|
+
- Fixed an issue where `create` with just a branch name incorrectly failed to execute.
|
|
7
|
+
- Fixed an issue where the `git --version` check failed on Windows (and likely certain other git distributions).
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## 1.0.2 2023-09-15
|
|
11
|
+
|
|
12
|
+
- `gt top` interactive selection now offers which tip to travel to instead of prompting at each intermediate step. We'll be porting the same behavior to `gt up` soon.
|
|
13
|
+
- The `--debug` flag now logs to a file instead of stdout.
|
|
14
|
+
- Clearer error messaging for outdated Git version.
|
|
15
|
+
|
|
16
|
+
- Fixed a bug where `gt sync` could reset the index and working tree, and improved error handling in similar cases with uncommitted changes.
|
|
17
|
+
- Fixed the error messge when running a deprecated command to print the correct alias file location.
|
|
18
|
+
|
|
3
19
|
## 1.0.1 2023-09-14
|
|
4
20
|
- Fixed a bug where `gt submit --stack` did not work from the trunk branch.
|
|
5
21
|
|