Jonas Fonseca

Results 82 comments of Jonas Fonseca

There's no global option to open an external diff viewer. Would be a nice feature though. What is possible today is to remap the key binding for opening a commit...

@jargv Untested but something like the following: ``` git difftool --tool vimdiff --no-prompt %(commit) %(file) ```

You can scroll horizontally to see more text which was one of the reasons that Tig doesn't draw the ellipsis (delimiter) (since e81ce2db060515a6b4c8c3e3dd6bebcff30d2345). I am OK with bringing it back,...

OK, I think I understand. You want to show `…` for multi-line commit messages.

It might be useful to make it possible to assign any string, like `body=...`.

Sounds like a cool idea. Since I am only an occasional git-stash user myself, I give it a 25% chance. ;)

Instead of a `max-loading` option, could we do with a `main-options` which would work similar to `blame-options` and `diff-options`? You could then have `set main-options = -n1000` to only load...

The load action could use `git-log`'s `--skip=` option, but it would be tricky to get this to work with the graph since it only stores the rendered representation.

@albasili Contributions are always welcome, either in the form of patches or a script to create a repo in which the issue can be reproduced? I recently fixed diff stat...

Ahh, thanks @jzdxeb for the screenshots. Merge commits do not always have diffs so that would explain the issue. It would probably be better to turn of "diff jumping' in...