Git development
 help / color / mirror / Atom feed
* Verbose output of git commands
@ 2009-07-05 10:58 Daniel Trstenjak
  2009-07-05 14:06 ` Matthieu Moy
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Trstenjak @ 2009-07-05 10:58 UTC (permalink / raw)
  To: git


Hi all,

when starting with git it's very nice to have all this helpful hints in
the output of the git commands. But know, after I can handle git quite well,
all this helpful hints hinder me to get the core information of the
commands. 

E.g:
git status

file: needs merge
# Not currently on any branch.
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       unmerged:   file
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       init


The core information is just:

unmerged : file
untracked: init



It would be nice to be able to configure an expert mode, in which only
the core information of the git commands is printed out.

Just some thoughts.



Greetings,
Daniel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-05 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-05 10:58 Verbose output of git commands Daniel Trstenjak
2009-07-05 14:06 ` Matthieu Moy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox