Le samedi 25 juillet 2009 à 22:37 -0600, Carl Sorensen a écrit : > Any git gurus out there who have an idea of how I can do this without having > to manually apply patches made between the files in the different > directories?
If marvellous renames detection capacity of Git enabled by default when merging doesn't work for you (maybe you have to specify it manually when you rebase, if this option ever exists in rebase, see the man pages), make a patch file or your commit, or backup your patch file if you don't have it in your Git repo, then try sed -i -e '#/user#/notation#g' your_patch_file This manual way with sed would probably be the only reasonable option with a VCS like CVS. > Any help would be appreciated; right now I feel like all of my work on > autobeaming is in shambles and I'm going to have to do it all over again. Don't worry, all your fantastic work on autobeaming certainly needn't be redone just for a few doc files moved :-) Cheers, John
signature.asc
Description: Ceci est une partie de message numériquement signée
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel