diff options
author | Ivan Frade <ifrade@google.com> | 2025-01-23 16:19:25 -0800 |
---|---|---|
committer | Ivan Frade <ifrade@google.com> | 2025-04-15 16:27:24 -0700 |
commit | 2cef1a59ff33fd9829a7fb2bc777f675f5a75f30 (patch) | |
tree | daa81510cb7a21d1fceca2ed7f95e1269f6d508a /lib/jmh/BUILD | |
parent | 9b51ec8f2ff1a118844227c1ea41f0f0fe05e2ef (diff) | |
download | jgit-master.tar.gz jgit-master.zip |
The code establishing the PackExt from the file name uses endsWith, i
think to cover for the x.<ext> and x.old-<ext> cases. This doesn't
work if we add the "midx" case, as "midx".endsWith("idx").
Check explicitely that the extension maches itself or with the old-
prefix. We rather keep the "midx" as file extension for upstream
compatibility.
Change-Id: I25d0e850b9df17ed99d776b397560774bc402d39
Diffstat (limited to 'lib/jmh/BUILD')
0 files changed, 0 insertions, 0 deletions