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
I see you used Worktree.Status with git commit:
gig/cli/commit.go
Line 58 in dd59dc9
and with git status:
gig/cli/status.go
Line 36 in dd59dc9
but with git diff you are manually checking the content difference:
gig/cli/diff.go
Line 129 in dd59dc9
when I think Worktree.Status could do that for you. Is this an oversight, or is Worktree.Status a bad option for some reason?
The text was updated successfully, but these errors were encountered:
I don't remember very well. It was probably an oversight.
Sorry, something went wrong.
No branches or pull requests
I see you used Worktree.Status with git commit:
gig/cli/commit.go
Line 58 in dd59dc9
and with git status:
gig/cli/status.go
Line 36 in dd59dc9
but with git diff you are manually checking the content difference:
gig/cli/diff.go
Line 129 in dd59dc9
when I think Worktree.Status could do that for you. Is this an oversight, or is Worktree.Status a bad option for some reason?
The text was updated successfully, but these errors were encountered: