Re: How to include repository config in vcsh

2016-05-27 Thread Marc Haber
On Fri, May 27, 2016 at 03:04:10PM +0200, Martin Kühl wrote: > Quoting `man mr`: > >pre_ and post_ >If "pre_action" is set, its command is run before mr performs the >specified action. Similarly, "post_action" commands are run after >mr successfully

Re: How to include repository config in vcsh

2016-05-27 Thread Martin Kühl
On 27 May 2016 at 13:31, Marc Haber wrote: > On Fri, May 27, 2016 at 04:52:08PM +0900, Sean Whitton wrote: >> On Thu, May 26, 2016 at 10:13:53AM +0200, Marc Haber wrote: >> > Does myrepos (which current vcsh doesn't seem to use) post_checkout >> > hook do something

Re: How to include repository config in vcsh

2016-05-27 Thread Marc Haber
On Fri, May 27, 2016 at 04:52:08PM +0900, Sean Whitton wrote: > On Thu, May 26, 2016 at 10:13:53AM +0200, Marc Haber wrote: > > Does myrepos (which current vcsh doesn't seem to use) post_checkout > > hook do something significantly different from what a git > > post_checkout hook does? > >

Re: How to include repository config in vcsh

2016-05-25 Thread Marc Haber
On Tue, May 24, 2016 at 01:27:19PM -0700, Corey Quinn wrote: > Does git config without --global or --system flags do what you want it to do? Probably, but that would further complicate first rollout on new systems since this would need to be done on all host after first clone, wouldn't it?

Re: How to include repository config in vcsh

2016-05-24 Thread Corey Quinn
Does git config without --global or --system flags do what you want it to do? -- Corey Quinn > On May 24, 2016, at 1:01 PM, Marc Haber wrote: > > Hi, > > is there a possibility to include configuration for the git repository > into the repository itself? For