#1775 Timings of commits in a pull request seems wrong
Closed: Won't Fix by wombelix. Opened by vivekanand1101.

https://pagure.io/pagure/pull-request/1647#commit_list , surely @farhaan didn't do that much work within an hour :/


Did you check what is in git itself?

Did you check what is in git itself?

I didn't but, rebasing doesn't change the date, no?

I was comparing these git logs with the output of pygit2, it seems there is error in pygit2 library :P

GIT LOG
commit 9db78c6357cca93547c19d84ab44f7a8d006a910
Author: Pierre-Yves Chibon pingou@pingoured.fr
Date: Tue Jan 17 13:13:21 2017 +0100

Fix keeping the current filters when updating the status of the tag used
Fixes https://pagure.io/pagure/issue/1772

commit 57c0da4f62c868084f04775cc7e492d14d5c0b0d
Author: Pierre-Yves Chibon pingou@pingoured.fr
Date: Wed Jan 18 14:16:37 2017 +0100

Move the custom field block to the right and fix indentation in the html

PYGIT2 code (python shell)

commit = repos.revparse_single('9db78c6357cca93547c19d84ab44f7a8d006a910')
commit.commit_time
1484746215L
arrow.get(commit.commit_time)

commit=repos.revparse_single('57c0da4f62c
868084f04775cc7e492d14d5c0b0d')
commit.commit_time
1484745397L
arrow.get(commit.commit_time)

The last update was 6 years ago, no further requests, updates or actionable tasks since then, I'm going to close this issue for now to reduce our backlog.

Metadata Update from @wombelix:
- Issue close_status updated to: Won't Fix
- Issue status updated to: Closed (was: Open)

Metadata