diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2018-05-13 02:24:14 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-14 11:02:01 +0900 |
commit | bd981d5fc33677b4f074bac309ce64b39ba9d02e (patch) | |
tree | 71bcb62f8cf722c867f70d30df5a0e70bc102615 /Documentation/git-unpack-objects.txt | |
parent | t: switch $_z40 to $ZERO_OID (diff) | |
download | tgif-bd981d5fc33677b4f074bac309ce64b39ba9d02e.tar.xz |
t/test-lib: introduce OID_REGEX
Currently we have a variable, $_x40, which contains a regex that matches
a full 40-character hex constant. However, with NewHash, we'll have
object IDs that are longer than 40 characters. In such a case, $_x40
will be a confusing name. Create a $OID_REGEX variable which will
always reflect a regex matching the appropriate object ID, regardless of
the length of the current hash.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-unpack-objects.txt')
0 files changed, 0 insertions, 0 deletions