[MacPorts] WorkingWithGitSVN modified

MacPorts noreply at macports.org
Sat Oct 24 11:13:47 PDT 2015


Page "WorkingWithGitSVN" was changed by cal at macports.org
Diff URL: <https://trac.macports.org/wiki/WorkingWithGitSVN?action=diff&version=3>
Revision 3
Comment: Older SVN commits use the handle without the @macports.org suffix; sort output before piping to file.
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: WorkingWithGitSVN
=========================================================================
--- WorkingWithGitSVN (version: 2)
+++ WorkingWithGitSVN (version: 3)
@@ -71,9 +71,10 @@
     email = handle "@macports.org";
     name = gensub(/^\s*|\s*$/, "", "g", $3);
     if (!match(handle,"nomaintainer|openmaintainer|portmgr")) {
+        printf "%s = %s <%s>\n", handle, name, email;
         printf "%s = %s <%s>\n", email, name, email;
     }
-}' > AUTHORS.git-svn.txt
+}' | sort > AUTHORS.git-svn.txt
 }}}
 
 TODO: This has to be applied when updating the Git mirror, as it will be hardcoded in the Git commit object?
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/WorkingWithGitSVN>
MacPorts <https://www.macports.org/>
Ports system for OS X

This is an automated message. Someone added your email address to be
notified of changes on 'WorkingWithGitSVN' page.
If it was not you, please report to .


More information about the macports-changes mailing list