Re: inside the git folder

2018-10-04 Thread Stephen Smith
git-team, > > > > I am working on a plug-in for a distributed pair programming tool. To > > > > skip the details: I was thinking about sending parts of the git folder > > > > as a zip folder with our own Bytestream instead of using the git API. > > > >

Re: inside the git folder

2018-10-04 Thread Johannes Schindelin
018 at 5:26 AM Chris Jeschke > > wrote: > > > > > > Hey git-team, > > > I am working on a plug-in for a distributed pair programming tool. To > > > skip the details: I was thinking about sending parts of the git folder > > > as a zip folder

Re: inside the git folder

2018-10-04 Thread Chris Jeschke
of the git folder > > as a zip folder with our own Bytestream instead of using the git API. > > Is there a common sense about what should and what shouldn't be done > > when working with the files inside the git folder? > > This contradicts the security model of git. >

Re: inside the git folder

2018-10-03 Thread Stefan Beller
API. > Is there a common sense about what should and what shouldn't be done > when working with the files inside the git folder? This contradicts the security model of git. Locally I can do things like: git config alias.co "rm -rf ~" echo "rm -rf ~" >.git/h

inside the git folder

2018-10-03 Thread Chris Jeschke
when working with the files inside the git folder? Kind Regards, Christian