Git.pm: add new temp_is_locked function
commit4e63dcc86cc77ec86a8d35ff752603a4b44d44a7
authorKyle J. McKay <mackyle@gmail.com>
Sun, 7 Jul 2013 04:20:48 +0000 (6 21:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Jul 2013 22:43:02 +0000 (7 15:43 -0700)
tree0914d613678119b9ebdcbc8cef94508cae20655e
parentedca4152560522a431a51fc0a06147fc680b5b18
Git.pm: add new temp_is_locked function

The temp_is_locked function can be used to determine whether
or not a given name previously passed to temp_acquire is
currently locked.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git.pm