some more Porting/ script documentation
David Mitchell [Sat, 3 Jan 2009 13:51:28 +0000 (13:51 +0000)]
Porting/git-find-p4-change
Porting/manicheck

index b777953..ba1a0b7 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/perl
 
+# given a perforce change number, output the equivalent git commit id
+
 die "usage: $0 [git-log-options] num" unless @ARGV;
 
 my $num = 1;
index 0439292..9fff861 100644 (file)
@@ -1,5 +1,9 @@
 #!/usr/bin/perl
 
+# output a list of:
+#  a) files listed in MANIFEST which don't exist
+#  b) files which exist but which aren't in MANIFEST
+
 use strict;
 use warnings;
 use File::Find;