Re: [git-users] Git has changed my language from English to japanese

2012-05-30 Thread Giuseppe
I followed another way but it worked anyway. menu administrator I removed the Chinese language :) thanks a lot ... I was going crazy Il giorno martedì 29 maggio 2012 18:45:15 UTC+2, Konstantin Khomoutov ha scritto: On Tue, 29 May 2012 07:22:13 -0700 (PDT) Giuseppe

[git-users] Re: Git SVN clone only one remote branch

2012-05-30 Thread Thomas Ferris Nicolaisen
Hi Eduardo, Try this, it's a bit simpler: git svn clone -r3:HEAD https://remote.svn.url/system/branch/mybranch/ /srv/repos/git/system-fetchhttps://remote.svn.url/system/branch/mybranch//srv/repos/git/system-fetch -- You received this message because you are subscribed to the Google

[git-users] Documentation discrepancy

2012-05-30 Thread Git User
git commit --help 3. by listing files as arguments to the commit command, in which case the commit will ignore changes staged in the index, and instead record the current content of the listed files (which must already be known to git); ignore -- unstage