On Wed, Sep 2, 2009 at 10:56 PM, Matthias Pfafferodt<[email protected]> wrote: > I'm using git and it (and the tools build around it) create the patches in > this form. For these patches you can do
git config format.suffix .diff > I can rename the patches to *.diff, but I don't know how to change the number > of slashes (directories) used by git ... Can't find it either :( Maybe you can hack something up with diff.external that points at a script that does something like sed '/^diff/s/a\/trunk\///' over the patch? _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
