Git 1.8.0
21–30 of 54 posts
Re: Git 1.8.0
#22Re: Git 1.8.0
#23 "git cherry-pick" learned the "--allow-empty-message" option
It's not like Git has obtained sentience and has started to teach itself new tricks, though that would be an interesting development.I understand what they are trying to say I just thought the choice of verb and subject was odd, leaving out the developers as those acting on the code.
Re: Git 1.8.0
#24I really wish a day when I am able to download the code with minimal footprint. (few previous versions).
Re: Git 1.8.0
#25You'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
#26I really wish a day when I am able to download the code with minimal footprint. (few previous versions).
Re: Git 1.8.0
#27You're over the rate limit. Serve this file from your own servers. Contact support@github.com if you have questions.
I'm surprised they don't exempt high profile public projects from limits like that. Git being hosted on Github is hugely beneficial to their image. Any roadblocks should be eliminated for VIPs, especially if the consequence is just a few bucks more in bandwidth bills.
If file extensions could be used to determine whether a resource could be used like this, we'd only apply the rate limits to those. Browsers don't care about extensions or event content types though. They'll happily use whatever's at the other end of a URL for , , and tags.
As for whitelisting, it's a path we just don't want to go down for raw requests. We do a lot of that for the API and it isn't cheap to maintain.
Re: Git 1.8.0
#28Why in the Release Notes do they use the verb "learned" to describe adding a command line option to a feature? "git cherry-pick" learned the "--allow-empty-message" option It's not like Git has obtained sentience and has started to teach itself new tricks, though that would be an interesting development. I understand what they are trying to say I just thought the choice of verb and subject was odd, leaving out the de…
Re: Git 1.8.0
#29> "git branch --set-upstream" is deprecated and may be removed in a relatively distant future. "git branch [-u|--set-upstream-to]" has been introduced with a saner order of arguments. It 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…
Re: Git 1.8.0
#30Why in the Release Notes do they use the verb "learned" to describe adding a command line option to a feature? "git cherry-pick" learned the "--allow-empty-message" option It's not like Git has obtained sentience and has started to teach itself new tricks, though that would be an interesting development. I understand what they are trying to say I just thought the choice of verb and subject was odd, leaving out the de…
Similarly, writing it in the active voice but attributing the verb properly ends up with meaningless words: "Developers taught cherry-pick to..." or "We taught cherry-pick to...". Every entry would begin that way; having the first words be the relevant subsection of git makes it easier to skim through the release notes.