author | Sam Vilain <sam.vilain@catalyst.net.nz> | |
Fri, 15 Jun 2007 03:43:59 +0000 (15:43 +1200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 16 Jun 2007 08:20:26 +0000 (01:20 -0700) | ||
commit | c5f71ad09994b46d80878ce72d1ca6f59935d952 | |
tree | 511016c373854612d70b6e9a93bc84b22e8550b0 | tree | snapshot |
parent | efd8f793e472069459c30e5d21bb2d203436c72a | commit | diff |
git-svn: avoid string eval for defining functions
You don't need to use string eval to define new functions; assigning a
code reference to the target symbol table is enough.
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
You don't need to use string eval to define new functions; assigning a
code reference to the target symbol table is enough.
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl | diff | blob | history |