* [announce] text-based tree visualizer
@ 2008-03-06 17:48 Jan Engelhardt
2008-03-06 18:24 ` Johannes Schindelin
` (2 more replies)
0 siblings, 3 replies; 15+ messages in thread
From: Jan Engelhardt @ 2008-03-06 17:48 UTC (permalink / raw)
To: git
Hello everyone,
I spent the last two days writing a text-based tree visualizer;
gitk is really convenient, but unfortunately it needs an X display,
tigs tree view left me unimpressed, and I actually wanted a tool
that does not read all commits in like gitk/tig do, but just gives me
the treeview.
Screenshot:
http://jengelh.hopto.org/other/git-forest.png
Program (perl):
http://dev.computergmbh.de/gitweb.cgi?p=hxtools;a=blob_plain;f=bin/git-forest
Top of file contains option overview.
Feedback is welcome.
thanks,
Jan
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-06 17:48 [announce] text-based tree visualizer Jan Engelhardt
@ 2008-03-06 18:24 ` Johannes Schindelin
2008-03-06 18:49 ` Jan Engelhardt
2008-03-06 20:14 ` David Brown
2008-03-17 13:40 ` Ping Yin
2 siblings, 1 reply; 15+ messages in thread
From: Johannes Schindelin @ 2008-03-06 18:24 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: git
Hi,
On Thu, 6 Mar 2008, Jan Engelhardt wrote:
> I spent the last two days writing a text-based tree visualizer; gitk is
> really convenient, but unfortunately it needs an X display, tigs tree
> view left me unimpressed, and I actually wanted a tool that does not
> read all commits in like gitk/tig do, but just gives me the treeview.
>
> Screenshot:
> http://jengelh.hopto.org/other/git-forest.png
> Program (perl):
> http://dev.computergmbh.de/gitweb.cgi?p=hxtools;a=blob_plain;f=bin/git-forest
> Top of file contains option overview.
Nice. Have you tested how it compares against tig (hit 'g'...)?
Ciao,
Dscho
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-06 18:24 ` Johannes Schindelin
@ 2008-03-06 18:49 ` Jan Engelhardt
2008-03-06 19:46 ` Johannes Schindelin
2008-03-06 20:46 ` Jonas Fonseca
0 siblings, 2 replies; 15+ messages in thread
From: Jan Engelhardt @ 2008-03-06 18:49 UTC (permalink / raw)
To: Johannes Schindelin; +Cc: git
On Mar 6 2008 19:24, Johannes Schindelin wrote:
>On Thu, 6 Mar 2008, Jan Engelhardt wrote:
>
>> I spent the last two days writing a text-based tree visualizer; gitk is
>> really convenient, but unfortunately it needs an X display, tigs tree
>> view left me unimpressed, and I actually wanted a tool that does not
>> read all commits in like gitk/tig do, but just gives me the treeview.
>>
>> Screenshot:
>> http://jengelh.hopto.org/other/git-forest.png
>> Program (perl):
>> http://dev.computergmbh.de/gitweb.cgi?p=hxtools;a=blob_plain;f=bin/git-forest
>> Top of file contains option overview.
>
>Nice. Have you tested how it compares against tig (hit 'g'...)?
Yes, see above? :-) "tig's treeview" - that meant the 'g' key.
It just uses boring ascii, fails to display octopus merges and
'octoups branching', is limited to 'one branch' (e.g. no apparent way
to pass --all to git-log/git-rev-list).
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-06 18:49 ` Jan Engelhardt
@ 2008-03-06 19:46 ` Johannes Schindelin
2008-03-06 20:46 ` Jonas Fonseca
1 sibling, 0 replies; 15+ messages in thread
From: Johannes Schindelin @ 2008-03-06 19:46 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: git
Hi,
On Thu, 6 Mar 2008, Jan Engelhardt wrote:
>
> On Mar 6 2008 19:24, Johannes Schindelin wrote:
> >On Thu, 6 Mar 2008, Jan Engelhardt wrote:
> >
> >> I spent the last two days writing a text-based tree visualizer; gitk
> >> is really convenient, but unfortunately it needs an X display, tigs
> >> tree view left me unimpressed, and I actually wanted a tool that does
> >> not read all commits in like gitk/tig do, but just gives me the
> >> treeview.
> >>
> >> Screenshot:
> >> http://jengelh.hopto.org/other/git-forest.png
> >> Program (perl):
> >> http://dev.computergmbh.de/gitweb.cgi?p=hxtools;a=blob_plain;f=bin/git-forest
> >> Top of file contains option overview.
> >
> >Nice. Have you tested how it compares against tig (hit 'g'...)?
>
> Yes, see above? :-) "tig's treeview" - that meant the 'g' key.
Yes, I saw that, thank you.
> It just uses boring ascii, fails to display octopus merges and 'octoups
> branching', is limited to 'one branch' (e.g. no apparent way to pass
> --all to git-log/git-rev-list).
That was what I was interested in.
Thank you,
Dscho
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-06 17:48 [announce] text-based tree visualizer Jan Engelhardt
2008-03-06 18:24 ` Johannes Schindelin
@ 2008-03-06 20:14 ` David Brown
2008-03-06 20:38 ` Jan Engelhardt
2008-03-17 13:40 ` Ping Yin
2 siblings, 1 reply; 15+ messages in thread
From: David Brown @ 2008-03-06 20:14 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: git
On Thu, Mar 06, 2008 at 06:48:19PM +0100, Jan Engelhardt wrote:
>Program (perl):
>http://dev.computergmbh.de/gitweb.cgi?p=hxtools;a=blob_plain;f=bin/git-forest
>Top of file contains option overview.
Do you have a git URL instead of just a link to a single version of a
single file? I haven't been able to figure one out.
Thanks,
David
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-06 20:14 ` David Brown
@ 2008-03-06 20:38 ` Jan Engelhardt
2008-03-07 0:46 ` Miklos Vajna
2008-03-07 13:45 ` Jakub Narebski
0 siblings, 2 replies; 15+ messages in thread
From: Jan Engelhardt @ 2008-03-06 20:38 UTC (permalink / raw)
To: David Brown; +Cc: git
On Mar 6 2008 12:14, David Brown wrote:
> On Thu, Mar 06, 2008 at 06:48:19PM +0100, Jan Engelhardt wrote:
>
>> Program (perl):
>> http://dev.computergmbh.de/gitweb.cgi?p=hxtools;a=blob_plain;f=bin/git-forest
>> Top of file contains option overview.
>
> Do you have a git URL instead of just a link to a single version of a
> single file? I haven't been able to figure one out.
No problem; git://dev.computergmbh.de/hxtools .
Any idea how I can make gitweb display an URL text like it does on
http://git.kernel.org/?p=git/git.git;a=summary ?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-06 18:49 ` Jan Engelhardt
2008-03-06 19:46 ` Johannes Schindelin
@ 2008-03-06 20:46 ` Jonas Fonseca
1 sibling, 0 replies; 15+ messages in thread
From: Jonas Fonseca @ 2008-03-06 20:46 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Johannes Schindelin, git
On Thu, Mar 6, 2008 at 7:49 PM, Jan Engelhardt <jengelh@computergmbh.de> wrote:
> On Mar 6 2008 19:24, Johannes Schindelin wrote:
> >On Thu, 6 Mar 2008, Jan Engelhardt wrote:
> >
> >> I spent the last two days writing a text-based tree visualizer; gitk is
> >> really convenient, but unfortunately it needs an X display, tigs tree
> >> view left me unimpressed, and I actually wanted a tool that does not
> >> read all commits in like gitk/tig do, but just gives me the treeview.
> >>
> >> Screenshot:
> >> http://jengelh.hopto.org/other/git-forest.png
> >> Program (perl):
> >> http://dev.computergmbh.de/gitweb.cgi?p=hxtools;a=blob_plain;f=bin/git-forest
> >> Top of file contains option overview.
It looks very interesting and inspiring.
> Yes, see above? :-) "tig's treeview" - that meant the 'g' key.
>
> It just uses boring ascii, fails to display octopus merges and
> 'octoups branching', is limited to 'one branch' (e.g. no apparent way
> to pass --all to git-log/git-rev-list).
I agree to tig's revision graph renderer being boring and very limited.
As for passing --all you need to first pass --:
$ tig -- --all --not pu
I am planning to change this awkwardness after next release.
--
Jonas Fonseca
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-06 20:38 ` Jan Engelhardt
@ 2008-03-07 0:46 ` Miklos Vajna
2008-03-07 13:45 ` Jakub Narebski
1 sibling, 0 replies; 15+ messages in thread
From: Miklos Vajna @ 2008-03-07 0:46 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: David Brown, git
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
On Thu, Mar 06, 2008 at 09:38:11PM +0100, Jan Engelhardt <jengelh@computergmbh.de> wrote:
> Any idea how I can make gitweb display an URL text like it does on
> http://git.kernel.org/?p=git/git.git;a=summary ?
use the cloneurl file (just like description) for example.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-06 20:38 ` Jan Engelhardt
2008-03-07 0:46 ` Miklos Vajna
@ 2008-03-07 13:45 ` Jakub Narebski
2008-03-08 15:01 ` Jan Engelhardt
1 sibling, 1 reply; 15+ messages in thread
From: Jakub Narebski @ 2008-03-07 13:45 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: David Brown, git
Jan Engelhardt <jengelh@computergmbh.de> writes:
> On Mar 6 2008 12:14, David Brown wrote:
>> On Thu, Mar 06, 2008 at 06:48:19PM +0100, Jan Engelhardt wrote:
>>
>>> Program (perl):
>>> http://dev.computergmbh.de/gitweb.cgi?p=hxtools;a=blob_plain;f=bin/git-forest
>>> Top of file contains option overview.
>>
>> Do you have a git URL instead of just a link to a single version of a
>> single file? I haven't been able to figure one out.
>
> No problem; git://dev.computergmbh.de/hxtools .
>
> Any idea how I can make gitweb display an URL text like it does on
> http://git.kernel.org/?p=git/git.git;a=summary ?
Please read gitweb/README and gitweb/INSTALL.
>From gitweb/README:
* GITWEB_BASE_URL
Git base URLs used for URL to where fetch project from, i.e. full
URL is "$git_base_url/$project". Shown on projects summary page.
Repository URL for project can be also configured per repository; this
takes precendence over URL composed from base URL and project name.
Note that you can setup multiple base URLs (for example one for
git:// protocol access, one for http:// access) from gitweb config
file. [No default]
[...]
* @git_base_url_list
List of git base URLs used for URL to where fetch project from, shown
in project summary page. Full URL is "$git_base_url/$project".
You can setup multiple base URLs (for example one for git:// protocol
access, and one for http:// "dumb" protocol access). Note that per
repository configuration in 'cloneurl' file, or as values of gitweb.url
project config.
[...]
* cloneurl (or multiple-valued gitweb.url)
File with repository URL (used for clone and fetch), one per line.
Displayed in the project summary page. You can use multiple-valued
gitweb.url repository configuration variable for that, but the file
takes precendence.
P.S. Will you add short info about your tool to the GitWiki page
http://git.or.cz/gitwiki/InterfacesFrontendsAndTools
(somewhere along gitk and tig, in "History Viewers..." section)?
--
Jakub Narebski
Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-07 13:45 ` Jakub Narebski
@ 2008-03-08 15:01 ` Jan Engelhardt
2008-03-09 12:36 ` Jakub Narebski
0 siblings, 1 reply; 15+ messages in thread
From: Jan Engelhardt @ 2008-03-08 15:01 UTC (permalink / raw)
To: Jakub Narebski; +Cc: David Brown, git
On Mar 7 2008 05:45, Jakub Narebski wrote:
>
>P.S. Will you add short info about your tool to the GitWiki page
> http://git.or.cz/gitwiki/InterfacesFrontendsAndTools
> (somewhere along gitk and tig, in "History Viewers..." section)?
Someone else already did by now (that was you, was not it :-) —
would it be possible to just merge the tiny tool into contrib/
so the file does not stand alone?
thanks,
Jan
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-08 15:01 ` Jan Engelhardt
@ 2008-03-09 12:36 ` Jakub Narebski
0 siblings, 0 replies; 15+ messages in thread
From: Jakub Narebski @ 2008-03-09 12:36 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: git
On Sat, 8 Mar 2008, Jan Engelhardt wrote:
>
> would it be possible to just merge the tiny tool into contrib/
> so the file does not stand alone?
I think it would be posible. Simply send a patch adding it somewhere
in the contrib/ directory.
--
Jakub Narebski
Poland
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [announce] text-based tree visualizer
2008-03-06 17:48 [announce] text-based tree visualizer Jan Engelhardt
2008-03-06 18:24 ` Johannes Schindelin
2008-03-06 20:14 ` David Brown
@ 2008-03-17 13:40 ` Ping Yin
2008-03-17 16:27 ` Jan Engelhardt
2 siblings, 1 reply; 15+ messages in thread
From: Ping Yin @ 2008-03-17 13:40 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: git
On Fri, Mar 7, 2008 at 1:48 AM, Jan Engelhardt <jengelh@computergmbh.de> wrote:
> Hello everyone,
>
>
> I spent the last two days writing a text-based tree visualizer;
> gitk is really convenient, but unfortunately it needs an X display,
> tigs tree view left me unimpressed, and I actually wanted a tool
> that does not read all commits in like gitk/tig do, but just gives me
> the treeview.
>
Here is my view
║ ║ ║ ╟ Merge branch 'jk/portable'
║ ║ ║ ╠═╗
║ ║ ║ ╟ ║ Merge branch 'py/submodule'
║ ║ ║ ╠═╬═╗
║ ║ ║ ╟ ║ ║ Merge branch 'db/diff-to-fp'
║ ║ ║ ╠═╬═╬═╗
║ ║ ║ ╟ ║ ║ ║ Merge branch 'cc/help'
║ ║ ║ ╠═╬═╬═╬═╗
║ ║ ║ ╟ ║ ║ ║ ║ shortlog: do not require to
║ ║ ║ ╟ ║ ║ ║ ║ Merge branch 'maint'
║ ║ ║ ╠═╬═╬═╬═╬═╗
It seems messed up.
--
Ping Yin
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: text-based tree visualizer
2008-03-17 13:40 ` Ping Yin
@ 2008-03-17 16:27 ` Jan Engelhardt
2008-03-18 0:26 ` Ping Yin
0 siblings, 1 reply; 15+ messages in thread
From: Jan Engelhardt @ 2008-03-17 16:27 UTC (permalink / raw)
To: Ping Yin; +Cc: git
On Mar 17 2008 21:40, Ping Yin wrote:
>>
>> I spent the last two days writing a text-based tree visualizer;
>> gitk is really convenient, but unfortunately it needs an X display,
>> tigs tree view left me unimpressed, and I actually wanted a tool
>> that does not read all commits in like gitk/tig do, but just gives me
>> the treeview.
>>
>Here is my view
>║ ║ ║ ╟ Merge branch 'jk/portable'
>║ ║ ║ ╠═╗
>║ ║ ║ ╟ ║ Merge branch 'py/submodule'
>║ ║ ║ ╠═╬═╗
>║ ║ ║ ╟ ║ ║ Merge branch 'db/diff-to-fp'
>║ ║ ║ ╠═╬═╬═╗
>║ ║ ║ ╟ ║ ║ ║ Merge branch 'cc/help'
>║ ║ ║ ╠═╬═╬═╬═╗
>║ ║ ║ ╟ ║ ║ ║ ║ shortlog: do not require to
>║ ║ ║ ╟ ║ ║ ║ ║ Merge branch 'maint'
>║ ║ ║ ╠═╬═╬═╬═╬═╗
>
>It seems messed up.
It looks pretty normal. Once a vine-branch (║) branches off [a merge is
done in history], it stays in its column for the entire time. It is
different from gitk which moves branches to the left/right so that
there are less crossovers (╬) in gitk. But in git-forest that is
intentional.
Also note that ╬ is not a "go-everywhere" intersection --
see the top of the git-forest script and/or try --style=3 or =0
option to make it apparent:
│ ├ │ │ │ │ │ │ │ │ Merge branch 'jk/portable'
│ ╞═╪═╪═╪═╪═╪═╪═╕ │ │
│ ├ │ │ │ │ │ │ │ │ │ Merge branch 'py/submodule'
│ ╞═╪═╪═╪═╪═╪═╪═╪═╕ │ │
│ ├ │ │ │ │ │ │ │ │ │ │ Merge branch 'db/diff-to-fp'
│ ╞═╪═╪═╪═╪═╪═╪═╪═╪═╕ │ │
│ ├ │ │ │ │ │ │ │ │ │ │ │ Merge branch 'cc/help'
│ ╞═╪═╪═╪═╪═╪═╪═╪═╪═╪═╕ │ │
│ ├ │ │ │ │ │ │ │ │ │ │ │ │ shortlog: do not require to run from inside a git re
Or was it something else you meant to describe with being messed up?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: text-based tree visualizer
2008-03-17 16:27 ` Jan Engelhardt
@ 2008-03-18 0:26 ` Ping Yin
2008-03-18 2:08 ` Jan Engelhardt
0 siblings, 1 reply; 15+ messages in thread
From: Ping Yin @ 2008-03-18 0:26 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: git
On Tue, Mar 18, 2008 at 12:27 AM, Jan Engelhardt
<jengelh@computergmbh.de> wrote:
>
> On Mar 17 2008 21:40, Ping Yin wrote:
> >>
> >> I spent the last two days writing a text-based tree visualizer;
> >> gitk is really convenient, but unfortunately it needs an X display,
> >> tigs tree view left me unimpressed, and I actually wanted a tool
> >> that does not read all commits in like gitk/tig do, but just gives me
> >> the treeview.
> >>
> >Here is my view
> >║ ║ ║ ╟ Merge branch 'jk/portable'
> >║ ║ ║ ╠═╗
> >║ ║ ║ ╟ ║ Merge branch 'py/submodule'
> >║ ║ ║ ╠═╬═╗
> >║ ║ ║ ╟ ║ ║ Merge branch 'db/diff-to-fp'
> >║ ║ ║ ╠═╬═╬═╗
> >║ ║ ║ ╟ ║ ║ ║ Merge branch 'cc/help'
> >║ ║ ║ ╠═╬═╬═╬═╗
> >║ ║ ║ ╟ ║ ║ ║ ║ shortlog: do not require to
> >║ ║ ║ ╟ ║ ║ ║ ║ Merge branch 'maint'
> >║ ║ ║ ╠═╬═╬═╬═╬═╗
> >
> >It seems messed up.
>
> It looks pretty normal. Once a vine-branch (║) branches off [a merge is
> done in history], it stays in its column for the entire time. It is
> different from gitk which moves branches to the left/right so that
> there are less crossovers (╬) in gitk. But in git-forest that is
> intentional.
> Also note that ╬ is not a "go-everywhere" intersection --
> see the top of the git-forest script and/or try --style=3 or =0
> option to make it apparent:
>
> │ ├ │ │ │ │ │ │ │ │ Merge branch 'jk/portable'
>
> │ ╞═╪═╪═╪═╪═╪═╪═╕ │ │
> │ ├ │ │ │ │ │ │ │ │ │ Merge branch 'py/submodule'
> │ ╞═╪═╪═╪═╪═╪═╪═╪═╕ │ │
> │ ├ │ │ │ │ │ │ │ │ │ │ Merge branch 'db/diff-to-fp'
> │ ╞═╪═╪═╪═╪═╪═╪═╪═╪═╕ │ │
> │ ├ │ │ │ │ │ │ │ │ │ │ │ Merge branch 'cc/help'
> │ ╞═╪═╪═╪═╪═╪═╪═╪═╪═╪═╕ │ │
> │ ├ │ │ │ │ │ │ │ │ │ │ │ │ shortlog: do not require to run from inside a git re
>
> Or was it something else you meant to describe with being messed up?
>
Thanks. That's it. I thought the normal looking would be
║ ║ ║ ╟ Merge branch 'jk/portable'
║ ║ ║ ╠═╗
║ ║ ║ ╟ ║ Merge branch 'py/submodule'
║ ║ ║ ╠═╬═╗
║ ║ ║ ╟ ║ ║ Merge branch 'db/diff-to-fp'
║ ║ ║ ╠═╬═╬═╗
║ ║ ║ ╟ ║ ║ ║ Merge branch 'cc/help'
║ ║ ║ ╠═╬═╬═╬═╗
║ ║ ║ ╟ ║ ║ ║ ║ shortlog: do not require to
║ ║ ║ ╟ ║ ║ ║ ║ Merge branch 'maint'
║ ║ ║ ╠═╬═╬═╬═╬═╗
--
Ping Yin
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: text-based tree visualizer
2008-03-18 0:26 ` Ping Yin
@ 2008-03-18 2:08 ` Jan Engelhardt
0 siblings, 0 replies; 15+ messages in thread
From: Jan Engelhardt @ 2008-03-18 2:08 UTC (permalink / raw)
To: Ping Yin; +Cc: git
On Mar 18 2008 08:26, Ping Yin wrote:
>> >Here is my view
>> >║ ║ ║ ╟ Merge branch 'jk/portable'
>> >║ ║ ║ ╠═╗
>> >║ ║ ║ ╟ ║ Merge branch 'py/submodule'
>> >║ ║ ║ ╠═╬═╗
>> >║ ║ ║ ╟ ║ ║ Merge branch 'db/diff-to-fp'
>> >║ ║ ║ ╠═╬═╬═╗
>> >║ ║ ║ ╟ ║ ║ ║ Merge branch 'cc/help'
>> >║ ║ ║ ╠═╬═╬═╬═╗
>> >║ ║ ║ ╟ ║ ║ ║ ║ shortlog: do not require to
>> >║ ║ ║ ╟ ║ ║ ║ ║ Merge branch 'maint'
>> >║ ║ ║ ╠═╬═╬═╬═╬═╗
>> >
>> >It seems messed up.
>>
>> │ ├ │ │ │ │ │ │ │ │ Merge branch 'jk/portable'
>>
>> │ ╞═╪═╪═╪═╪═╪═╪═╕ │ │
>> │ ├ │ │ │ │ │ │ │ │ │ Merge branch 'py/submodule'
>> │ ╞═╪═╪═╪═╪═╪═╪═╪═╕ │ │
>> │ ├ │ │ │ │ │ │ │ │ │ │ Merge branch 'db/diff-to-fp'
>> │ ╞═╪═╪═╪═╪═╪═╪═╪═╪═╕ │ │
>> │ ├ │ │ │ │ │ │ │ │ │ │ │ Merge branch 'cc/help'
>> │ ╞═╪═╪═╪═╪═╪═╪═╪═╪═╪═╕ │ │
>> │ ├ │ │ │ │ │ │ │ │ │ │ │ │ shortlog: do not require to run from inside a git re
>>
>> Or was it something else you meant to describe with being messed up?
>>
>Thanks. That's it. I thought the normal looking would be
>
>║ ║ ║ ╟ Merge branch 'jk/portable'
>║ ║ ║ ╠═╗
>║ ║ ║ ╟ ║ Merge branch 'py/submodule'
>║ ║ ║ ╠═╬═╗
>║ ║ ║ ╟ ║ ║ Merge branch 'db/diff-to-fp'
>║ ║ ║ ╠═╬═╬═╗
>║ ║ ║ ╟ ║ ║ ║ Merge branch 'cc/help'
>║ ║ ║ ╠═╬═╬═╬═╗
>║ ║ ║ ╟ ║ ║ ║ ║ shortlog: do not require to
>║ ║ ║ ╟ ║ ║ ║ ║ Merge branch 'maint'
>║ ║ ║ ╠═╬═╬═╬═╬═╗
git-forest relies on having a font with fixed-size cells.
xterm works (uses bitmap fonts, so no problem) works,
as does sakura (uses ttf, but fixed cells).
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2008-03-18 2:09 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-06 17:48 [announce] text-based tree visualizer Jan Engelhardt
2008-03-06 18:24 ` Johannes Schindelin
2008-03-06 18:49 ` Jan Engelhardt
2008-03-06 19:46 ` Johannes Schindelin
2008-03-06 20:46 ` Jonas Fonseca
2008-03-06 20:14 ` David Brown
2008-03-06 20:38 ` Jan Engelhardt
2008-03-07 0:46 ` Miklos Vajna
2008-03-07 13:45 ` Jakub Narebski
2008-03-08 15:01 ` Jan Engelhardt
2008-03-09 12:36 ` Jakub Narebski
2008-03-17 13:40 ` Ping Yin
2008-03-17 16:27 ` Jan Engelhardt
2008-03-18 0:26 ` Ping Yin
2008-03-18 2:08 ` Jan Engelhardt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).