+[2016-05-05T21:47:12Z]VxJasonxVeven if it doesn't deliver the packed-refs as-is, I didn't think there'd be too much back and forth +[2016-05-05T21:47:21Z]Seveasas git < 2.7 had a bug where http with 50k+ refs simply didn't work +[2016-05-05T21:47:33Z]VxJasonxVneat +[2016-05-05T21:47:36Z]Seveasthe back and forth is bad, it has to transmit most refs multiple times +[2016-05-05T21:47:58Z]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
+[2016-05-06T05:09:13Z]thomedyokay i have an existing project that i have githubbed.... +[2016-05-06T12:34:26Z]erebel55lo +[2016-05-06T12:34:40Z]erebel55is there any url shortcut for ignoring capitalization changes in the diff? +[2016-05-06T12:34:47Z]erebel55like there is for whitespace changes ?w=1 +[2016-05-06T12:38:06Z]gitstarHow do I selectively merge commits from git fetch upstream/master?