In order to preserve existing default behavior, dcommit should use svn auto-props only if instructed to do so. This commit creates a config option 'svn.autoprops' to enable the behavior. Signed-off-by: Brad King --- Topics for discussion: Should we instead call this option 'useAutoProps' or some other name? Does a 'svn-remote..autoprops' version make sense? (I'll need help with this one because I'm learning perl just for this). Should we still honor/require the svn config option 'enable-auto-props', or treat that as an option specific to 'svn add' and let this git-specific one take over here? Documentation/git-svn.txt | 7 +++++++ git-svn.perl | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-)