Re: Merge with local conflicts in new files

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Martin Langhoff
Date: Wednesday, May 17, 2006 - 1:50 am

On 5/17/06, Pavel Roskin <proski@gnu.org> wrote:

+1 here. Unknown files are precious (to take an Arch term) until git
is told otherwise.


I think that if we turn into clobbering files listed in .gitignore
users will probably be screaming bloody murder. No git op should
clobber untracked files...

Arch has this strange concept of allowing you to list 'junk' files. I
could never figure out why it would want my authorization to remove
files randomly. For all its faults, cvs does the right thing -- it
will say 'checkout/update of foo.c blocked by foo.c in directory'. And
if you force it with -C it will rename the local file to
.#originalname-local or something like that.

Even the files I think of as junk are actually useful and should not
be messed up with. Editor temp files, for instance, are often listed
in .gitignore, and if you ask me, they are junk. Except while I am
working with my editor! ;-)

Another case is .project files from IDEs like Eclipse. People list
them in .cvsignore so that they are not committed, and yet preserved.
The user probably has a lot of personal settings there.

cheers,


martin
-
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Merge with local conflicts in new files, Santi, (Tue May 16, 3:00 pm)
Re: Merge with local conflicts in new files, Santi, (Tue May 16, 3:12 pm)
Re: Merge with local conflicts in new files, Junio C Hamano, (Tue May 16, 3:40 pm)
Re: Merge with local conflicts in new files, Santi, (Tue May 16, 4:11 pm)
Re: Merge with local conflicts in new files, Junio C Hamano, (Tue May 16, 4:28 pm)
Re: Merge with local conflicts in new files, Pavel Roskin, (Wed May 17, 12:47 am)
Re: Merge with local conflicts in new files, Junio C Hamano, (Wed May 17, 1:20 am)
Re: Merge with local conflicts in new files, Martin Langhoff, (Wed May 17, 1:50 am)