From: Junio C Hamano <junkio@cox•net>
To: Michal Ludvig <michal@logix•cz>
Cc: git@vger•kernel.org
Subject: Re: Creating diff from 2.6.16 from cryptodev-2.6 git tree
Date: Thu, 29 Jun 2006 23:28:25 -0700 [thread overview]
Message-ID: <7v1wt7ma2e.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <44A4BA6D.5010006@logix.cz> (Michal Ludvig's message of "Fri, 30 Jun 2006 17:45:17 +1200")
Michal Ludvig <michal@logix•cz> writes:
> Linus Torvalds wrote:
>
>> 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.
prev parent reply other threads:[~2006-06-30 6:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-30 1:18 Creating diff from 2.6.16 from cryptodev-2.6 git tree Michal Ludvig
2006-06-30 1:36 ` Herbert Xu
2006-06-30 2:25 ` Linus Torvalds
2006-06-30 2:32 ` Herbert Xu
2006-06-30 2:44 ` Linus Torvalds
2006-06-30 3:05 ` Michal Ludvig
2006-06-30 5:45 ` Michal Ludvig
2006-06-30 6:20 ` Linus Torvalds
2006-06-30 6:28 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7v1wt7ma2e.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox$(echo .)net \
--cc=git@vger$(echo .)kernel.org \
--cc=michal@logix$(echo .)cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox