Great tool! :) However it's also used to display git log, and when I do that on my urxvt terminal, which also uses gbt, I get a broken terminal:
- no echo
- pressing
ENTER on an empty command line doesn't advance the prompt (it seems it's sending only a CR character without the LF one)
Probably both things are caused by the same issue.
I have to reset my terminal after each git log, which makes this beautiful tool unusable.
Tried removing the -X | --no-init parameter for less, but the problem persists. So I left it configured as README says:
$ git config --global --get core.pager
git-split-diffs --color | less -RFX
UPDATE: forgot to mention that the terminal doesn't break on git diff, so maybe that's a hint to solve the problem. Obviously git diff does something different than git log.
Great tool! :) However it's also used to display
git log, and when I do that on myurxvtterminal, which also uses gbt, I get a broken terminal:ENTERon an empty command line doesn't advance the prompt (it seems it's sending only a CR character without the LF one)Probably both things are caused by the same issue.
I have to reset my terminal after each
git log, which makes this beautiful tool unusable.Tried removing the
-X|--no-initparameter forless, but the problem persists. So I left it configured as README says:UPDATE: forgot to mention that the terminal doesn't break on
git diff, so maybe that's a hint to solve the problem. Obviouslygit diffdoes something different thangit log.