We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the git process used gitdir/worktree arguments instead of changing process directory it would be easier to debug unexpected failures because you could copy/paste the command lines anywhere. See http://stackoverflow.com/questions/1386291/git-git-dir-not-working-as-expected for advice on how to use it.
The text was updated successfully, but these errors were encountered:
#1578 alleviates this a bit, but using just flags would still be more convenient.
Sorry, something went wrong.
Makes sense to me, I agree it's nice when the command lines in the verbose log can be copy-pasted.
With the new Pantry approach, I don't think this is relevant on master anymore.
No branches or pull requests
If the git process used gitdir/worktree arguments instead of changing process directory it would be easier to debug unexpected failures because you could copy/paste the command lines anywhere. See http://stackoverflow.com/questions/1386291/git-git-dir-not-working-as-expected for advice on how to use it.
The text was updated successfully, but these errors were encountered: