26 May
2013
26 May
'13
7:25 p.m.
2013/5/26 Jürgen Hunold
Hi Bjørn,
On Sunday, 26. May 2013 13:01:18 Bjørn Roald wrote:
On Sat, 2013-05-25 at 23:00 +0200, Daniel Pfeifer wrote:
This patch does not apply to the complete history. I added the following command instead:
$ git filter-branch --tree-filter "find . -type f -maxdepth 1 -exec sed -i -e 's|build[/\\]v2|build|g' {} \;"
Nice - composing with tools the unix way certainly has it's strengths.
Definetely ;-)
It is also pretty slow. Rewriting Boost's history that way takes about 4 hours. I changed the mapping accoring to Bjørn's suggestion. tools/build/v2 will end up in tools/build/v2. I think that makes most sense. cheers, Daniel