status hangs trying to get submodule summary

2015-03-21 Thread Wincent Colaiuta
Hi, I just ran into some odd behavior trying to update a submodule in one of my projects where it would hang indefinitely trying to run either `git status` or `git commit`. Here's the minimal repro recipe: mkdir demo cd demo git init git submodule add git://github.com/ansible/ansible.git ansible

Re: (Ab)using filter-branch from a post-receive hook

2012-07-15 Thread Wincent Colaiuta
On Jul 14, 2012, at 11:44 PM, Junio C Hamano wrote: > Wincent Colaiuta writes: > >> On Jul 14, 2012, at 10:25 PM, Junio C Hamano wrote: >> >>> I did not see anything wrong doing what you described in the >>> post-receive, even though having the hook in th

Re: (Ab)using filter-branch from a post-receive hook

2012-07-14 Thread Wincent Colaiuta
On Jul 14, 2012, at 10:25 PM, Junio C Hamano wrote: > Wincent Colaiuta writes: > >> Specifically, I was thinking of doing the following: >> >> - on pushing into our authoritative repo, we replicate to a second >> "scratch" repo where all the dirty work g

(Ab)using filter-branch from a post-receive hook

2012-07-14 Thread Wincent Colaiuta
Hi, At $day_job we want to start publishing a subtree of our codebase as open source. As we audit and prep more sections of the code base, we'll be broadening the subtree(s) that we export, until eventually we want as close as possible to the whole thing to be open source. The resulting public