# File lib/branch.rb, line 4
        def initialize(str, commit)
            @commit = commit
            super(str)
        end