login
Header Space

 
 

Re: git gui: Possible to see which commands are executed?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <sverre@...>
Cc: Dirk <newsletter@...>, Git Mailing List <git@...>, Junio C Hamano <gitster@...>
Date: Tuesday, May 20, 2008 - 4:17 pm

Sverre Rabbelier <alturin@gmail.com> wrote:

Yea, probably.


Yup.  Or even worse, a user thinking that the best way to create a
new commit on the command line is the ugly sequence of:

	git-write-tree
	git-commit-tree ... -p ... <msg
	git-update-ref HEAD ...

Gee, that's like Git on the day when it became self-hosting and
Linus created commit e83c5163316f89bfbde7d9ab23ca2e25604af290
('Initial revision of "git", the information manager from hell').


That is probably difficult.  Some of the code internally is more
about stringing the right sequence of plumbing together than it
is about a particular user action.  I think it would take a bit of
work to make it do this, and I just don't see a reason to do it.

CVS clients that show CVS commands can easily do so, because they
are directly executing the commands they show you.  This is likely
also true of SVN commands.  But git-gui on Git, that's a whole
different animal.

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git gui: Possible to see which commands are executed?, Dirk Süsserott, (Sun May 18, 8:03 am)
Re: git gui: Possible to see which commands are executed?, Shawn O. Pearce, (Sun May 18, 10:21 pm)
Re: git gui: Possible to see which commands are executed?, Dirk Süsserott, (Tue May 20, 3:03 pm)
Re: git gui: Possible to see which commands are executed?, Shawn O. Pearce, (Tue May 20, 3:44 pm)
Re: git gui: Possible to see which commands are executed?, Dirk Süsserott, (Tue May 20, 4:12 pm)
Re: git gui: Possible to see which commands are executed?, Sverre Rabbelier, (Tue May 20, 4:05 pm)
Re: git gui: Possible to see which commands are executed?, Shawn O. Pearce, (Tue May 20, 4:17 pm)
Re: git gui: Possible to see which commands are executed?, Sverre Rabbelier, (Tue May 20, 4:22 pm)
Re: git gui: Possible to see which commands are executed?, Shawn O. Pearce, (Tue May 20, 4:31 pm)
Re: git gui: Possible to see which commands are executed?, Shawn O. Pearce, (Thu May 22, 7:05 pm)
Re: git gui: Possible to see which commands are executed?, Junio C Hamano, (Tue May 20, 5:34 pm)
Re: git gui: Possible to see which commands are executed?, Shawn O. Pearce, (Tue May 20, 10:41 pm)
Re: git gui: Possible to see which commands are executed?, Johannes Schindelin, (Wed May 21, 4:30 am)
Re: git gui: Possible to see which commands are executed?, Shawn O. Pearce, (Thu May 22, 8:12 am)
Re: git gui: Possible to see which commands are executed?, Sverre Rabbelier, (Tue May 20, 4:46 pm)
Re: git gui: Possible to see which commands are executed?, Dirk Süsserott, (Sun May 18, 8:34 am)
speck-geostationary