Dear Maintainers, When we add the option --full-history to our "git log -- path/filename" command we do get the commit we expected (the one with hash 9bd5a55d72acee622d9e25eecb70e1beb93d0ea4):
$ git log --format=fuller --name-only --full-history \
-- english/News/2019/20190216.wml
commit 9bd5a55d72acee622d9e25eecb70e1beb93d0ea4
Author: Laura Arjona Reina <[email protected]>
AuthorDate: Fri Dec 13 20:13:29 2019 +0100
Commit: Laura Arjona Reina <[email protected]>
CommitDate: Fri Dec 13 20:13:29 2019 +0100
remove the tag for frontpage
english/News/2019/20190216.wml
[...]
So, the reported behaviour seems to be just a consequence of git log
command's default history simplification.
I think that this bug report can be closed now.
Regards,
Rafa.
signature.asc
Description: PGP signature

