-
When using diff-so-fancy as the pager, lazygit incorrectly renders the highlighted change in a line. Specifically, it highlights everything after the change in a line instead of just the section that …
-
When using lazygit on a branch with a two character long name, a panic occurred due to incorrect string slicing. The issue doesn't occur right away so not sure of exact repro steps, but it does tend t…
-
Copy+paste of a long value will insert spaces into the end result.
It's problematic when I have placeholders for URLs or something else that's a long string.
![petbug](https://cloud.githubuserco…
-
Hi, first time user here.
What I would like to have, is `pet exec` to just transfer the selected snippet to my prompt, instead of printing the input boxes which have no bash-completion available.…
sgohl updated
9 months ago
-
1. in the argument window - when small text is pasted works fine - but when larger text is pasted - it introduces spaces between the characters - eg consider:
* when pasting `google.com` it wil…
-
I have some text on my clipboard, when I try to paste it into an exec parameter it is being pasted with spaces between letters, but only for letters that would expand past the input box size.
-
**Describe the bug**
When I try to type a commit message, I can't type in `[ ]`, or when adding a new remote I can't copy in `@`.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to remot…
-
In repository, deleted a branch. Branch was filtered down by typing and pressing enter, then `d` to delete.
Branch was deleted successfully, and lazygit crashed immediately after.
~~Did not happ…
-
i am getting the following error while trying make build command
build
go clean
build .: cannot find module for path .
make: *** [Makefile:20: build] Error 1
is there anything i missed?
-
dive current still uses the 0.x branch of gocui which is quite old and also the reason why the following is required:
```
// related to https://github.com/awesome-gocui/gocui/blob/master/migrate-t…