Re: Adding git hooks

2014-04-28 Thread Jeff King
On Mon, Apr 28, 2014 at 09:43:10AM -0700, Junio C Hamano wrote: > Yes, I'd love to see something along that line in the longer term, > showing all the objects as just regular objects under the hood, with > implementation details hidden in the object layer (just like there > is no distinction betwe

Re: Adding git hooks

2014-04-28 Thread Junio C Hamano
Jeff King writes: > On Sat, Apr 26, 2014 at 10:24:50AM -0700, Junio C Hamano wrote: > >> Suvorov Ivan writes: >> >> > I want to extend the functionality of git due to the possibility of >> > separation of the user repository into 2 parts - one part will be >> > stored as usual, under version co

Re: Adding git hooks

2014-04-26 Thread Jeff King
On Sat, Apr 26, 2014 at 10:24:50AM -0700, Junio C Hamano wrote: > Suvorov Ivan writes: > > > I want to extend the functionality of git due to the possibility of > > separation of the user repository into 2 parts - one part will be > > stored as usual, under version control git, and the second pa

Re: Adding git hooks

2014-04-26 Thread Junio C Hamano
Suvorov Ivan writes: > I want to extend the functionality of git due to the possibility of > separation of the user repository into 2 parts - one part will be > stored as usual, under version control git, and the second part will > be stored in another location such as an FTP-server. Sounds like

Adding git hooks

2014-04-26 Thread Suvorov Ivan
Hello. I want to extend the functionality of git due to the possibility of separation of the user repository into 2 parts - one part will be stored as usual, under version control git, and the second part will be stored in another location such as an FTP-server. This will be done in order to be