Merge branch 'rs/branch-del-symref' into maint
commit3a9866919c1f87c7e4f740ea6699513381256103
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2012 03:32:58 +0000 (18 19:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2012 03:32:58 +0000 (18 19:32 -0800)
tree46a5bbc39c547fddb229f9b2f3ac75c63d9bda8f
parentdca5ed5f5b2646186ce177bb41974035f8fefd52
parent13baa9fe866f63311af5a5ee318beddb16eb5df4
Merge branch 'rs/branch-del-symref' into maint

A symbolic ref refs/heads/SYM was not correctly removed with "git
branch -d SYM"; the command removed the ref pointed by SYM instead.

* rs/branch-del-symref:
  branch: show targets of deleted symrefs, not sha1s
  branch: skip commit checks when deleting symref branches
  branch: delete symref branch, not its target
  branch: factor out delete_branch_config()
  branch: factor out check_branch_commit()