Clean up ls command
Problem
With duo-workflow-service!338 (merged) we now have 2 branches for listing files.
git ls-treels
This is controlled with FEATURE_GIT_LS_TREE_INSTEAD_OF_LS env variable.
If git ls-tree is stable, we should clean-up ls.
Desired Outcome
-
lscommand is removed. -
FEATURE_GIT_LS_TREE_INSTEAD_OF_LSis removed
Implementation Plan
Edited by Halil Coban