[git-users] Russian Speaking mailing list

2012-03-06 Thread Serge Matveenko
Hi all! Just want to notice once that there is mailing list for Russian speaking users at https://groups.google.com/forum/?fromgroups#!forum/russian-git Sorry if this message bothers you. I just think that it will be useful for some of this mailing list subscribers. -- Serge Matveenko se...@ma

Re: [git-users] How to make git diff -w without -w key?

2012-03-06 Thread Konstantin Khomoutov
On Tue, Mar 06, 2012 at 01:52:55PM -0800, Kornev Ruslan aka woto wrote: > Is there way to write something to config that makes > git diff -w > without writing -w key? $ git config --global --add alias.wdiff 'diff -w' will provide you with the `git wdiff` command which will be an alias to `git diff

[git-users] How to make git diff -w without -w key?

2012-03-06 Thread Kornev Ruslan aka woto
Hi, sorry for bad English. Is there way to write something to config that makes git diff -w without writing -w key? Thanks. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.

Re: [git-users] git svn fetch

2012-03-06 Thread Konstantin Khomoutov
On Tue, 6 Mar 2012 09:05:25 -0800 (PST) AdrianH wrote: > I was trying to fetch a svn repo and it kept saying: > > Authentication realm: <*site*> *repo* login > password for '*local computer login name*': > > Wtf? I tried to set the username using the command: > > git config github.

[git-users] git svn fetch

2012-03-06 Thread AdrianH
I was trying to fetch a svn repo and it kept saying: Authentication realm: <*site*> *repo* login password for '*local computer login name*': Wtf? I tried to set the username using the command: git config github.user '*my repo username*' but with no joy. Do I have to use --username