]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/branch-allow-deleting-dangling' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:41 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:41 +0000 (13:51 -0700)
commit474e4f9b5567e02e9c6947e36ed84f882868d77e
treef3f1b5b35a54047bfd6d543351b0b7216e8df990
parentcd9a57f6a040116f866ada47317c91262688a0ed
parent597a97748924e8ce0b829f668acc8f7a6849b05f
Merge branch 'rs/branch-allow-deleting-dangling' into maint

"git branch -D <branch>" used to refuse to remove a broken branch
ref that points at a missing commit, which has been corrected.

* rs/branch-allow-deleting-dangling:
  branch: allow deleting dangling branches with --force