Is there a simple git
command to determine the "creation date" of a file in a repository, i.e. the date it was first added? It would be best if it can determine this even through file renames/moves.
I'd like it to be a computer-readable one-line output; it may be that I haven't figured out the correct git log <fname>
options to do this.