git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug Report] The since date of "git log" will have influence on the until date of it.
@ 2022-07-22  2:39 Wang, Lei
  2022-07-22  4:12 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Wang, Lei @ 2022-07-22  2:39 UTC (permalink / raw)
  To: git

The since date of "git log --since" will have influence on the until 
date of it.

How to reproduce?

 1. clone this repo https://erol.kernel.org/lkml/git/8/
 2. run "git log --since="2020-05-30" --until="2020-06-02"", it won't
    output anything
 3. change the since date to 2020-05-29: run "git log
    --since="2020-05-29" --until="2020-06-02""
 4. it will output the commits in 2020-06-02 (The until date)

Why would that happen, I just change the since date from 2020-05-30 to 
2020-05-29, why it suddenly output the commits in 2020-06-02?

-- 
BR,
Lei


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-22  4:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22  2:39 [Bug Report] The since date of "git log" will have influence on the until date of it Wang, Lei
2022-07-22  4:12 ` Junio C Hamano
2022-07-22  4:34   ` Wang, Lei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).