-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Explore gix APIs, experiment with gix-blame API #1453
Open
cruessler
wants to merge
15
commits into
GitoxideLabs:main
Choose a base branch
from
cruessler:gix-blame
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Nov 3, 2024
-
Add initial implementation and tests for
gix-blame
.Note that it's still very early, and this is more of a proof-of-concept with a couple of bits still missing without which its usefulness and real-world applicability is limited.
Configuration menu - View commit details
-
Copy full SHA for 984fad3 - Browse repository at this point
Copy the full SHA 984fad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f225d3 - Browse repository at this point
Copy the full SHA 1f225d3View commit details -
feat: Add
blame
plumbing crate to the top-level.For now, it doesn't come with a simplified `gix` API though.
Configuration menu - View commit details
-
Copy full SHA for bee2ec1 - Browse repository at this point
Copy the full SHA bee2ec1View commit details -
feat: add
gix blame
to the CLIThat way it's possible to see the `blame` result of any file in the repository. Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for ba5bc6f - Browse repository at this point
Copy the full SHA ba5bc6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6102c83 - Browse repository at this point
Copy the full SHA 6102c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4c2e97 - Browse repository at this point
Copy the full SHA e4c2e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0aea31 - Browse repository at this point
Copy the full SHA b0aea31View commit details -
Correctly pass blame for some merge commits
- Merge commits where a file was added in one chain of ancestors - Merge commits where a conflict was resolved
Configuration menu - View commit details
-
Copy full SHA for a7cb234 - Browse repository at this point
Copy the full SHA a7cb234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02083c0 - Browse repository at this point
Copy the full SHA 02083c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e9e32 - Browse repository at this point
Copy the full SHA a6e9e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e54c7 - Browse repository at this point
Copy the full SHA 89e54c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d9b0b - Browse repository at this point
Copy the full SHA a7d9b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9bd9ec - Browse repository at this point
Copy the full SHA f9bd9ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79539f0 - Browse repository at this point
Copy the full SHA 79539f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1da23 - Browse repository at this point
Copy the full SHA 0f1da23View commit details
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.