altsem
altsem
Show commit authors in the log. May want to make the log format customisable in the future.
Display a branch graph in the log. Disabled via configuration?
gitu:  magit: 
Trailing whitespaces are not shown in gitu yet. They should be visible (red background?)
Found that a user had commented this, need to verify / fix it.
It seems that version 0.19.0 broke printing PatchHeader formatted diffs. To reproduce (produces no lines): ```rust fn main() { let repo = git2::Repository::open("..").unwrap(); let diff = repo.diff_index_to_workdir(None, None).unwrap(); diff.print( git2::DiffFormat::PatchHeader,...
@rynoV I've been hacking around and testing things out. I opened up this new PR, but it continues on your work. I'd appreciate any input on the code! :) To...
Spawned from: https://github.com/altsem/gitu/issues/255 Relates to: https://github.com/altsem/gitu/issues/252 There's a lot of duplicated bindings config to quit menus. This was done as a workaround to keep other things simpler for a moment....
Spawned from: https://github.com/altsem/gitu/issues/255 Gitu should probably exit right away when pressing Ctrl+C
Spawned from: https://github.com/altsem/gitu/issues/255 loading a config with invalid bindings fails silently: ```toml [bindings] root.quit = ["ctrl+g", ""] ```