Re: [PATCH] Don't propagate SKIPPED warning to future commits.

From: Carl Worth <cworth@cworth.org>
Date: 2006-02-12 01:47:39
On Fri, 10 Feb 2006 18:21:30 -0800, Junio C Hamano wrote:
> 
> I might be missing something fundamental, but isn't propagating
> the warning a good thing?

Yes, that would be fine.

The problem with the current behavior is that the warnings accumulate
for every commit that affects the particular file. So, after import,
the head commit will have a commit message ending in:

	SKIPPED: broken-file
	SKIPPED: broken-file
	SKIPPED: broken-file
	...

With one line per affected commit. So an alternate patch that simply
kept the warning unique per file would be fine too.

The discussion may be entirely moot since I don't know when it is
reasonable for a file to be missing in this way. In my specific case I
think the missing ,v file happened due to a combination of factors,
including old data in ~/.cvsps, and that data being stale due to some
manual surgery on the ,v files, (copying or renaming or so).

It would probably be fine to leave the current behavior until someone
runs into this again.

-Carl

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

Received on Sun Feb 12 01:49:10 2006

This archive was generated by hypermail 2.1.8 : 2006-02-12 01:49:21 EST