From 48316772d3c0cf95da2987ab83d8ee47c67e12d8 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 8 Aug 2011 21:26:08 +0200 Subject: find-cherry.pl: add short comment Signed-off-by: Florian Pritz --- find-cherry.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'find-cherry.pl') 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; -- cgit v1.2.3-24-g4f1b