git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Taylor Hedberg <tmhedberg@gmail.com>
To: Yves Perron <yves.perron@modusfx.com>
Cc: Edward Toroshchin <edward.hades@gmail.com>, git@vger.kernel.org
Subject: Re: Don't share anything but those files
Date: Fri, 13 Jul 2012 13:53:06 -0400	[thread overview]
Message-ID: <20120713175306.GB30723@euporie> (raw)
In-Reply-To: <50005DA8.5020803@modusfx.com>

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

Yves Perron, Fri 2012-07-13 @ 13:40:56-0400:
> Ok, let me rephrase, is there a way to edit a file where we can put
> every files/folders we need to add without the need of entering a
> command for each entry?

Sure, but you don't need functionality built in to Git to do this. Just
list the paths you want to add in a file and then:

    xargs git add <filename

But you only have to do this once, so I'm not really sure what that buys
you.

You can use glob patterns to select groups of files to add as well, if
there is some similarity in the pathnames.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2012-07-13 18:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-13 14:59 Don't share anything but those files Yves Perron
2012-07-13 15:21 ` Edward Toroshchin
     [not found]   ` <50004048.9060203@modusfx.com>
2012-07-13 16:14     ` Edward Toroshchin
2012-07-13 17:40       ` Yves Perron
2012-07-13 17:53         ` Taylor Hedberg [this message]
2012-07-13 18:08   ` Illia Bobyr
2012-07-13 18:19     ` Yves Perron
2012-07-16 14:26       ` Yves Perron
  -- strict thread matches above, loose matches on Subject: below --
2012-07-13 14:40 Yves Perron
2012-07-17  8:37 ` Nick Douma

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=20120713175306.GB30723@euporie \
    --to=tmhedberg@gmail.com \
    --cc=edward.hades@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=yves.perron@modusfx.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).