Re: [git-users] How to print log tree

2023-06-11 Thread Uwe Brauer
>>> "ZH" == Zhanbang He writes: > 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.

Re: [git-users] How to print log tree

2023-06-11 Thread Zhanbang He
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

Re: [git-users] How to print log tree

2023-06-11 Thread Zhanbang He
On Sun, Jun 11, 2023 at 2:03 PM Uwe Brauer wrote: > > > On Thu, Jun 8, 2023 at 12:56 AM Konstantin Khomoutov > > 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 |

Re: [git-users] How to print log tree

2023-06-11 Thread Uwe Brauer
> On Thu, Jun 8, 2023 at 12:56 AM Konstantin Khomoutov > 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 git log --graph --color=always --branches --remotes

Re: [git-users] How to print log tree

2023-06-10 Thread Zhanbang He
On Thu, Jun 8, 2023 at 12:56 AM Konstantin Khomoutov wrote: > On Tue, Jun 06, 2023 at 05:52:13PM -0700, Zhanbang He wrote: > > > when run `git log`, it only show many commits. But can not show > > commits with branch-tree. > > So How can I print log tree? > > I fail to quite parse the "can not

Re: [git-users] How to print log tree

2023-06-07 Thread Konstantin Khomoutov
On Tue, Jun 06, 2023 at 05:52:13PM -0700, Zhanbang He wrote: > when run `git log`, it only show many commits. But can not show > commits with branch-tree. > So How can I print log tree? I fail to quite parse the "can not show commits with branch-tree" part, but have you tried git log

[git-users] How to print log tree

2023-06-06 Thread Zhanbang He
Hi all when run `git log`, it only show many commits. But can not show commits with branch-tree. So How can I print log tree? -- 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