[git-users] Re: files case name changes detection.

2013-11-13 Thread Gabby Romano
Well, that may work. I shell give it a try. However, I will need to check also the file paths are the the same before denying the push since the file can reside elsewhere as well. Thanks for the tip. -- You received this message because you are subscribed to the Google Groups Git for human

[git-users] Re: files case name changes detection.

2013-11-13 Thread Gabby Romano
Bdw, by hook, I meant server side hook, ,not clientI guess that is changing things a bit. -- 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] Can't find any GIT folder on VS2010

2013-11-13 Thread olivier leprêtre
Hi, I'm trying to install git on visual studio 2010/W7. I follow these steps : https://gitscc.codeplex.com/wikipage?title=InstallationreferringTitle=Documentation No problem to find git source control in the gallery and install it but when I try to set path to git bash in step 2, I can't

Re: [git-users] files case name changes detection.

2013-11-13 Thread Konstantin Khomoutov
On Tue, 12 Nov 2013 08:11:40 -0800 (PST) Gabby Romano omerik...@gmail.com wrote: I would like to be able to prevent case name changes done on windows clients and being pushed to our linux remote repository. when pulled, it confuses the other windows clients and messes things up. I want to

[git-users] .gitignore question

2013-11-13 Thread wtriker . ffe
I have some files that I want to ignore but can't seem to come up with the correct format. There are multiple sub-directories with the same path that I want to ignore. Specifically, the are 'someupper path/system/cache' and all start with 'cache.'. The .gitignore entry I am using is:

[git-users] Restricting access to a portion of a repo?

2013-11-13 Thread dkoleary
Hi; I'm looking for a way to delegate control of a portion of a repo to a select set of users. Hopefully the scenario will more accurately define the need: I'm setting up a puppet configuration management proof of concept who's configuration files will be managed by git. A specific team

Re: [git-users] Restricting access to a portion of a repo?

2013-11-13 Thread Magnus Therning
On Wed, Nov 13, 2013 at 3:42 PM, dkoleary dkole...@olearycomputers.com wrote: Hi; I'm looking for a way to delegate control of a portion of a repo to a select set of users. Hopefully the scenario will more accurately define the need: I'm setting up a puppet configuration management proof of

Re: [git-users] Question on Git Hooks

2013-11-13 Thread lingfei ouyang
Thanks Konstantin, and one more quick question? What is the correct way for define the variable in pre-commit hooks in Git bash so I can using those three variables to run git commands, i.e. git show $newrev git merge-base $oldreve $newrev since what I tried in my bash scripts first to define:

[git-users] Re: Can't find any GIT folder on VS2010

2013-11-13 Thread Thomas Ferris Nicolaisen
On Wednesday, November 13, 2013 11:49:25 AM UTC+1, olivier leprêtre wrote: Hi, I'm trying to install git on visual studio 2010/W7. I follow these steps : https://gitscc.codeplex.com/wikipage?title=InstallationreferringTitle=Documentation It looks there like you have to install Git

Re: [git-users] .gitignore question

2013-11-13 Thread William Seiti Mizuta
Can you ignore all subdirectories inside cache directory? If so, just write cache in your .gitignore file. Git will ignore all cache directories independently where it was. It can be in project root or inside a directory. William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação