Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make 'git gui' not block other git commands #1387

Open
jeschu1 opened this issue Jul 30, 2019 · 1 comment
Open

Make 'git gui' not block other git commands #1387

jeschu1 opened this issue Jul 30, 2019 · 1 comment

Comments

@jeschu1
Copy link
Member

jeschu1 commented Jul 30, 2019

There are a few possible solutions here:

  1. Windows creates 'git-gui.exe' which uses 'git update-index', instead of 'git gui' which uses 'git-update-index.exe'. 'git-gui.exe' or equivalent doesn't appear to be build for Mac.
  2. Make 'git-update-index.exe' use command hooks
  3. Make 'git gui' use 'git update-index' instead of 'git-update-index.exe'

However we should follow what we've done on Windows and instruct users to run "git-gui.exe".

It looks like git-gui is installed in /usr/local/git/libexec/git-core/git-gui on Mac. We'd need to make it path accessible on Mac for parity. @dscho.

Note this work has not been prioritized.

@dscho
Copy link
Member

dscho commented Jul 31, 2019

FWIW the git-gui.exe in Git for Windows exists mainly so that we have a neat target for the Start Menu item "Git GUI"...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants