diff options
author | David Mitchell <davem@iabyn.com> | 2009-01-03 13:51:28 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-01-03 13:51:28 +0000 |
commit | a7d002a11216fa10d2d93aff87fec9eea46a32ff (patch) | |
tree | f1d9b33669ffb83a3a39720acbf5d14373c43a0f /Porting/git-find-p4-change | |
parent | 0c429c7857dc17d863b0f599b99cd7e16e6d865f (diff) | |
download | perl-a7d002a11216fa10d2d93aff87fec9eea46a32ff.tar.gz |
some more Porting/ script documentation
Diffstat (limited to 'Porting/git-find-p4-change')
-rwxr-xr-x | Porting/git-find-p4-change | 2 |
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; |