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
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
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
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
4 matches
Mail list logo