Re: .gitignore, .gitattributes, .gitmodules, .gitprecious?,.gitacls? etc.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Dmitry Kakurin <dmitry.kakurin@...>
Cc: Jan Hudec <bulb@...>, Johannes Schindelin <Johannes.Schindelin@...>, Petr Baudis <pasky@...>, Git Mailing List <git@...>
Date: Wednesday, September 5, 2007 - 4:14 am

"Dmitry Kakurin" <dmitry.kakurin@gmail.com> writes:


Thinking about the reason _why_ .gitattributes may be updated,
one would notice that it is because somebody did this command
sequence:

	git checkout		;# now work tree is clean
	edit .gitattributes	;# modify the attributes of a file
	edit file		;# edit the file attributes talks about
	git add file		;# this can be affected by .gitattributes
	git add .gitattributes	;# this is changed in the same commit
	git commit

Now, should we always take .gitattributes from the index?
-
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:
Re: .gitignore, .gitattributes, .gitmodules, .gitprecious?, ..., Johannes Schindelin, (Sun Aug 26, 11:05 am)
Re: .gitignore, .gitattributes, .gitmodules, .gitprecious?, ..., Johannes Schindelin, (Mon Aug 27, 7:30 am)
Re: .gitignore, .gitattributes, .gitmodules, .gitprecious?, ..., Johannes Schindelin, (Tue Aug 28, 4:45 am)
Re: .gitignore, .gitattributes, .gitmodules, .gitprecious?, ..., Johannes Schindelin, (Tue Aug 28, 7:07 pm)
Re: .gitignore, .gitattributes, .gitmodules, .gitprecious?,...., Johannes Schindelin, (Tue Aug 28, 4:49 am)
Re: .gitignore, .gitattributes, .gitmodules, .gitprecious?,...., Junio C Hamano, (Wed Sep 5, 4:14 am)