]> arthur.barton.de Git - bup.git/commit
Use the author date, not committer date for the bup save date.
authorRob Browning <rlb@defaultvalue.org>
Mon, 10 Feb 2014 19:03:09 +0000 (13:03 -0600)
committerRob Browning <rlb@defaultvalue.org>
Fri, 2 May 2014 16:06:37 +0000 (11:06 -0500)
commit0794ec78732b2005ef5e151b7946b450ecb9296d
treeee31842deb4a9c2a070a417554b123e1606e5b5e
parent829c5fbbf08198e9fc498d9ce4932882ba37dc95
Use the author date, not committer date for the bup save date.

Since it's the author date that indicates when the save was made, use
that instead of the committer date to represent saves.

Doing so means that any operations on branches (like rebase,
cherry-pick, etc.) won't change the "save date" as far as bup is
concerned.

This should have no effect with respect to backward compatibility
because until now, bup always used the same date for the author and
committer.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/git.py