You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
`git-branchless` now runs on Windows! Big thanks to @waych for their efforts.
11
+
12
+
As a result of this work, `git-branchless` also includes its own build of SQLite, which should make it easier for users to install (#17).
13
+
10
14
- BREAKING: The configuration option `branchless.mainBranch` has been renamed to `branchless.core.mainBranch`. The old option will be supported indefinitely, but eventually removed.
11
15
- EXPERIMENTAL: Created `git move` command, which rebases entire subtrees at once. Not currently stable.
12
16
- Added: `git branchless init` now sets `advice.detachedHead false`, to reduce the incidence of scary messages.
13
17
- Added: aliasing `git` to `git-branchless wrap` improves which commands are grouped together for `git undo`, and possibly enables more features in the future.
14
18
- Added: The `git-branchless wrap` command can now take an explicit `--git-executable` parameter to indicate which program to run.
19
+
- Added: `git-branchless` builds on Windows (#13, #20).
15
20
- Fixed: Visible commits in the smartlog sometimes showed the reason that they were hidden, even though they were visible.
16
21
- Fixed: The working copy was sometimes left dirty after a `git undo`, even if it was clean beforehand.
17
22
- Fixed: `git-branchless` now supports Git v2.31.
18
23
- Fixed: `git restack` now doesn't infinite-loop on certain rebase conflict scenarios.
19
24
- Fixed: `git smartlog` now doesn't crash for some cases of hidden merge commits.
25
+
- Fixed: `git-branchless` bundles its own version of SQLite, so that the user doesn't need to install SQLite as a dependency themselves (#13).
0 commit comments