Revision: 78375
http://sourceforge.net/p/brlcad/code/78375
Author: starseeker
Date: 2021-03-04 15:27:20 +0000 (Thu, 04 Mar 2021)
Log Message:
-----------
Stash a scripting line that will process the commented remove_commits list to
prepare an input.
Modified Paths:
--------------
brlcad/trunk/misc/repoconv/remove_commits.txt
Modified: brlcad/trunk/misc/repoconv/remove_commits.txt
===================================================================
--- brlcad/trunk/misc/repoconv/remove_commits.txt 2021-03-04 14:42:37 UTC
(rev 78374)
+++ brlcad/trunk/misc/repoconv/remove_commits.txt 2021-03-04 15:27:20 UTC
(rev 78375)
@@ -1,3 +1,5 @@
+# To prepare for processing:
+# cat remove_commits.txt | awk -F"#" '{print $1}' | awk '{gsub(/[ ]+$/,"");
print $0}' |awk NF
52036a8b4569b8ffe90e2e8fb0b43f5ed36ba040 # SVN property change
908505f8729b4ff7668d91680abc5a70f9c051e1 # No-op among similar commit msg
cvs-fast-export commits
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits