[git-users] How to set gitk and git gui to a specific local language ?

2012-10-10 Thread Jean-Pierre Delouche
Hello, My Windows machine is set in English language for the GUI and is located in France for the time zone. Git is speaking English in the Git Bash console, but gitk and git gui are speaking French whether I am starting from the bash or from the program menu. Is there any ways to make gitk a

Re: [git-users] How to set gitk and git gui to a specific local language ?

2012-10-10 Thread Konstantin Khomoutov
On Wed, 10 Oct 2012 02:22:42 -0700 (PDT) Jean-Pierre Delouche wrote: > My Windows machine is set in English language for the GUI and is > located in France for the time zone. > > Git is speaking English in the Git Bash console, but gitk and git gui > are speaking French whether I am starting fro

[git-users] Re: two different submodules in the same directory

2012-10-10 Thread Thomas Ferris Nicolaisen
You should be able to have multiple submodules next to each other. Can you post the exact commands that you are doing and the output/error messages? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visi

[git-users] Re: Why does core.autocrlf=true replace LF with CRLF on Linux?

2012-10-10 Thread Thomas Ferris Nicolaisen
On Monday, October 8, 2012 8:09:11 PM UTC+2, Dun Peal wrote: > Can anyone explain why core.autoccrlf=true makes Git replace LF with CRLF > on Linux? > This is intended behavior, and is mostly used on Windows machines to make sure that local files use CRLF for line endings (so they work in not

[git-users] img attachment

2012-10-10 Thread maxhodges
does this group forbid attachments or something? I just posted with an image attachment, but the message was automatically deleted. -- 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

[git-users] Re: img attachment

2012-10-10 Thread maxhodges
crap I tried to post an image link instead, but it deleted that too! will try here I have a git repo with multiple "origin" branches. WHen I add a new branch and commit changes, it shows that each of these branches are identical, so it may be writing the commits to multiple branches. I think ma

Re: [git-users] Re: img attachment

2012-10-10 Thread Konstantin Khomoutov
On Wed, 10 Oct 2012 08:10:51 -0700 (PDT) maxhodges wrote: > I have a git repo with multiple "origin" branches. Do I understand right that you have a configured remote named "origin" (either by creating that repo via cloning, which created such a remote automatically or by running something like

[git-users] Zend Studio destroying git repositories

2012-10-10 Thread Yaron Kaplan
I've been using Eclipse with eGit and it works fairly well. However, my boss has Zend Studio. Today we tried committing from it (from a repository we cloned into Zend Studio) and 3 things happened: 1. It said it committed, but still marked the repository with outgoing commits. 2. The commits d

[git-users] Re: Why does core.autocrlf=true replace LF with CRLF on Linux?

2012-10-10 Thread Dun Peal
On Wednesday, October 10, 2012 6:27:38 AM UTC-7, Thomas Ferris Nicolaisen wrote: >Setting this variable to "true" is almost the same as setting >> the text attribute to "auto" on all files except that text files are not >> guaranteed to be normalized: files that contain CRLF in the

[git-users] Git/Gerrit/merging HELP!!!

2012-10-10 Thread kramer.newsreader
Hi guys, Total git n00b here. Thanks in advance for the help. I am really having trouble. I am working in a new system. We are using git as a versioning system and gerrit as a review system/remote repository. Anyway, I was working on the branch 'master' and switched to another branch call

[git-users] Re: Git/Gerrit/merging HELP!!!

2012-10-10 Thread Thomas Ferris Nicolaisen
On Wednesday, October 10, 2012 9:04:03 PM UTC+2, kramer.newsreader wrote: > Hi guys, > > Total git n00b here. Thanks in advance for the help. I am really having > trouble. I am working in a new system. We are using git as a versioning > system and gerrit as a review system/remote repository.

[git-users] Re: Git/Gerrit/merging HELP!!!

2012-10-10 Thread kramer.newsreader
@Thomas Worked like a charm. Thanks so much. Git seems like a great tool, but the learning curve is a bit steep. I think I understood what happened and at least won't make that mistake again. Cheers! -- You received this message because you are subscribed to the Google Groups "Git for hu

[git-users] Re: Zend Studio destroying git repositories

2012-10-10 Thread Thomas Ferris Nicolaisen
On Wednesday, October 10, 2012 7:13:09 PM UTC+2, Yaron Kaplan wrote: > I've been using Eclipse with eGit and it works fairly well. > > However, my boss has Zend Studio. Today we tried committing from it (from > a repository we cloned into Zend Studio) and 3 things happened: > > 1. It said it comm