Re: git log --since=<date>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2020-05-02 07:54:03+0200, Dmitry Kulikov <dima@xxxxxxxxxxxx> wrote:
> On Friday 01 May 2020 15:03:10 Junio C Hamano wrote:
> > You of course can say "git log --since=yesterday.midnight" if you
> > want to be exact ;-).
> 
>   What should I enter instead --since=2020-05-01 to have a midnight time?


You can use the same syntax:

	git log --since='2020-05-01 midnight'
	# or ISO-8601
	git log --since='2020-05-01 00:00:00'


-- 
Danh



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux