Ref T13589. The output for "git ls-tree commit:path" (the old invocation) and "git ls-tree commit -- path" (the new invocation) differs: the latter emits absolute paths.
Update the code to account for this difference in behavior.
Differential D21519
Correct Git repository browse behavior for differences in "ls-tree" output epriestley on Jan 25 2021, 5:10 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Ref T13589. The output for "git ls-tree commit:path" (the old invocation) and "git ls-tree commit -- path" (the new invocation) differs: the latter emits absolute paths. Update the code to account for this difference in behavior.
Diff Detail
|