-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add a git port #128
base: master
Are you sure you want to change the base?
Add a git port #128
Conversation
Do commands on local repositories work? (For example after copying a repository into the sysroot?) Stuff like |
I haven’t tried |
I just checked, |
05d4378
to
3de1e83
Compare
It seems like serenity patches out several calls to setitimer, which we might be able to use to get more commands working. |
I'm not a fan of doing that; we should just implement POSIX timers. |
I agree on the not a fan part, however, do we want to block this port on that? If yes, then I'll mark this one as a draft waiting on POSIX timers. |
Signed-off-by: Dennis Bonke <[email protected]>
3de1e83
to
3e1d60c
Compare
This has been resolved, |
This PR adds an initial port of
git
. Some notable features that are not yet working are pull and clone, butgit log
does work.Blocked on managarm/mlibc#292Blocked on managarm/managarm#482 and managarm/mlibc#750