summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfind-cherry.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/find-cherry.pl b/find-cherry.pl
index 76a7665..e53ede6 100755
--- a/find-cherry.pl
+++ b/find-cherry.pl
@@ -1,4 +1,7 @@
#!/usr/bin/perl
+#
+# takes git directories as arguments and runs git cherry inside
+#
use warnings;
use strict;
use Cwd;