Re: [PATCH 0/6] Port git to Plan 9

2019-08-03 Thread Kyohei Kadota
2019-08-04(Sun) 9:38 brian m. carlson : > > On 2019-08-03 at 23:52:08, KADOTA, Kyohei via GitGitGadget wrote: > > 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 opt

Re: [PATCH 5/6] Add plan9/wrap.c

2019-08-03 Thread Kyohei Kadota
2019-08-04(Sun) 9:03 brian m. carlson : > > On 2019-08-03 at 23:52:12, lufia via GitGitGadget wrote: > > From: lufia > > > > Plan 9 has bind(1) instead of ln(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