[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100603193527.GK28492@bombadil.infradead.org>
Date: Thu, 3 Jun 2010 15:35:27 -0400
From: Kyle McMartin <kyle@...artin.ca>
To: Lin Mac <mkl0301@...il.com>
Cc: Git Mailing List <git@...r.kernel.org>,
linux-kernel@...r.kernel.org
Subject: Re: How do I ignore the changes made by CVS keyword substitution
efficiently?
On Fri, Jun 04, 2010 at 03:13:29AM +0800, Lin Mac wrote:
> I'm merging kernel from others, and they used CVS to manage their
> code, and so do some part of linux kernel. Unfortunatly CVS would
> substitude the keywords in the source, result in unecessary changes in
> the code, like the one in the following diff. In fact, there are
> around 1174 of CVS keywords in the kernel source. I don't want those
> useless changes to get into my tree.
You want the -ko option to cvs checkout/update which will use the
original keywords from the import.
regards, Kyle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists