Scott Chacon
Scott Chacon
--- ⧓ Review in [Butler Review `#9kPcDBoQA`](https://gitbutler.com/schacon/gitbutler/reviews/9kPcDBoQA) **sc-fix-plain-text-mode** More or less implements this: https://www.notion.so/gitbutler/Commit-Message-Manifesto-Two-1ab5a4bfdeac8072a722d7889ee38fde - Remove ruler and wrapping UI elements to rely on dynamic CSS wrapping for plain text...
--- ⧓ Review in [Butler Review `#6NWYAgXcZ`](https://gitbutler.com/schacon/gitbutler/reviews/6NWYAgXcZ) **sc-mcp-server-script** proof of concept for a Rust-based MCP server binary. 2 commit series (version 2) | Series | Commit Title | Status |...
Wanted to see how far I could get towards LazyGit functionality with GitButler APIs. Turns out we can get pretty far, pretty fast if we make Agents do most of...
It would be pretty awesome to have an "Absorb down" menu entry here that does what `but absorb` does. I can sort of fake this by uncommitting something and then...
Let's say we have three branches - one parallel, two stacked: ``` ❯ but st ╭┄00 [Unassigned Changes] ┊ ┊╭┄t6 [sc-branch-29] ┊● af31a03 worktree change v1 ┊│ ┊├┄nd [user-bookmarks] ┊●...
It would be nice to have the json fields documented and tests that ensure that they are provided.
In order to rub hunks, we need hunk ids, shown from `but show --diff ` where you can then `but rub ` to do hunk movement
if you have active worktrees for applied branches, they should show up in the `but status` command ``` ❯ but status ╭┄00 [Unassigned Changes] ┊ ┊╭┄t6 [user-bookmarks] ┊● f381269 my...
I would like to enable a workflow where you create new worktrees (workspaces?) that has a target branch in the main workspace. You can generate code there or manually edit...