Why do added files have 0 → 100644 Suffx?

These numbers come from the git diff raw output.

0 -> 100644 indicates a new file was created.

https://git-scm.com/docs/git-diff-index#_raw_output_format

1 Like

Those numbers are always 100644 for files with different lengths.
Maybe put a human readable message to say New File ?