Re: [PATCH 1/3 v2] add: introduce new --exclude option

2015-03-15 Thread Eric Sunshine
On Sun, Mar 15, 2015 at 3:06 PM, Alexander Kuleshov wrote: > We already have core.excludesfile configuration variable which indicates > a path to file which contains patterns to exclude. This patch provides > ability to pass --exclude option to the git add command to exclude paths > from command l

Re: [PATCH 1/3 v2] add: introduce new --exclude option

2015-03-15 Thread Philip Oakley
From: "Alexander Kuleshov" Helped-by: Eric Sunshine Helped-by: Torsten Bögershausen Helped-by: Philip Oakley While the kudo points are nice to have, I wouldn't say my minor contribution was worthy of the extra Helped-by. I'd be happy for it to be dropped if you have any rewrites. Sign

[PATCH 1/3 v2] add: introduce new --exclude option

2015-03-15 Thread Alexander Kuleshov
We already have core.excludesfile configuration variable which indicates a path to file which contains patterns to exclude. This patch provides ability to pass --exclude option to the git add command to exclude paths from command line in addition to which specified in the ignore files. This option