Re: [git-users] How to improve the Git status performance

2016-11-22 Thread Ravalika
Thank you I have tried setting server on the same machine still the git status takes more time real0m25.969s user0m10.293s sys 0m5.270s And tried the below flags also ignoreStat = true fscache = true preloadindex = true untrackedCache = true Still the git status takes more time ?

Re: [git-users] GIT API Provider?

2016-11-22 Thread Vivek Vivek
thank you or your reply I would like to use APIs from github, gitlab and atlassian to develop application .But i don't know who provide more APIs. Eg..I am having Git enterprise server from third party (GITHUB/GITLAB/BITBUCKE) installed on Host A.TI am having access to GIT front end using git

Re: [git-users] GIT API Provider?

2016-11-22 Thread Magnus Therning
Vivek Vivek writes: > Hello ALL > > > Thank you for your reply and time.I went through below apis but could not > decide which is better as i am new to GIT. > > > https://github.com/gitlabhq/gitlabhq/tree/master/doc/api > > https://docs.gitlab.com/ee/api/README.html > >

Re: [git-users] GIT API Provider?

2016-11-22 Thread Konstantin Khomoutov
On Tue, 22 Nov 2016 09:00:16 -0800 Michael wrote: > >> Hello GIT experts, > > > > git is not an acronym, no need to capitalize :) > > Grand Information Theory? > Glorious Information Technology? > Global Intellectual Thinking? > Ground Into Trouble? > > (Someone can do

Re: [git-users] GIT API Provider?

2016-11-22 Thread Philip Oakley
- Original Message - From: "Michael" To: Sent: Tuesday, November 22, 2016 5:00 PM Subject: Re: [git-users] GIT API Provider? On 2016-11-22, at 6:01 AM, Dennis Kaarsemaker wrote: On Tue, 2016-11-22 at

Re: [git-users] GIT API Provider?

2016-11-22 Thread Michael
On 2016-11-22, at 6:01 AM, Dennis Kaarsemaker wrote: > On Tue, 2016-11-22 at 02:58 -0800, Vivek Vivek wrote: >> Hello GIT experts, > > git is not an acronym, no need to capitalize :) Grand Information Theory? Glorious Information Technology? Global Intellectual

Re: [git-users] GIT API Provider?

2016-11-22 Thread Vivek Vivek
Hello ALL Thank you for your reply and time.I went through below apis but could not decide which is better as i am new to GIT. https://github.com/gitlabhq/gitlabhq/tree/master/doc/api https://docs.gitlab.com/ee/api/README.html

Re: [git-users] GIT API Provider?

2016-11-22 Thread Nelson Efrain A. Cruz
Maybe it's better that OP explains what he is looking for. El mar., 22 de nov. de 2016 a la(s) 11:01, Dennis Kaarsemaker < den...@kaarsemaker.net> escribió: > On Tue, 2016-11-22 at 02:58 -0800, Vivek Vivek wrote: > > Hello GIT experts, > > git is not an acronym, no need to capitalize :) > > > I

Re: [git-users] GIT API Provider?

2016-11-22 Thread Dennis Kaarsemaker
On Tue, 2016-11-22 at 02:58 -0800, Vivek Vivek wrote: > Hello GIT experts, git is not an acronym, no need to capitalize :) > I am new to GIT world.I would like to know which third party provider > (e.g Bitbucket,Gitlab,Github)  provides more API resources? > > thank you in advance. I find that

[git-users] GIT API Provider?

2016-11-22 Thread Vivek Vivek
Hello GIT experts, I am new to GIT world.I would like to know which third party provider (e.g Bitbucket,Gitlab,Github) provides more API resources? thank you in advance. regards vivk -- You received this message because you are subscribed to the Google Groups "Git for human beings" group.

[git-users] Why is git status slow with many untracked files even if they are in my gitignore

2016-11-22 Thread Jonas B
Hi, I work with a rather large repo (4000 tracked and after build with 40,000 untracked files). All those build artifacts are ignored via my gitignore file. But still a git status takes ~20seconds (on my Win7 machine, git version 2.9.0.windows.1). And git status emits a warning that those