-
Notifications
You must be signed in to change notification settings - Fork 13
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
pygit2: implement status #118
Conversation
dtrifiro
commented
Jul 19, 2022
•
edited
Loading
edited
- bump pygit2 to 1.10.0
- force dulwich.status to return posix-style paths for untracked files
This comment was marked as outdated.
This comment was marked as outdated.
|
for consistency with staged/unstaged paths. See jelmer/dulwich#995
e6d56da
to
ccca0f7
Compare
# This can be removed after next pygit2 release: | ||
# see https://github.com/libgit2/pygit2/pull/1087 | ||
GIT_CHECKOUT_SKIP_LOCKED_DIRECTORIES = 1 << 18 | ||
|
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.
Just some housekeeping
While fixing this, I noticed something weird: since Lines 659 to 681 in f35b124
The |
@dtrifiro, in the future, please don't create a PR from your default branch. :) |
bump pygit to 1.10.0