Re: more git updates..

2005-04-10 Thread Rutger Nijlunsing
t-of-all-trees, then they don't matter, that's true :) > So whether you agree with the things that _I_ consider important probably > depends on how you work. The real downside of GIT may be that _my_ way of > doing things is quite possibly very rare. -- Rutger Nij

Proposal for shell-patch-format [was: Re: more git updates..]

2005-04-10 Thread Rutger Nijlunsing
e1/file1 -> 1234 tree1/file2 -> 4567 and tree2/file1 -> 3456 tree2/file3 -> 4567 tree2/file4 -> 4567 ..this could generate shell-patch: # Comments-go-here mv tree2/file2 tree2/file3 cp tree2/file3 tree2/file4 patch tree1/file1 <<__FILE_PATCH__ (patch-goes-her