-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix handling of relative paths and running from non-Git-root #584
Merged
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76020f8 - Browse repository at this point
Copy the full SHA 76020f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa0105 - Browse repository at this point
Copy the full SHA dfa0105View commit details -
Fix path handling in
_git_exists_in_revision
Now Git calls work correctly even if the common root directory in which to run Git doesn't exist anymore.
Configuration menu - View commit details
-
Copy full SHA for 4e67669 - Browse repository at this point
Copy the full SHA 4e67669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4daedb2 - Browse repository at this point
Copy the full SHA 4daedb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7543f05 - Browse repository at this point
Copy the full SHA 7543f05View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc19c6e - Browse repository at this point
Copy the full SHA cc19c6eView commit details -
- rename `cwd=` to `repo_root=` for clarity - transform paths: relative to cwd -> relative to `repo_root`
Configuration menu - View commit details
-
Copy full SHA for 1a87f5c - Browse repository at this point
Copy the full SHA 1a87f5cView commit details -
Test cases for running from non-Git-root
Add such test cases to tests for - `_git_exists_in_revision()` - `get_missing_at_revision()`
Configuration menu - View commit details
-
Copy full SHA for b0a2674 - Browse repository at this point
Copy the full SHA b0a2674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e8deb2 - Browse repository at this point
Copy the full SHA 8e8deb2View 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.