git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-rev-list diff options broken
@ 2007-11-06 22:14 Han-Wen Nienhuys
  2007-11-06 22:15 ` Han-Wen Nienhuys
  2007-11-06 23:33 ` Johannes Schindelin
  0 siblings, 2 replies; 5+ messages in thread
From: Han-Wen Nienhuys @ 2007-11-06 22:14 UTC (permalink / raw)
  To: git

Hi,

the git-rev-list manpage says


**
Diff Formatting
~~~~~~~~~~~~~~~

Below are listed options that control the formatting of diff output.
Some of them are specific to gitlink:git-rev-list[1], however other diff
options may be given. See gitlink:git-diff-files[1] for more options.
**

however, the source code says


	if ((!list &&
	     (!(revs.tag_objects||revs.tree_objects||revs.blob_objects) &&
	      !revs.pending.nr)) ||
	    revs.diff)
		usage(rev_list_usage);

so any attempt at showing diffs with git-rev-list will fail. What's
the deal with this?


-- 
Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen

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

end of thread, other threads:[~2007-11-06 23:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 22:14 git-rev-list diff options broken Han-Wen Nienhuys
2007-11-06 22:15 ` Han-Wen Nienhuys
2007-11-06 23:33 ` Johannes Schindelin
2007-11-06 23:38   ` Han-Wen Nienhuys
2007-11-06 23:55     ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).