Homec4science

Fix error detection for "ls-tree" output

Authored by epriestley <git@epriestley.com> on Dec 11 2013, 16:13.

Description

Fix error detection for "ls-tree" output

Summary: Fixes T4223. The output of ls-tree is partially delimited by spaces
and partially delimited by \t. The code I added in D7744 to help debug the
issue in T4159 doesn't work properly for files with 7 or more bytes in their
filesize, because the internals use %7s.

Auditors: btrahan

Details

Committed
epriestley <git@epriestley.com>Dec 11 2013, 16:15
Pushed
aubortJan 31 2017, 17:16
Parents
rPHb8b7bf8ad9ec: Provide `phragment.getstate` and `phragment.getpatch` Conduit methods
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH052c83a61303: Fix error detection for "ls-tree" output (authored by epriestley <git@epriestley.com>).Dec 11 2013, 16:15