]> arthur.barton.de Git - bup.git/commit
Correct thanks for commit ff5e91840c92fbb3af70731ede8696114dfee7aa.
authorRob Browning <rlb@defaultvalue.org>
Wed, 6 Nov 2013 22:29:57 +0000 (16:29 -0600)
committerRob Browning <rlb@defaultvalue.org>
Wed, 6 Nov 2013 22:30:09 +0000 (16:30 -0600)
commit88fe52c0b1a7373378e682f83b45ebf609392c69
treee7cae14402b39cd475109ddfe5240120dd4564e1
parentff5e91840c92fbb3af70731ede8696114dfee7aa
Correct thanks for commit ff5e91840c92fbb3af70731ede8696114dfee7aa.

Thanks to Ben Kelly <btk@google.com> for tracking down the problem,
rather than Alexander Barton <alex@barton.de>.

Original message:

  Author: Rob Browning <rlb@defaultvalue.org>
  Date:   Tue Nov 5 17:17:45 2013 -0600

    Don't include atime when determining hardlink compatibility.

    Don't include the atimes since we're comparing two paths stat()ed at
    different times, and depending on the
    platform/filesystem/mount-options, that may result in two different
    atimes, even when the paths refer to the same file.

    Thanks to Alexander Barton <alex@barton.de> for tracking down the
    problem.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Reviewed-by: Gabriel Filion <gabster@lelutin.ca>
Signed-off-by: Rob Browning <rlb@defaultvalue.org>