Cc: Junio C Hamano <gitster@...>, Jeff King <peff@...>, David Woodhouse <dwmw2@...>, Johannes Schindelin <Johannes.Schindelin@...>, <git@...>, <users@...>
On Tue, Aug 26, 2008 at 06:17:05PM -0600, Matthew Wilcox wrote:
Well said Matthew, as a git _user_ I completely agree.
I only found out myself when it got installed on master.kernel.org, and
things that had worked fine for ages suddenly stopped working with no
clear solution. Useless documentation which refers to the commands
which didn't seem to be in existence anymore was just, to put it mildly,
infuriating, and provided no answer.
That said, I've now updated all my scripts to not use the dashed version,
including on my local machines (which are still using git 1.5.4.x); the
only thing is I can't get out of the habbit of typing 'git-diff-tree -u'
if I want to see a single commit, or 'git-diff-files -u' if I want to
see (almost) everything in my working directory, or 'git-am'. The
solution is trivial for when the dashed commands finally go away.
alias git-am='git am'
alias git-diff-files='git diff-files'
etc. in ~/.bashrc So it's no real big hastle for me anymore.
--
Russell King
--
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