1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-18 19:26:07 +02:00
git/perl
brian m. carlson bcbb44ba05 Git.pm: make hash size independent
The cat_blob function was matching on exactly 40 hex characters.  This
won't work with SHA-256, which uses 64-character hex object IDs.  While
it should be fine to simply match any number of hex characters since the
output is space delimited, be extra safe by matching either exactly 40
or exactly 64 hex characters.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2019-04-01 11:57:39 +09:00
..
FromCPAN perl: move the perl/Git/FromCPAN tree to perl/FromCPAN 2018-03-05 10:52:28 -08:00
Git Merge branch 'dj/runtime-prefix' 2018-05-08 15:59:17 +09:00
header_templates Makefile: add Perl runtime prefix support 2018-04-11 18:09:56 +09:00
.gitignore Makefile: replace perl/Makefile.PL with simple make rules 2017-12-11 15:28:10 -08:00
Git.pm Git.pm: make hash size independent 2019-04-01 11:57:39 +09:00