Scott Chacon
Scott Chacon
When a branch is updated and commits are rebased and SSH signing is on, we do not properly re-sign the commits. We should be checking for the signing option and...
Way back in November, we reverted functionality where we would list local branches in addition to remote branches in our sidebar. It makes sense, we want to be able to...
For example, in order to see a diff of a [bun lockfile](https://bun.sh/docs/install/lockfile), we need a diff driver.
We're storing the virtual branch refs in the `refs/gitbutler` namespace so as to not pollute the normal git branch space, but I'm hearing a lot of feedback that they might...
There are some issues when switching between GitButler virtual branches and Git normal branches. The background to a degree is that GitButler can handle Git branches by converting them to...
In java or kotlin projects, the package structure sometimes leads to deep folders. In this case, abbreviating the depth makes the treeview easier to see. Example) com.comapny.project.web-application.app Current tree structure...
To get real Windows builds working
Currently you have to go to your log files directory to find your logs and see what might have gone wrong. At least for the beta, it would be nice...
We're really just looking for "dependabot". It would be nice to allow users to add bots to the "bot" list used for filtering branches (and definitely add github-actions[bot] to the...
Currently the client only works for a workflow where there is a remote repository and assumes that upstream integration merges happen on that server. If a repository doesn't have a...