Re: [OCLUG-Tech] is there a recipe to display the git object store hierarchically?

2016-09-23 Thread Michael Soulier
No, gitk is written in Tcl/Tk. Mike On 9/23/2016 11:27 AM, RICHARD LEIR wrote: > Did you try gitg? It has more of a gnome appearance, vs gitk which is (I > think) a KDE UI. gitg has a good file browser, but is not showing all git > objects. Oops, gitg 3.17.1 just crashed on a moderately complex

Re: [OCLUG-Tech] is there a recipe to display the git object store hierarchically?

2016-09-23 Thread RICHARD LEIR
== Robert P. J. Day                                Ottawa, Ontario, CANADA                         http://crashcourse.ca Twitter:                                      http://twitter.com/rpjday LinkedIn:                              http://ca.linkedin.com/in/rpjday ==== --

Re: [OCLUG-Tech] is there a recipe to display the git object store hierarchically?

2016-09-23 Thread Alex Pilon
> On 9/23/2016 4:38 AM, Robert P. J. Day wrote: > > i'm aware of things like "git cat-file -p" and so on, but is there > > some magic incantation to display the git object store > > graphically/hierarchically? > > > > […] > > On Fri, Sep 23, 2016 at 09:45:56AM -0400, Michael Soulier wrote: > git

Re: [OCLUG-Tech] is there a recipe to display the git object store hierarchically?

2016-09-23 Thread Michael Soulier
gitk --all comes to mind or git log --graph --decorate --all On 9/23/2016 4:38 AM, Robert P. J. Day wrote: > > i'm aware of things like "git cat-file -p" and so on, but is there > some magic incantation to display the git object store > graphically/hierarchically? > > when i teach git, one o

[OCLUG-Tech] is there a recipe to display the git object store hierarchically?

2016-09-23 Thread Robert P. J. Day
i'm aware of things like "git cat-file -p" and so on, but is there some magic incantation to display the git object store graphically/hierarchically? when i teach git, one of the first demos is to create a new repo, add two files, stage and commit, at which point one points out that that crea