gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Blazing πŸ’₯ fast terminal-ui for git written in rust πŸ¦€

Results 470 gitui issues
Sort by recently updated
recently updated
newest added

- Implement `From` for `CommitId` - Use `gitoxide` in `get_commits_info` and `get_commit_info` This PR changes `get_commits_info` and `get_commit_info` to use `gitoxide` under the hood. It does not explicitly change any...

**Describe the bug** Leaving stray ~700mb file in a repo results in `gitui` taking unreasonable amount of CPU time. **To Reproduce** Steps to reproduce the behavior: 1. Add random (very)...

bug

This PR is a draft, currently intended for a discussion with @Byron about the part of the API to be used for getting a reference’s name. I intend to mark...

**Describe the bug** Buttons from bottom float to top of screen. I have been using gitui for years without this issue so I am not sure what has changed. **To...

bug

This is an early-stage PR to explore how difficult it will be to integrate `gix-blame` into `gitui` and how it will compare to the existing implementation, in particular with respect...

I am using Windows 11 with Windows Terminal panicked at asyncgit\src\revlog.rs:186:14: failed to fetch: GixDiscover(Open(Config(Init(Parse(Error { line_number: 32, last_attempted_parser: Name, parsed_until: "[ \"\\\\.git\\\\safe\"]\r\n\tdirectory = u:\\\\git\\\\Read_Atmos.git\r\n[init]\n\tdefaultBranch = main\n" }))))) trace: 0:...

bug
upstream

which in turn probably means we also have to split out `git2-testing` first? followup to: https://github.com/gitui-org/gitui/pull/2571#issuecomment-2910637312 repo created: https://github.com/gitui-org/git2-hooks

**Describe the bug** When `~/.config/gitui` is set to a broken symlink, gitui does not start and the only error message you get is this: ``` Error: File exists (os error...

bug

**Describe the bug** When you start gitui in a newly created directory, and then stash away all changes in that new directory, gitui crashes with this error: ``` Error: git...

bug

This Pull Request is wip towards fixing #81 It changes the following: - work-in-progrss for adding git-graph DO NOT MERGE Lots of bugs and strange behaviour