brew update
brew upgrade gitGit 1.8.0
11–20 of 54 posts
Re: Git 1.8.0
#12Re: Git 1.8.0
#13It would be great if changes to the git CLI were thoroughly thought through instead of one-off fixes like this. This is the reason the interface is such a mess.
git branch foo --track origin/foo
But if you forgot --track: git branch foo
then it's: git branch foo --set-upstream-to origin/foo
and don't you dare do git branch --set-upstream-to origin/foo
Upstream and track are the same - why two different words?And now we have --set-upstream-to and --set-upstream, which will be fun for git newbies to distinguish.
Re: Git 1.8.0
#14> In the next major release (not this one), we will change the behavior of the "git push" command. So wait, is that in this release or not? Why put this at the very most top part of the file without even mentioning what release it will actually be in?
"git push" will warn about the upcoming change until you set this
variable in this release.Re: Git 1.8.0
#15You're over the rate limit. Serve this file from your own servers. Contact support@github.com if you have questions.
Re: Git 1.8.0
#16Re: Git 1.8.0
#17Re: Git 1.8.0
#18You're over the rate limit. Serve this file from your own servers. Contact support@github.com if you have questions.
Any roadblocks should be eliminated for VIPs, especially if the consequence is just a few bucks more in bandwidth bills.
Re: Git 1.8.0
#19Re: Git 1.8.0
#20 curl --head https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.0.txt
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 22 Oct 2012 05:32:02 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Status: 200 OK
X-Runtime: 14
X-RateLimit-Limit: 100
Content-Length: 1
X-Frame-Options: deny
Cache-Control: no-cache
X-RateLimit-Remaining: 100