-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improvements to OverleafGitPaperRemote #25
Conversation
…aper.rewind(commit_id)` syntax.
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.
oh man, this is beautiful! LOVE the context idea!
Note: tests pass locally on my machine... The tests are failing in GitHub Actions for strange git reasons, maybe having to do with the fact that there is no Or maybe there is some difference between |
Motivation for this is to address #19 for OverleafGitPaperRemote by making use of the
revision_id
field of the edits.Along the way I also added some tests, including one that essentially gets at the race-condition of #19.
Including some fancy syntax which may or may not be considered good design:
...and the git history-handling is done when the
with
block exits