summaryrefslogtreecommitdiff
path: root/git/refs/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/refs/log.py')
-rw-r--r--git/refs/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/refs/log.py b/git/refs/log.py
index c3019d39..69189b51 100644
--- a/git/refs/log.py
+++ b/git/refs/log.py
@@ -256,7 +256,7 @@ class RefLog(list, Serializable):
committer = isinstance(config_reader, Actor) and config_reader or Actor.committer(config_reader)
entry = RefLogEntry((
bin_to_hex(oldbinsha).decode('ascii'),
- bin_to_hex(newbinsha).decode('ascii'),
+ bin_to_hex(newbinsha).decode('ascii'),
committer, (int(time.time()), time.altzone), message
))