Re: [git-users] Has anyone installed Git client on a Tandem aka HP non-stop server?

2016-03-19 Thread Philip Oakley
Michael, You should be able to get the latest from https://github.com/git/git I believe that Tandem patches have been included. Failing that, search the lists and contact those who were providing contributions to see if they can help. Philip - Original Message - From: Michael Hall

Re: [git-users] pull changes to a shallow copy

2016-03-19 Thread Konstantin Khomoutov
On Thu, 17 Mar 2016 01:41:28 -0700 (PDT) Michele Marcon wrote: > I hade a shallow copy of a github repo for saving space and > bandwidth, since I'm not interested on past history nor I want to > switch branch. > > git clone --depth=1 > > The repo has a gradle build

Re: [git-users] Has anyone installed Git client on a Tandem aka HP non-stop server?

2016-03-19 Thread Michael Hall
Thanks Philip. On Wednesday, 16 March 2016 21:49:41 UTC, Philip Oakley wrote: > > Michael, > > You should be able to get the latest from https://github.com/git/git > I believe that Tandem patches have been included. > Failing that, search the lists and contact those who were providing >

[git-users] pull changes to a shallow copy

2016-03-19 Thread Michele Marcon
Hi there, I hade a shallow copy of a github repo for saving space and bandwidth, since I'm not interested on past history nor I want to switch branch. git clone --depth=1 The repo has a gradle build file which I run to create the binaries. Then I want to pull the updates from the repo, but git

[git-users] Re: Libgit2 google group

2016-03-19 Thread Pranit Bauva
There used to be a libgit2 mailing list but now its deprecated! On Tuesday, 15 March 2016 14:17:35 UTC+5:30, Saurabh Jain wrote: > > Is there any google group for libgit2, I tried to contact people on IRC > (#libgit2) but that doesn't seem to be active. > > If this is correct place for libgit2,

[git-users] Re: How to write a shell script that checks if files have been modified in a particular directory in GIt and then do a pull

2016-03-19 Thread builderj
Hi Konstantin, That worked great. Thanks so much. On Tuesday, March 15, 2016 at 2:50:30 PM UTC-4, builderj wrote: > > Hello Everyone, > > I've to write a shell script that checks for changes in a particular > folder and then do a pull of the whole repository. > > I've a build setup for which