Re: git always make some files modified

2014-12-27 Thread Christian Stimming
Am Samstag, 27. Dezember 2014, 09:22:12 schrieb John Ralls: Following files are always marked as modified in my repos when swtich between maint and master back and forth, sometimes these modified files prevent git from git-checkout, meanwhile they cannot be stashed or checked out with

Re: git always make some files modified

2014-12-27 Thread Mike Alexander
--On December 27, 2014 at 9:16:56 PM +0100 Christian Stimming christ...@cstimming.de wrote: My solution is as follows: - Remove the .gitattributes file - Commit this removal into git (which makes the modified-message go away), - And reset the master branch back to the original master.