Jonas Fonseca
Jonas Fonseca
We could run the checks in a separate build in the matrix, which only runs the tests that exercise `scala-native-bindgen`. When the bindings get added we can also use those...
How about using ScalaTest tags? https://alvinalexander.com/scala/scalatest-mark-tests-tags-to-include-exclude-sbt
This is the current UI: 
Did you try putting this in `~/.tigrc`? set ignore-space = at-eol
Ah, I misunderstood. Tig doesn't seem support highlighting space at EOL.
This is partially supported since version 2.2.2 with `set diff-highlight = true` More configurable support would require to switch the diff view to `--word-diff=porcelain` (#221).
You can toggle the file filter to see the whole commit diff. It's bound to `%` by default. ``` bind generic % :toggle file-filter ``` I don't know if we...
Yes, having this information would be useful and if it is in the diff view it would even be toggled with Enter.
Regarding the note about the editor. Looking at `git-config(1)` it looks like there is a special editor for rebase. I didn't look at what git version it requires. _sequence.editor_ >...
Regarding the interaction, I think it would have to mirror git-rebase as much as possible. In case of conflicts Tig could show the status view, which would allow to open...