I have incorporated Eric Wong's feedback into the git-svn propset support patch.
Issues resolved: 1) Test-case written. 2) Remove dead code. 3) Use shorter vars for formatting. 4) Fix bool comparisons. 5) Check for filesystem errors on write to .gitattribute file. 6) Use command_output_pipe() instead of open my $fh, '-|', ... 7) Refactor check for existing props. There is a nit that I want to point out. The code does not support adding props unless there are also content changes to the files as well. You can see this in the testcase. That is still sufficient for many people's workflows (FreeBSD at least). So I am wondering if this is OK. I would gladly take any pointers to making it work with unchanged files either for a later diff or to wrap this up. Thank you. Alfred Perlstein (1): git-svn: Support for git-svn propset git-svn.perl | 49 +++++++++++++++++++++++++++++++- perl/Git/SVN/Editor.pm | 43 ++++++++++++++++++++++++++++ t/t9148-git-svn-propset.sh | 71 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 162 insertions(+), 1 deletion(-) create mode 100755 t/t9148-git-svn-propset.sh -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html