Thanks, it works for me based on your  command.

This is my  command  `git log  --graph --color=always --all --decorate
--oneline --since="2023-6-6" | git name-rev --annotate-stdin`.

One drawback of my command is that it does not show the time of commit.

On Sun, Jun 11, 2023 at 2:18 PM Zhanbang He <hezhanb...@gmail.com> wrote:

>
>
> On Sun, Jun 11, 2023 at 2:03 PM Uwe Brauer <o...@mat.ucm.es> wrote:
>
>>
>> > On Thu, Jun 8, 2023 at 12:56 AM Konstantin Khomoutov <kos...@bswap.ru>
>> > wrote:
>>
>> > no good, it only shows simple-line commits.
>>
>>
>> Try one of these
>>
>>
>> git log   --graph --color=always --all --decorate --pretty | git name-rev
>> --annotate-stdin | less -R
>>
> not found command 'less', because My OS is Windows 10 Pro.
>
>>
>> git log   --graph --color=always --branches  --remotes --decorate
>> --pretty | git name-rev --annotate-stdin | less -R
>>
>> git log   --graph --color=always --branches  --remotes --since=2years
>> --decorate --pretty | git name-rev --annotate-stdin | less -R
>>
>>
>> --
>> Warning: Content may be disturbing to some audiences
>> I strongly condemn Putin's war of aggression against the Ukraine.
>> I support to deliver weapons to Ukraine's military.
>> I support the NATO membership of the Ukraine.
>> I support the EU membership of the Ukraine.
>>
>> https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/CALZOGtT8kHtUBtBFOrUGRX%2BQZEy2X7tUhx4yEjggXyFMhqkQgw%40mail.gmail.com.

Reply via email to