Page MenuHomePhabricator

Correct Git repository browse behavior for differences in "ls-tree" output
ClosedPublic

Authored by epriestley on Jan 25 2021, 5:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 2:50 PM
Unknown Object (File)
Tue, Apr 16, 5:53 PM
Unknown Object (File)
Sun, Apr 7, 12:27 AM
Unknown Object (File)
Sat, Mar 30, 9:47 AM
Unknown Object (File)
Sat, Mar 30, 9:47 AM
Unknown Object (File)
Sat, Mar 30, 9:46 AM
Unknown Object (File)
Sat, Mar 23, 11:38 PM
Unknown Object (File)
Mar 14 2024, 5:49 PM
Subscribers
None

Details

Summary

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.

Test Plan
  • Browsed a non-root directory in a Git repository in Diffusion.
  • Before: saw absolute paths.
  • After: saw relative paths.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable