How is possible to get the date in which a file appeared for the first time in a branch.
Currently I'm using the following. The problem is that for merges it returns the creation date in the original branch instead of returning the date of the merge.
$ git log --first-parent --format=%ct FILE
Looks like this problem is fixed in version 1.7.9.1 https://github.com/git/git/blob/master/Documentation/RelNotes/1.7.9.1.txt
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With