Re: [git-users] Question on Git Hooks

2013-11-07 Thread Amit Saha
On Fri, Nov 8, 2013 at 3:14 AM, lingfei ouyang wrote: > > Hello Konstantin, > > I'm trying to create an Git-extenstion pre-commit hooks and below is what I > got: > > > #!/bin/bash -xv > > refname="$1" > oldrev="$2" > newrev="$3" > > pattern="[A-Z]-[0-9]{5}\:" > > echo $newrev > newrev_subje

Re: [git-users] Support/Proprietary Git

2013-08-18 Thread Amit Saha
On Sun, Aug 18, 2013 at 12:39 AM, wrote: > HI All, > I wish to know if a company implements GIT who will provide support if any > help is needed/any issued encountered with GIT > and is there any proprietary version of GIT is available if so who provides > that There is no "proprietary" git as f

Re: [git-users] Git for microcontroller programs

2013-07-05 Thread Amit Saha
On Sat, Jul 6, 2013 at 2:25 PM, Karthi Prime wrote: > Do people use git repository for my micro-controller program development? You can use it for anything which you will be working over time (along with or without others). I think Scott Chacon used the term "knowledge worker" for the users for

Re: [git-users] Git clone out of memory on Windows

2013-05-30 Thread Amit Saha
On Thu, May 30, 2013 at 4:24 PM, Ruthy wrote: > Hi, > > > > I am unable to clone my repository. I get a message of out of memory. > > The server is located on Hyper-V running on Win Server 2008 R2 SP-1 > > The OS is Windows 7 64BIT. > > > > What do you suggest I should do? No experience with this