Sebastian Thiel
Sebastian Thiel
Thanks for sharing the use-case! This looks like `gix status` could quite easily implement it, in essence it's a change to what it computes and how it's presented. ``` #...
Thanks a lot for reporting. I am on it, a PR should be up momentarily.
GitButler currently makes the incorrect assumption that `.git` is always a directory. This alone would definitely be fixable, however, there would probably be a whole lot of other issues to...
This isn't tracked, but it will work in subsequent increments on the next major release. The goal will be to let GitButler open any valid Git repository. The closest to...
Thanks a lot for reporting! I'd expect this to be fixed with the next major release of the application, which is "right around the corner".
Thanks a lot for reporting! Essentially, GitButler hands of pre-commit hooks to `git2_hooks` as indicated here in `git2_hooks::hooks_pre_commit()`: https://github.com/gitbutlerapp/gitbutler/blob/4ce41cb660699b3464113d1742f08145777a7eea/crates/gitbutler-repo/src/hooks.rs#L59-L85 However, the `pre-push` is expected to be run by Git as...
I don't think the content of the hooks has anything to do with it, my inquiry was about some difference in the environment that makes Git when launched from GitButler...
Thanks for checking with me, and sorry for the ambiguity. I'd want to focus on the `pre-push` hook as it should be expected when GitButler performs a push through the...
Thank you! It seems there is nothing special. What happens when running the application directly from the terminal where `git push` definitely runs the `pre-push` hook? `/Applications/GitButler.app/Contents/MacOS/gitbutler-tauri` should do the...
It should open the GitButler application and a lot of lines would show in the terminal. However, nothing happens if the application is already open.