[git-users] Windos 7 env vars override git config --local http.proxy

2015-03-05 Thread Paul Ee
I sit behind a corp proxy. We have an private github. I want to access it plus the public github. In order to access the public github, I set the Windows 7 env vars: HTTP_PROXY=http://alt.proxy.co.com:80 HTTPS_PROXY=http//alt.proxy.co.com:80 In order to access our private github, I tried

[git-users] Messed up and not sure best way out

2015-03-05 Thread Will E
Hey, I'm using git with a gitblit server. Using tickets these days in it. Basic scenario summary is new ticket #1, started work on it under new branch, made some commits but didn't finish it so no merge. Switched to ticket #2 on another new branch, did work, commits, finished it and pushed

[git-users] Re: Slow git pushes, 1 min in pack-objects

2015-03-05 Thread Stephen Morton
On Thursday, 5 March 2015 11:08:33 UTC-5, Thomas Ferris Nicolaisen wrote: On Wednesday, March 4, 2015 at 9:11:45 PM UTC+1, Stephen Morton wrote: I'm experiencing very slow git pushes. On the order of 1 minute to push a trivial one-line change. When I set GIT_TRACE=1, I see that it seems to

[git-users] Re: Slow git pushes, 1 min in pack-objects

2015-03-05 Thread Thomas Ferris Nicolaisen
On Wednesday, March 4, 2015 at 9:11:45 PM UTC+1, Stephen Morton wrote: I'm experiencing very slow git pushes. On the order of 1 minute to push a trivial one-line change. When I set GIT_TRACE=1, I see that it seems to be taking a lot of time in the pack-objects phase. Others are not seeing

[git-users] Re: release notes 1.9.2

2015-03-05 Thread Thomas Ferris Nicolaisen
On Friday, February 27, 2015 at 9:00:47 PM UTC+1, saurabh arora wrote: Release notes for 1.9.2 has a comment for the fixes made from ver 1.9.1 “git mv that moves a submodule forgot to adjust the array that uses to keep track of which submodules were to be moved to update its configuration.”