This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ChangeLogs in commit messages


Sergio Durigan Junior <sergiodj@redhat.com> writes:

> Siva Chandra kindly pointed to me that gitweb manages to figure out the
> actual push date.  So I did a little more research on git-log's manpage,
> and saw that there is a "--pretty=fuller" option which shows the push
> date.

There is no such thing as a "push date".  What you see is the author
date and the committer date.  But both are set during the local commit,
and are unrelated to the point of time of pushing the commits to the
remote repository.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]