[Question]: Does "git log" involve some stochastic operations?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: [Question]: Does "git log" involve some stochastic operations?
- From: "Wang, Lei" <lei4.wang@xxxxxxxxx>
- Date: Sat, 13 Aug 2022 10:06:10 +0800
- User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 Thunderbird/91.12.0
Hi,
I have a question about the internal of "git log". Each time when I
execute the following command:
> git log --numstat --since="2022-06-01" --until="2022-06-21"
--no-merges --format=%n%n%s%n%H%n%cs%n%an\<%ae
The number of the commits in the output is slightly different. I didn't
do any sync operation in the repo, so the only reason I can found is
that maybe git log involves some stochastic operations, so each time the
output will be a little changed. Is my assumption right?
--
BR,
Lei
[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]