chiark / gitweb /
Add the ability to rename a git branch
authorChuck Lever <cel@netapp.com>
Thu, 6 Oct 2005 10:19:22 +0000 (11:19 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 6 Oct 2005 10:19:22 +0000 (11:19 +0100)
commit72594233910a7f3ae988020702de20d8703a2ffb
tree78d295800f0957ae3ef020b647efc119b89e4053
parent6f48e5f8db212cc241511aa03ed47534580357b2
Add the ability to rename a git branch

To keep StGit-specific functionality separate from git functionality,
create a git.rename_branch function to do appropriate sanity checking and
rename branch heads.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/git.py