Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: [PATCH] optionally disable overwriting of ignored files

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:49:22

Clemens Buchacher [off-list ref] writes:
By default, checkout and fast-forward merge will overwrite ignored
files. Make this behavior configurable.
Just mentionning an alternative, or complementary approach:

Instead of overwritting completely a .gitignore-d file, Git could
rename it, and warn the user kindly. For example:

$ git merge
...
Warning: existing ignored file 'foo' renamed to 'foo~'

(in case foo~ already exists, it's possible to use numbered backups
just like "mv --backup=existing" does for example)


That could complement your patch if core.overwriteignored is a
multiple-choice option instead of a Boolean:

- "overwrite" => current behavior
- "refuse" => your proposal
- "rename" => my proposal

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help