On Wed, Jul 29, 2020 at 1:23 PM Linus Torvalds wrote: > > So really. Both from a technical _and_ a terminology angle, that > commit was just wrong. So here's the fix. The fix is effectively a revert of the patch (and a follow-up test-case patch), and instead just replaces the "master" nomenclature with "git_default_branch_name()". This patch actually removes more uses of "master" than it adds to git, and unlike the patches it replaces, actually removes it from other projects commit logs. Now whatever default branch name you choose really is immaterial. Please? Linus