From: Seba Illingworth <seba.illingworth@gmail•com>
To: git@vger•kernel.org
Subject: Re: difftool, open all diff files immediately, not in serial
Date: Thu, 20 Aug 2009 01:39:23 +0000 (UTC) [thread overview]
Message-ID: <loom.20090820T033212-722@post.gmane.org> (raw)
In-Reply-To: 200908042347.48705.trast@student.ethz.ch
Thomas Rast <trast <at> student.ethz.ch> writes:
> I posted the script below on IRC the other week[1] in reply to someone
> looking for a way to do this for 'meld'. I'm not sure this is the
> *fastest* way to do this, but I'm at least trying to take a few
> shortcuts...
I've come up with a simple script that diffs the files in a background task:
for name in $(git diff --name-only $1); do git difftool $1 $name & done
Then aliased the script for usage:
git diffall [--staged]
Being a bash newbie, I'd appreciate any feedback on what seems to be
a simple solution...??
prev parent reply other threads:[~2009-08-20 1:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-04 20:49 difftool, open all diff files immediately, not in serial Seba Illingworth
2009-08-04 21:47 ` Thomas Rast
2009-08-04 22:52 ` Seba Illingworth
2010-04-14 2:16 ` My solution Seb
2010-04-14 6:41 ` David Aguilar
2009-08-20 1:39 ` Seba Illingworth [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=loom.20090820T033212-722@post.gmane.org \
--to=seba.illingworth@gmail$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
/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