Re: git has modified files after clean checkout
From: Caleb Cushing <hidden>
Date: 2016-06-15 22:45:51
Do you have any .gitattributes? A few days ago, ludde on IRC bumped into the problem that git-checkout applies the .gitattributes that are present in the tree *before* the checkout. Naturally this means that the .gitattributes do not apply at all during the first checkout at the end of cloning. In ludde's case, this caused git-blame to think the file had all line endings changed compared to the index version.
no, no .gitattributes to my knowledge (file doesn't exist). but it's not just during the first checkout. # On branch regen2 # Your branch is ahead of 'funtoo/funtoo.org' by 1 commit. # # Changed but not updated: # (use "git add <file>..." to update what will be committed) # # modified: app-admin/petrovich/files/petrovich-1.0.0-gentoo.diff # modified: app-cdr/mode2cdmaker/files/mode2cdmaker-1.5.1-gentoo.patch # modified: app-crypt/mhash/files/mhash-0.9.9-mutils-align.patch # modified: app-crypt/rainbowcrack/files/rainbowcrack-1.2+gcc-4.3.patch # modified: app-crypt/rainbowcrack/files/rainbowcrack-1.2-share.patch # modified: app-crypt/rainbowcrack/files/rainbowcrack-1.2-types.patch # modified: app-editors/leo/files/leoConfig.py.patch # modified: app-emacs/aspectj4emacs/files/aspectj4emacs-1.1_beta2-browse-url-new-window-gentoo.patch # modified: app-emacs/aspectj4emacs/files/aspectj4emacs-1.1_beta2-compile-log-gentoo.patch ... that continues on for a while, all that was done was a git pull funtoo funtoo.org I haven't had time to test 1.6.1 yet -- Caleb Cushing http://xenoterracide.blogspot.com