summaryrefslogtreecommitdiff
path: root/Porting/git-find-p4-change
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-01-03 13:51:28 +0000
committerDavid Mitchell <davem@iabyn.com>2009-01-03 13:51:28 +0000
commita7d002a11216fa10d2d93aff87fec9eea46a32ff (patch)
treef1d9b33669ffb83a3a39720acbf5d14373c43a0f /Porting/git-find-p4-change
parent0c429c7857dc17d863b0f599b99cd7e16e6d865f (diff)
downloadperl-a7d002a11216fa10d2d93aff87fec9eea46a32ff.tar.gz
some more Porting/ script documentation
Diffstat (limited to 'Porting/git-find-p4-change')
-rwxr-xr-xPorting/git-find-p4-change2
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/git-find-p4-change b/Porting/git-find-p4-change
index b77795355f..ba1a0b76cf 100755
--- a/Porting/git-find-p4-change
+++ b/Porting/git-find-p4-change
@@ -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;