gitin icon indicating copy to clipboard operation
gitin copied to clipboard

commit/branch/workdir explorer for git

Results 7 gitin issues
Sort by recently updated
recently updated
newest added

Currently it is not possible to build gitin with the latest libgit2 version

- Asynchronously load items - Add search results to a buffer, regularly dump results into the `list.scope` - Fires an update to let prompt re-renders itself

Something I have wanted to use in the past is the `!` command on untracked files. Using `git clean -f` makes it possible to remove untracked files in a repository,...

Something like `y` or `c` would be super useful to quickly copy the commit hash when using `gitin log` I'm willing to work on this when I have some free...

feature request

When installing, it errors out: ``` sh ~ > go get -u github.com/isacikgoz/gitin # github.com/libgit2/git2go go/src/github.com/libgit2/git2go/git_dynamic.go:10:3: error: #error "Invalid libgit2 version; this git2go supports libgit2 v0.27" 10 | # error...

enhancement

When I tried to install gitin from AUR of Manjaro, there is error: ~~~ $ pacui i gitin ==> Error: Could not find all required packages: libgit2=1:0.27.8 (Wanted by: gitin)...

The last version (0.3.0) don´t have any binaries released, only the source code! It's possible to compile and publish here? Thanks