Thread (1 message) 1 message, 1 author, 2016-06-15

Re: Creating diff from 2.6.16 from cryptodev-2.6 git tree

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:31

Michal Ludvig [off-list ref] writes:
Linus Torvalds wrote:
quoted
	git log -p --full-diff v2.6.16.. crypto/
Can I somehow get the result in a reverse order, i.e. oldest commits first?
Two ways:

	git format-patch -o patches-output/ --full-diff v2.6.16.. crypto/

would give you one file a patch in patches-output directory,
numbered.

	git format-patch --stdout --full-diff v2.6.16.. crypto/

would give you a single stream of the above to the standard output.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help