Waleed Khan
Waleed Khan
I forked and vendored the `Editor` code, so we can make this change now if we want.
https://github.com/arxanas/git-branchless/pull/791 changes `git reword` to name the file `COMMIT_EDITMSG-*.txt`, so you should be able to configure your editor to recognize that as a `gitcommit` file. It might even be possible...
For this specific issue, we can probably close this issue due to https://github.com/arxanas/git-branchless/pull/588, because the recommended way of setting the main branch is now `git branchless init --main-branch `, which...
@hauleth there are no plans to work on this. You might want to try jj instead, which has a draft PR; see the issue at https://github.com/martinvonz/jj/issues/58
@tommyip I simply have no plans to work on it for now, but I would accept a PR implementing it.
My workaround is to [do the following](https://github.com/arxanas/git-branchless/issues/721#issuecomment-1368174723) before a command which runs `git fetch`: > In my case, I use ssh-agent and ssh-add -K /path/to/key (on macOS) to unlock the...
> How does git normally find branchless? Is it a directory search into the .git directory? I would have thought it would have found it. I even added a pwd...
@mgueji unfortunately, I do not have the binary on hand, and even if I did, I applied several other customizations which would make it likely unusable for you. You can...
@mgueji I posted my builds at https://github.com/greggersaurus/OpenSteamController/pull/32#issuecomment-1667018618.
Builds of: - Firmware with better touch detection. Note that the D-pad is not bound in this firmware, so the left touchpad doesn't do anything. - My custom Smash Bros....