[PATCH v2 0/3] Port git to Plan 9

2019-08-27 Thread KADOTA, Kyohei via GitGitGadget
Changes from v1 === * Use gmake * Use sh * Remove dependencies to Plan 9 tools; rc and mk What I did == I ported git, and git subcommands with gmake to Plan 9. This pull request contains patches for existing codes, and new files to build git in Plan 9. I added three new o

[PATCH 0/6] Port git to Plan 9

2019-08-03 Thread KADOTA, Kyohei via GitGitGadget
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, and also some git subcommands written not in C is not available yet. But git can sync