altsem

Results 26 issues of 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: ![image](https://github.com/altsem/gitu/assets/3618477/562db6c6-ada5-4985-9daa-a5c65ca7a0ee) magit: ![image](https://github.com/altsem/gitu/assets/3618477/a3f4e1d4-1f79-4fe5-86a6-48410acb06d4)

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.

bug

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", ""] ```

bug