Does there exist any unique identifier for files in a Git Repository? This unique identifier must be the same after some commits (modifying files), or after renaming and moving file(s).
Does such a thing exist?
I tried git ls-files --debug
but I didn't find a unique identifier with the characteristics listed above.