Implement submodule recursion in Python
commit655d12cdd1f0a8098e2977585284f1a0ced65f27
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 22 Aug 2009 18:31:34 +0000 (22 21:31 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 22 Aug 2009 18:50:43 +0000 (22 21:50 +0300)
treedd121c5fa7702a03826fcafd7fedb858858c8561
parentad043a75b88a5b1f1d566025e55c768a9334ef72
Implement submodule recursion in Python

Replace use of 'git submodule foreach' by Python code. 'submodule
foreach' is not implemented in git 1.6.0, and doing it in Python is
also less hacky.
clean
disable-mt
enable-mt
init
script/foreach_submodule [deleted file]
script/helpers.py
update