[git-users] slow process of post-receive script on a remote (samba) share

2013-06-13 Thread tcsabina
Hi, I`ve sent the following email to the mailing list, however for some reason it is not shown in the archives, so I guess it hasn`t been `arrived` at all. So I am trying now on this group. I am using Git bash from version 1.8.3.msysgit.0, on a Windows 7x64 PC. I have an issue with executing

[git-users] cannot post to the mailing-list

2013-06-13 Thread tcsabina
As the topic subject describes, I cannot post to the mailing-list (g...@vger.kernel.or). I send an email to the list, my email program says it was delivered, but the mail is not coming back to me (maybe this is normal), and it is not listed in the archives. I tried it 1st without being

Re: [git-users] cannot post to the mailing-list

2013-06-13 Thread Michael Haggerty
On 06/13/2013 09:49 AM, tcsab...@gmail.com wrote: As the topic subject describes, I cannot post to the mailing-list (g...@vger.kernel.or). I send an email to the list, my email program says it was delivered, but the mail is not coming back to me (maybe this is normal), and it is not listed in

[git-users] Re: Trojan

2013-06-13 Thread Thomas Ferris Nicolaisen
On Thursday, June 13, 2013 2:14:50 AM UTC+2, Andrew Gray wrote: Hi All, I just tried downloading the latest version from git-scm.com and at the download Semantic scanned it and rejected it due to the presence of a Trojan malware. Just letting the community know. Someone might want to

[git-users] Re: cannot post to the mailing-list

2013-06-13 Thread tcsabina
Guys, Thanks, this was it! -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit

[git-users] Download documentation in others language

2013-06-13 Thread Aurélien PELLET
Hello. Is it possible to download the documentation (PDF) in others available languages ? I read the documentation in English but on some technical terms I prefer to refer to the french version. An impossible thing when we don't have internet... Thanks -- You received this message because

Re: [git-users] Re: Trojan

2013-06-13 Thread Andrew Gray
Yes, Windows 7 On Thursday, June 13, 2013, Thomas Ferris Nicolaisen wrote: On Thursday, June 13, 2013 2:14:50 AM UTC+2, Andrew Gray wrote: Hi All, I just tried downloading the latest version from git-scm.com and at the download Semantic scanned it and rejected it due to the presence of a

[git-users] Repository arrangements

2013-06-13 Thread Roddie Grant
Where there is a small team, say 3 or 4 developers, is it acceptable practice to pull direct from each other's repositories? Or is it considered better (strongly advised?) to have an overall bare repository to which commits are pushed, and then pulled by each of the developers? Thanks

Re: [git-users] Repository arrangements

2013-06-13 Thread Philip Oakley
From: Roddie Grant gitl...@myword.co.uk Sent: Thursday, June 13, 2013 12:11 PM Where there is a small team, say 3 or 4 developers, is it acceptable practice to pull direct from each other's repositories? There is no special restriction on this (pull or fetch) to share branches between each

[git-users] Could not connect to the repository issue for (new linux user)

2013-06-13 Thread WooD Fung
I followed the official document to setup ssh protocol for git. I can clone the repository by using root account. but I cannot clone the repository from a new Linux user account. Does anybody know how to fix it? -- You received this message because you are subscribed to the Google Groups Git

Re: [git-users] Could not connect to the repository issue for (new linux user)

2013-06-13 Thread Konstantin Khomoutov
On Thu, 13 Jun 2013 07:39:17 -0700 (PDT) WooD Fung cw.wood.f...@gmail.com wrote: I followed the official document to setup ssh protocol for git. I can clone the repository by using root account. but I cannot clone the repository from a new Linux user account. Does anybody know how to fix it?

[git-users] Question: git merge origin/master

2013-06-13 Thread Paul Smith
Hi all. This is just a simple question. Most of the discussions of merge from master to my branch I've seen recommend this: git checkout master git pull git checkout mybranch git merge master I did things this way at first, but as I understood git more it seemed to me that far simpler,

Re: [git-users] Download documentation in others language

2013-06-13 Thread Konstantin Khomoutov
On Thu, 13 Jun 2013 03:13:07 -0700 (PDT) Aurélien PELLET pellet.aurel...@gmail.com wrote: Is it possible to download the documentation (PDF) in others available languages ? I read the documentation in English but on some technical terms I prefer to refer to the french version. An

Re: [git-users] Question: git merge origin/master

2013-06-13 Thread Konstantin Khomoutov
On Thu, 13 Jun 2013 11:00:42 -0400 Paul Smith p...@mad-scientist.net wrote: Hi all. This is just a simple question. Most of the discussions of merge from master to my branch I've seen recommend this: git checkout master git pull git checkout mybranch git merge master I did

Re: [git-users] Question: git merge origin/master

2013-06-13 Thread Paul Smith
On Thu, 2013-06-13 at 19:30 +0400, Konstantin Khomoutov wrote: On Thu, 13 Jun 2013 11:00:42 -0400 Paul Smith p...@mad-scientist.net wrote: Hi all. This is just a simple question. Most of the discussions of merge from master to my branch I've seen recommend this: git checkout master

[git-users] Having trouble understanding how Git works?

2013-06-13 Thread vmhatup
I'm trying to integrate some type of source code versioning. I come from a VSS background, where our workstations would connect to a server and 'check out' a solution/project into my workstation. Essentially, 'check out' the code into my PC and then ('check in') back to the server. Anyways,

[git-users] Re: Could not connect to the repository issue for (new linux user)

2013-06-13 Thread WooD Fung
Thanks! It was the permission issue On Thursday, June 13, 2013 10:39:17 PM UTC+8, WooD Fung wrote: I followed the official document to setup ssh protocol for git. I can clone the repository by using root account. but I cannot clone the repository from a new Linux user account. Does

Re: [git-users] Question: git merge origin/master

2013-06-13 Thread Konstantin Khomoutov
On Thu, 13 Jun 2013 11:37:42 -0400 Paul Smith p...@mad-scientist.net wrote: [...] The question above is talking only about intermediate merge steps, where I want to bring in other peoples' changes into my work branch before I merge back to master. I'm just wondering if there's some issue

[git-users] what is the point of rebase?

2013-06-13 Thread David Gudeman
I've been getting to know git recently as part of some work I needed to do, and I love the easy branching and merging, but I have to admit that rebase is confusing me. I'm not confused about what it does (I don't think); I'm confused about what the point is. As far as I can tell, rebase is just

[git-users] Difficulty adding a symbolic link

2013-06-13 Thread Dale R. Worley
I'm having a problem with git add in version 1.7.7.6. The situation is that I have a repository that is contained in a second-level directory, a sub-sub-directory of /. The core.worktree of the repository is /, so the working directory is the entire file tree. I want this repository to track

Re: [git-users] what is the point of rebase?

2013-06-13 Thread Philip Oakley
From: David Gudeman To: git-users@googlegroups.com Sent: Thursday, June 13, 2013 7:12 PM Subject: [git-users] what is the point of rebase? I've been getting to know git recently as part of some work I needed to do, and I love the easy branching and merging, but I have to admit that

Re: [git-users] Download documentation in others language

2013-06-13 Thread Thomas Ferris Nicolaisen
On Thursday, June 13, 2013 5:09:37 PM UTC+2, Konstantin Khomoutov wrote: On Thu, 13 Jun 2013 03:13:07 -0700 (PDT) Aurélien PELLET pellet@gmail.com javascript: wrote: Is it possible to download the documentation (PDF) in others available languages ? I read the documentation in

[git-users] Re: Having trouble understanding how Git works?

2013-06-13 Thread Thomas Ferris Nicolaisen
I think you have to wait a bit with the Visual Studio and server setup, and first figure out the foundation and principles of Git. There are a number of approaches for this. For a more practical approach, you can try starting off on github.com, register an account, create a repository, push

[git-users] Re: Difficulty adding a symbolic link

2013-06-13 Thread Thomas Ferris Nicolaisen
On Thursday, June 13, 2013 8:45:38 PM UTC+2, Dale Worley wrote: I'm having a problem with git add in version 1.7.7.6. The situation is that I have a repository that is contained in a second-level directory, a sub-sub-directory of /. The core.worktree of the repository is /, so the

[git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-13 Thread Adam Strzelecki
In my superproject I have two submodules and I want them to track always master master. Using Git 1.8.2. So I've added branch = master to .gitmodules and using git submodule update --remote to pull always recent master. However everytime submodule master is updated, running superproject git

Re: [git-users] Difficulty adding a symbolic link

2013-06-13 Thread PJ Weisberg
On Jun 13, 2013 11:45 AM, Dale R. Worley wor...@alum.mit.edu wrote: . The difficulty is that git add seems to not add specific files, depending on how they are specified as arguments to git add. In particular, /dev/dvd (which is a symbolic link) can be added with git add ../../dev/dvd but