Changes between Version 2 and Version 3 of WorkingWithGitSVN
- Timestamp:
- Oct 24, 2015, 6:13:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingWithGitSVN
v2 v3 72 72 name = gensub(/^\s*|\s*$/, "", "g", $3); 73 73 if (!match(handle,"nomaintainer|openmaintainer|portmgr")) { 74 printf "%s = %s <%s>\n", handle, name, email; 74 75 printf "%s = %s <%s>\n", email, name, email; 75 76 } 76 }' > AUTHORS.git-svn.txt77 }' | sort > AUTHORS.git-svn.txt 77 78 }}} 78 79