git-who icon indicating copy to clipboard operation
git-who copied to clipboard

Git blame for file trees

Results 16 git-who issues
Sort by recently updated
recently updated
newest added

I just ran this on the [gitoxide](https://github.com/GitoxideLabs/gitoxide) repo. The normal `git-who` works, but `-l` or `tree` fail. ``` $ ~/dev/git-who/git-who -l panic: runtime error: range function continued iteration after function...

bug

Hi, I just tried out your tool after seeing it on the HN front page. Congrats 👍 When running on any Go codebase, the vendor folder needs to be excluded...

Hi there--`git-who` is so fast, it's very impressive! I have a feature request: The table output for `-l` seems like it's showing all the lines changed by each author across...

When the option `log.show-signature` is set in `.gitconfig` the parser does not work: ``` > git-who --version v0.6 5249eb5 > git-who [works fine] > git config --global log.show-signature true >...

bug

This PR changes the readme to suggest install from source using the `go` cli without cloning the project. The project can be cloned for development purposes though. I've tested it...

https://aur.archlinux.org/ Please, consider publishing to Arch User Repositories!

Hello, very nice project you have, I liked the analysis on the Vim codebase to get started. Would it be possible for you to provide windows binary also in the...

Git blame supports ignoring specific revisions via a [`blame.ignoreRevsFile`](https://git-scm.com/docs/git-blame#Documentation/git-blame.txt-blameignoreRevsFile) configuration or the [`--ignore-revs-file`](https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt) flag. Github also supports this behaviour by including a file with the exact name `.git-blame-ignore-revs`. See: [Ignore...

In a repo of mine, the directory containing most code was moved relatively recently. When I call `git who` without params, the top committer has hundreds of commits, but most...

Thanks for amazing work! I'm install git-who on Ubuntu 20.04, what step I did ``` $ git clone [email protected]:sinclairtarget/git-who.git $ cd git-who $ rake ``` This command `rake` is not...