Dennis Kaarsemaker writes:
> On wo, 2015-12-30 at 11:54 -0800, Junio C Hamano wrote:
>> Carlos Pita writes:
>>
>> > the graph output of log show orphan branches in a way that suggests
>> > they have a parent.
>>
>> Reminds me of this ancient RFH topic
>>
>> http://thread.gmane.org/gmane.com
> - return "*";
> + return commit->parents ? "*" : "^" ;
I like this idea.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On wo, 2015-12-30 at 11:54 -0800, Junio C Hamano wrote:
> Carlos Pita writes:
>
> > the graph output of log show orphan branches in a way that suggests
> > they have a parent.
>
> Reminds me of this ancient RFH topic
>
> http://thread.gmane.org/gmane.comp.version-control.git/236708/focus
> =2
Carlos Pita writes:
> the graph output of log show orphan branches in a way that suggests
> they have a parent.
Reminds me of this ancient RFH topic
http://thread.gmane.org/gmane.comp.version-control.git/236708/focus=239580
which unfortunately got no help...
--
To unsubscribe from this list:
> http://stackoverflow.com/questions/22541261/git-log-of-all-branchs-in-only-the-current-tree
>
> I think this is a bug in the UI.
Please notice this happens only for the --oneline output.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.
Hi all,
the graph output of log show orphan branches in a way that suggests
they have a parent. See for example:
http://stackoverflow.com/questions/22541261/git-log-of-all-branchs-in-only-the-current-tree
I think this is a bug in the UI.
Cheers
--
Carlos
--
To unsubscribe from this list: send t
6 matches
Mail list logo