diff options
author | Jim Meyering <jim@meyering.net> | 2012-03-28 10:41:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-28 08:47:23 -0700 |
commit | a7793a749115ead3b8f7447ce1e96572ea5d8ea3 (patch) | |
tree | b25c8f7aca546e7113e694a23318db546799bd68 /perl | |
parent | 59012e20f8461e51d9f7de1c6ebf05ee7a46b2c2 (diff) | |
download | git-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.tar.gz git-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.tar.xz |
correct spelling: an URL -> a URL
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Git.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git.pm b/perl/Git.pm index f7ce511bb..497f42017 100644 --- a/perl/Git.pm +++ b/perl/Git.pm @@ -691,7 +691,7 @@ The hash is in the format C<refname =\> hash>. For tags, the C<refname> entry contains the tag object while a C<refname^{}> entry gives the tagged objects. C<REPOSITORY> has the same meaning as the appropriate C<git-ls-remote> -argument; either an URL or a remote name (if called on a repository instance). +argument; either a URL or a remote name (if called on a repository instance). C<GROUPS> is an optional arrayref that can contain 'tags' to return all the tags and/or 'heads' to return all the heads. C<REFGLOB> is an optional array of strings containing a shell-like glob to further limit the refs returned in |