-
Notifications
You must be signed in to change notification settings - Fork 3
Fix branch updating and caching in git handler #24
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
Conversation
PR TypeBug fix, Enhancement Description
Diagram Walkthroughflowchart LR
A["Repository URL"] --> B["Normalize URL"]
B --> C["Create SHA-1 Hash"]
C --> D["Generate Clone Path"]
E["Git Fetch"] --> F["Prune Remote Refs"]
F --> G["Update Local Branches"]
|
| Relevant files | |||
|---|---|---|---|
| Bug fix |
|
PR Compliance Guide 🔍(Compliance updated until commit ceeb02f)Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label Previous compliance checksCompliance check up to commit 5b1a97e
|
|||||||||||||||||||||||||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
5b1a97e to
ceeb02f
Compare
janhavlin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried it out locally on some examples and ran into no issues.
psss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just one concern.
.gitshould now produce the same hash as those not ending with.git.Fixes #23