Re: Commit-ish shortcut for immediate parent range

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Sunday, October 22, 2006 - 4:36 pm

Jakub Narebski <jnareb@gmail.com> writes:


When it is not told to.

The Porcelainish commands (git-diff, git-show) default to
recursive, but low-level commands don't.

Compare these three:

	git diff --raw v1.4.3.1^^^..v1.4.3.1^^
	git diff-tree v1.4.3.1^^^..v1.4.3.1^^
	git diff-tree -r v1.4.3.1^^^..v1.4.3.1^^

-
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:
Re: Commit-ish shortcut for immediate parent range, Jakub Narebski, (Sun Oct 22, 3:33 pm)
Re: Commit-ish shortcut for immediate parent range, Junio C Hamano, (Sun Oct 22, 4:36 pm)