On Mon, Oct 8, 2018 at 2:57 PM brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> wrote: > > With SHA-256, the length of the all-zeros object ID is longer. Add a > function to git-submodule.sh to check if a full hex object ID is the > all-zeros value, and use it to check the output we're parsing from git > diff-files or diff-index. > > Signed-off-by: brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> > --- Nice!