Re: Files excluded but not ignored

2013-02-01 Thread Ben Aveling

On 31/01/2013 3:17 AM, Junio C Hamano wrote:

Jason Wenger  writes:


Trying to start up discussion of whether there would be merit to a "half-
ignored" state -- Files which are excluded from tracking, but which still
show in git status, and which are removed by git clean.

I see no merit for "ignored and never to be tracked, but are still
shown loudly in the untracked list" myself.  Use cases for "ignored
and never to be tracked, but not expendable" class were mentioned
often in the past, though.


A new state seems over the top.

Jason, would adding a parameter to "git status" telling it to ignore all 
.gitignores give you what you need?


Regards, Ben

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Files excluded but not ignored

2013-01-30 Thread Junio C Hamano
Jason Wenger  writes:

> I prefer to not add core.* files to my ignore listings because I find it 
> helpful 
> to see them in git status -- It helps me notice and clean them up 
> periodically.  
> Not having them ignored is also good ,because it allows git clean to care of 
> core.*  files.
>
> The problem is that git add -A, git stash -u, etc, remain interested in the 
> core 
> files.
>
> Trying to start up discussion of whether there would be merit to a "half-
> ignored" state -- Files which are excluded from tracking, but which still 
> show in git status, and which are removed by git clean.
>
> Not trying to propose yet how .git/exclude or .gitignore would be formatted 
> or anything like that.  Just looking for opinions on whether such a state 
> would be considered by the community as a good thing and merit the added 
> complexity in the code.

I see no merit for "ignored and never to be tracked, but are still
shown loudly in the untracked list" myself.  Use cases for "ignored
and never to be tracked, but not expendable" class were mentioned
often in the past, though.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Files excluded but not ignored

2013-01-30 Thread Jason Wenger
I prefer to not add core.* files to my ignore listings because I find it 
helpful 
to see them in git status -- It helps me notice and clean them up periodically. 
 
Not having them ignored is also good ,because it allows git clean to care of 
core.*  files.

The problem is that git add -A, git stash -u, etc, remain interested in the 
core 
files.

Trying to start up discussion of whether there would be merit to a "half-
ignored" state -- Files which are excluded from tracking, but which still 
show in git status, and which are removed by git clean.

Not trying to propose yet how .git/exclude or .gitignore would be formatted 
or anything like that.  Just looking for opinions on whether such a state 
would be considered by the community as a good thing and merit the added 
complexity in the code.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html