Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Add incremental blame support#409
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Byron merged 2 commits intogitpython-developers:masterfromnvie:add-incremental-blame-supportApr 14, 2016
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
2 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
15 changes: 15 additions & 0 deletionsgit/compat.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
68 changes: 65 additions & 3 deletionsgit/repo/base.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletionsgit/test/fixtures/blame_incremental
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
82b8902e033430000481eb355733cd7065342037 2 2 1 | ||
author Sebastian Thiel | ||
author-mail <byronimo@gmail.com> | ||
author-time 1270634931 | ||
author-tz +0200 | ||
committer Sebastian Thiel | ||
committer-mail <byronimo@gmail.com> | ||
committer-time 1270634931 | ||
committer-tz +0200 | ||
summary Used this release for a first beta of the 0.2 branch of development | ||
previous 501bf602abea7d21c3dbb409b435976e92033145 AUTHORS | ||
filename AUTHORS | ||
82b8902e033430000481eb355733cd7065342037 14 14 1 | ||
filename AUTHORS | ||
c76852d0bff115720af3f27acdb084c59361e5f6 1 1 1 | ||
author Michael Trier | ||
author-mail <mtrier@gmail.com> | ||
author-time 1232829627 | ||
author-tz -0500 | ||
committer Michael Trier | ||
committer-mail <mtrier@gmail.com> | ||
committer-time 1232829627 | ||
committer-tz -0500 | ||
summary Lots of spring cleaning and added in Sphinx documentation. | ||
previous bcd57e349c08bd7f076f8d6d2f39b702015358c1 AUTHORS | ||
filename AUTHORS | ||
c76852d0bff115720af3f27acdb084c59361e5f6 2 3 11 | ||
filename AUTHORS | ||
c76852d0bff115720af3f27acdb084c59361e5f6 13 15 2 | ||
filename AUTHORS |
24 changes: 24 additions & 0 deletionsgit/test/test_repo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.