Waleed Khan
Waleed Khan
**Describe the bug** When trying to scroll, if the mouse is over an element like a `Checkbox`, instead of scrolling in the parent view, focus is moved to that element....
Some resources: - Using `git2`'s `Repository::commit_signed`: https://github.com/rust-lang/git2-rs/issues/507. It looks like you still need to sign the commit via GPG yourself. - Another example of signing the commit: https://blog.hackeriet.no/signing-git-commits-in-rust/ - An...
- [x] Add link to wiki in help text for executable. - [x] Disable warnings: - [x] Set `advice.detachedHead` to `false` as part of `init` process. - [x] `git undo`:...
- [x] README: Put installation at the top/make it easier to get started - [x] README: Mention that it scales to large monorepos. - [x] README: Add a link to...
### Description of the bug This happens when we're being prompted interactively for a password e.g. to authenticate with Github over HTTPS. Askpass-style programs do not read stdin/write stdout, so...
### Description of the bug `git add --intent-to-add`/`git add -N` can be used to add untracked files to diff/commit later, without staging them. git-branchless treats the intended-to-add file as if...
- [x] Add non-interactive mode as the default. This would just undo the last operation, which is the most common case. It's also a lot simpler to demo. - [...