From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: Creating diffs
Date: Thu, 03 Aug 2006 14:39:47 +0200 [thread overview]
Message-ID: <easqpi$o51$1@sea.gmane.org> (raw)
In-Reply-To: 20060803122937.GI5016@robert.daprodeges.fqdn.th-h.de
Rocco Rutte wrote:
> However, when I do:
>
> $ git diff source:file dest:file
>
> I get:
>
> --- a/source:file
> +++ b/source:file
>
> But I'd like to drop the branchname. Can I do that without filtering
> everything through sed(1)?
If I remember correctly there were two patches which solved it differently:
one gave
--- a/source:file
+++ b/dest:file
second (and I guess it is better solution)
--- a/file
+++ b/file
Unfortunately they seem unapplied...
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2006-08-03 12:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-03 12:29 Creating diffs Rocco Rutte
2006-08-03 12:39 ` Jakub Narebski [this message]
2006-08-03 14:47 ` Jakub Narebski
2006-08-03 14:58 ` Rocco Rutte
2006-08-03 18:45 ` Junio C Hamano
2006-08-03 18:22 ` Junio C Hamano
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='easqpi$o51$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.