Closed
Conversation
56ac0c1 to
6561dda
Compare
Member
|
Wow! Plan 9, eh? How's this effort going? |
Contributor
Author
|
@dscho Thank you. After replying to reviews for other dependent libraries, such as LibreSSL, I will tidy this pull request and submit it to ML. |
038bbec to
b2dc51f
Compare
e3a4dc5 to
055c340
Compare
In Plan 9, almost environment variables are not capitalized. Signed-off-by: lufia <lufia@lufia.org>
Signed-off-by: lufia <lufia@lufia.org>
Plan 9 ANSI/POSIX environment is: * No expr(1) * sed(1) limits max length of label to 7 characters * pcc ignores object files that has incorrect extension, so should use underlying loader directly. * No ln(1). Instead use bind(1), but bind isn't persisted to the disk. However it isn't efficient to copy git to git subcommands such as git-add. Therefore Plan 9 needs exec-wrapper to switch behavior by executable name. * tar(1) don't have -o option Signed-off-by: lufia <lufia@lufia.org>
Contributor
Author
|
Continuation: gitgitgadget#305 |
Member
Why a new PR? You lose all of GitGitGadget's convenience like automatically generating the range-diff. |
Contributor
Author
|
This PR is opened on git/git so I think it is used only for testing. Actual PR still be opened on gitgitgadget/git repo. Is it correct? or is there better way? |
Member
These days, you can |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I ported git, and git subcommands only written in C to Plan 9.
This pull request contains patches for existing codes, and new files to build git in Plan 9.
All build options such as NO_PERL are not supported yet.
Whole installing process is published at https://medium.com/@lufia/14fee2ad7493
Thanks for taking the time to contribute to Git! Please be advised that the
Git community does not use github.com for their contributions. Instead, we use
a mailing list (git@vger.kernel.org) for code submissions, code reviews, and
bug reports. Nevertheless, you can use GitGitGadget (https://gitgitgadget.github.io/)
to conveniently send your Pull Requests commits to our mailing list.
Please read the "guidelines for contributing" linked above!