Re: [PATCH] graph.c: log.showRootMark to indicate root commits

2018-04-02 Thread Junio C Hamano
Junio C Hamano writes: > Lyubomyr Shaydariv writes: > >> When log.showRootMark is set, root commits are marked with >> the at sign (@). >> >> When log.showRootMark is not set, root commits are marked with >> the asterisk sign (*). This is the default behavior. >> >> Signed-off-by: Lyubomyr Shayd

Re: [PATCH] graph.c: log.showRootMark to indicate root commits

2018-04-02 Thread Junio C Hamano
Lyubomyr Shaydariv writes: > When log.showRootMark is set, root commits are marked with > the at sign (@). > > When log.showRootMark is not set, root commits are marked with > the asterisk sign (*). This is the default behavior. > > Signed-off-by: Lyubomyr Shaydariv > --- So the idea is when yo

[PATCH] graph.c: log.showRootMark to indicate root commits

2018-04-01 Thread Lyubomyr Shaydariv
When log.showRootMark is set, root commits are marked with the at sign (@). When log.showRootMark is not set, root commits are marked with the asterisk sign (*). This is the default behavior. Signed-off-by: Lyubomyr Shaydariv --- Documentation/config.txt | 5 + Documentation/git-log.txt |