Add the ability to delete a branch to git.py
authorChuck Lever <cel@netapp.com>
Thu, 6 Oct 2005 10:18:18 +0000 (11:18 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 6 Oct 2005 10:18:18 +0000 (11:18 +0100)
"git branch -D" checks first to see whether all the commits in the doomed
branch are already in the branch pointed to by HEAD.  I don't think we need
that level of checking here.  We just delete "refs/heads/branchname."

Signed-off-by: Chuck Lever <cel@netapp.com>

No differences found