On Mon, Aug 17, 2015 at 3:25 PM, Lukas Fleischer <lfleischer@archlinux.org> wrote:
And both commits do not have any ancestors?
If you execute `git cat-file commit <id>` (using 69c3f0e, respectively 3c5d519 as commit hashes), are the outputs exactly the same (diff(1) them)?
Thanks for the suggestion! No, there aren't any ancestors, but there is this... ``` tree 0a0dd290957d796d5aa3d83c830ed8094b48e7a3 -author Eli Schwartz <eschwartz93@gmail.com> 1429295767 -0400 -committer Eli Schwartz <eschwartz93@gmail.com> 1433830927 -0400 +author Eli Schwartz <eschwartz93@gmail.com> 1429295767 -0500 +committer Eli Schwartz <eschwartz93@gmail.com> 1433830927 -0500 Initial upload: fanficfare 2.2.2-1 ``` And the problem goes away when I stop using git config log.date local Problem solved, seems to be a bug in git. -- Eli Schwartz