summaryrefslogtreecommitdiffstats
path: root/find-cherry.pl
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-08-08 21:26:08 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-08-08 21:26:08 +0200
commit48316772d3c0cf95da2987ab83d8ee47c67e12d8 (patch)
treed41e3ea5dbf52b4dd228954748662ed0a0278174 /find-cherry.pl
parent2f9320207bad9e89083a01542c1a29d54faa1be1 (diff)
downloadbin-48316772d3c0cf95da2987ab83d8ee47c67e12d8.tar.gz
bin-48316772d3c0cf95da2987ab83d8ee47c67e12d8.tar.xz
find-cherry.pl: add short comment
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'find-cherry.pl')
-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;