Robert Pollak <robert.pollak@xxxxxxxxx> wrote: > Introduce a new option 'svn.pathnameencoding' that instructs git svn to > recode pathnames to a given encoding. It can be used by windows users > and by those who work in non-utf8 locales to avoid corrupted file names > with non-ascii characters. > > Signed-off-by: Dmitry Statyvka <dstatyvka@xxxxxxxxxxxxxxxxxx> > [robert.pollak@xxxxxxxxx: renamed the option and added manpage documentation] > Signed-off-by: Robert Pollak <robert.pollak@xxxxxxxxx> > --- > > Hello Eric, > > since the patch is useful to me, I have made the requested option name > change and added some manpage documentation. Please consider applying the > patch or give me additional feedback. Thanks Robert! It looks alright to me and I've acked and pushed it out to git://git.bogomips.org/git-svn (crediting Dmitry as the author) If it's not too much trouble, having a test case to ensure it stays working with future changes would be nice. > This is the first patch I submit on this list, so I hope it's ok. For addendum changes, the standard we seem to have adopted is first initials above the Signed-off/Acked-by lines: >From 3713e2226bcda64513efd537f370ce4d7f767a1e Mon Sep 17 00:00:00 2001 From: Dmitry Statyvka <dstatyvka@xxxxxxxxxxxxxxxxxx> Date: Fri, 30 Jul 2010 04:30:13 +0200 Subject: [PATCH] git svn: add an option to recode pathnames Introduce a new option 'svn.pathnameencoding' that instructs git svn to recode pathnames to a given encoding. It can be used by windows users and by those who work in non-utf8 locales to avoid corrupted file names with non-ascii characters. [rp: renamed the option and added manpage documentation] Signed-off-by: Dmitry Statyvka <dstatyvka@xxxxxxxxxxxxxxxxxx> Signed-off-by: Robert Pollak <robert.pollak@xxxxxxxxx> Acked-by: Eric Wong <normalperson@xxxxxxxx> --- <snip> -- Eric Wong -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html