On 12/2/08, Caleb Cushing <xenoterracide@xxxxxxxxx> wrote: > > I guess that "no-overwrite" can be achieved by > > > > git merge -s ours --no-commit > > > no it doesn't. which is why I called it a bad name. no-overwrite would > still add new lines to the file not in ours (and no-commit isn't > needed in that case) it just wouldn't overwrite conflicting lines, my > understanding of ours is that it will keep the files as is. > > Caleb Cushing > >From your original email in this thread "no-overwrite: if a change from the branch being merged in would overwrite something in the current branch don't merge it. (I think it needs a better name)" I got the impression that you would like to preserve "ours" branch whenever other branch tries to overwrite something? Is it "no-override-conflicting-lines" that you are really after? --Leo-- -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html