Changes between Version 2 and Version 3 of WorkingWithGitSVN


Ignore:
Timestamp:
Oct 24, 2015, 6:13:43 PM (9 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Older SVN commits use the handle without the @macports.org suffix; sort output before piping to file.

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithGitSVN

    v2 v3  
    7272    name = gensub(/^\s*|\s*$/, "", "g", $3);
    7373    if (!match(handle,"nomaintainer|openmaintainer|portmgr")) {
     74        printf "%s = %s <%s>\n", handle, name, email;
    7475        printf "%s = %s <%s>\n", email, name, email;
    7576    }
    76 }' > AUTHORS.git-svn.txt
     77}' | sort > AUTHORS.git-svn.txt
    7778}}}
    7879