aboutsummaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-07-30 13:48:33 -0400
committerJunio C Hamano <gitster@pobox.com>2008-07-30 11:42:01 -0700
commit5354a56fe70420c147f930e0f7f1decbae685d19 (patch)
treebbff775593fd38a42f46825e47b66ce1f898e78f /perl
parent9b6bf4d575e216db9240907940e9f6c619877735 (diff)
downloadgit-5354a56fe70420c147f930e0f7f1decbae685d19.tar.gz
git-5354a56fe70420c147f930e0f7f1decbae685d19.tar.xz
Replace uses of "git-var" with "git var"
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/Git.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git.pm b/perl/Git.pm
index d99e77820..087d3d0e8 100644
--- a/perl/Git.pm
+++ b/perl/Git.pm
@@ -730,7 +730,7 @@ This suite of functions retrieves and parses ident information, as stored
in the commit and tag objects or produced by C<var GIT_type_IDENT> (thus
C<TYPE> can be either I<author> or I<committer>; case is insignificant).
-The C<ident> method retrieves the ident information from C<git-var>
+The C<ident> method retrieves the ident information from C<git var>
and either returns it as a scalar string or as an array with the fields parsed.
Alternatively, it can take a prepared ident string (e.g. from the commit
object) and just parse it.