+[9 years ago]VxJasonxVeven if it doesn't deliver the packed-refs as-is, I didn't think there'd be too much back and forth +[9 years ago]Seveasas git < 2.7 had a bug where http with 50k+ refs simply didn't work +[9 years ago]VxJasonxVneat +[9 years ago]Seveasthe back and forth is bad, it has to transmit most refs multiple times +[9 years ago]Seveaswhich isn't needed for ssh:// or git:// as those protocols are stateful.
as git < 2.7 had a bug where http with 50k+ refs simply didn't work
+[9 years ago]thomedyokay i have an existing project that i have githubbed.... +[9 years ago]erebel55lo +[9 years ago]erebel55is there any url shortcut for ignoring capitalization changes in the diff? +[9 years ago]erebel55like there is for whitespace changes ?w=1 +[9 years ago]gitstarHow do I selectively merge commits from git fetch upstream/master?