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'd love to use this to help me with my code reviews.
1: pipe the diff into TextMate:
$ git diff HEAD~5..HEAD | mate
2: select "Git -> Comment on line from diff"
3: GitHub.Bundle parses the diff file for the closest file marker above the current line and calculates an offset from there to get the line number
4: GitHub.Bundle runs git blame on the file and calculated line
git blame
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd love to use this to help me with my code reviews.
1: pipe the diff into TextMate:
2: select "Git -> Comment on line from diff"
3: GitHub.Bundle parses the diff file for the closest file marker above the current line and calculates an offset from there to get the line number
4: GitHub.Bundle runs
git blame
on the file and calculated lineThe text was updated successfully, but these errors were encountered: