Re: [git-users] Help, very strange behavior by Git

2010-06-08 Thread Artiom Diomin
On Mon, 7 Jun 2010 16:01:42 -0700 (PDT) Scott O solms...@gmail.com wrote: Hello Scott, I didn't understand, after clone you immediately have changed files?! -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send

Re: [git-users] Help, very strange behavior by Git

2010-06-08 Thread Petr Baudis
On Mon, Jun 07, 2010 at 04:01:42PM -0700, Scott O wrote: If I clone the repository anew, it shows about 100 files as changed in the master branch (different branch from above). Most of these are plugin or javascript files that we have not edited. This is a newly cloned local repository. Same

Re: [git-users] Question about git push, .bash_profile, and git-receive-pack location

2010-06-08 Thread Artiom Diomin
On Tue, 8 Jun 2010 12:24:38 -0700 (PDT) Clay H. cchea...@gmail.com wrote: Hello Clay, try $ ssh server 'echo $SHELL' And you will see which shell is used. By the way, bash uses $HOME/.bashrc file as peruser config. -- You received this message because you are subscribed to the Google Groups

Re: [git-users] Re: Question about git push, .bash_profile, and git-receive-pack location

2010-06-08 Thread Artiom Diomin
On Tue, 8 Jun 2010 23:18:31 +0300 Artiom Diomin kro...@gmail.com wrote: Hello Artiom, On Tue, 8 Jun 2010 12:51:07 -0700 (PDT) Clay H. cchea...@gmail.com wrote: Hello Clay, export PATH=/opt/local/bin:/opt/local/sbin:$PATH move this string to .bashrc sorry, I mean: export

[git-users] Re: Question about git push, .bash_profile, and git-receive-pack location

2010-06-08 Thread Clay H.
Wonderful, that did it. Thank you very much! On Jun 8, 4:19 pm, Artiom Diomin kro...@gmail.com wrote: On Tue, 8 Jun 2010 23:18:31 +0300 Artiom Diomin kro...@gmail.com wrote: Hello Artiom, On Tue, 8 Jun 2010 12:51:07 -0700 (PDT) Clay H. cchea...@gmail.com wrote: Hello Clay, export

Re: [git-users] Help, very strange behavior by Git

2010-06-08 Thread Scott Olmsted
Indeed, this is clearly a CRLF problem, as simply adding the files to staging produces: $ git add . warning: CRLF will be replaced by LF in public/javascripts/tiny_mce/plugins/advhr/css/advhr.css. repeat 288 times How these files with CRLF were introduced into the repository, I have