From: David Greaves <david@dgreaves.com>
To: Junio C Hamano <junkio@cox.net>
Cc: Petr Baudis <pasky@ucw.cz>, git@vger.kernel.org
Subject: Re: Add + Status patches
Date: Mon, 18 Apr 2005 23:18:12 +0100 [thread overview]
Message-ID: <42643224.60407@dgreaves.com> (raw)
In-Reply-To: <7v64yju7er.fsf@assigned-by-dhcp.cox.net>
Junio C Hamano wrote:
>DG> It allows:
>DG> find src -type f | git add -
>
>I am slow today, but have you considered using xargs?
>
>
>
yep thanks :)
I know you _could_ do it with xargs - but you _could_ use the raw git
commands too. This is a "be nice to the user" layer and I was
'surprised' that neither
git add .
nor
git add -r .
worked.
That meant that I had to fix it so I started with the ability to handle
a list and, since I got a friendly response, I can hopefully move on to
help make git nicer to use for mere mortals.
David
next prev parent reply other threads:[~2005-04-18 22:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-18 20:39 Add + Status patches David Greaves
2005-04-18 20:48 ` Petr Baudis
2005-04-18 22:18 ` [PATCH 1/1] add, rm + status patches David Greaves
2005-04-18 22:41 ` Petr Baudis
2005-04-18 21:00 ` Add + Status patches Junio C Hamano
2005-04-18 22:18 ` David Greaves [this message]
2005-04-18 22:25 ` Junio C Hamano
2005-04-18 22:35 ` Petr Baudis
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=42643224.60407@dgreaves.com \
--to=david@dgreaves.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=pasky@ucw.cz \
/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.