From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754784AbZI3PuV (ORCPT ); Wed, 30 Sep 2009 11:50:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754713AbZI3PuV (ORCPT ); Wed, 30 Sep 2009 11:50:21 -0400 Received: from thumper2.emsphone.com ([199.67.51.102]:36289 "EHLO thumper2.emsphone.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754677AbZI3PuV (ORCPT ); Wed, 30 Sep 2009 11:50:21 -0400 X-Greylist: delayed 373 seconds by postgrey-1.27 at vger.kernel.org; Wed, 30 Sep 2009 11:50:20 EDT Date: Wed, 30 Sep 2009 10:44:10 -0500 From: Andy To: linux-kernel@vger.kernel.org Subject: How can I download a git commit as a diff patch? Message-ID: <20090930154410.GA31502@thumper2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I just want to down a particular git commit as a patch, not a git commit or anything. Yes, I can see the diffs on the web, but unless I am missing something all are in unless html formats for me. And cut and past from the web page does not help either because some lines get mangled. Is there some site, or git itself, that would allow be to get the git commit as a simple patch? Thanks, Andy