Teach 'git remote' how to cleanup stale tracking branches.
commit859607dfe04260d55f5901974fdd660aebc427fa
authorShawn O. Pearce <spearce@spearce.org>
Fri, 2 Feb 2007 05:06:08 +0000 (2 00:06 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 2 Feb 2007 06:06:36 +0000 (1 22:06 -0800)
treea02c07639cf2fd55115f403d1354d31ac839922f
parent7a8c9ec1a95a368c5f32d430058d67109feccfee
Teach 'git remote' how to cleanup stale tracking branches.

Since it can be annoying to manually cleanup 40 tracking branches
which were removed by the remote system, 'git remote prune <n>'
can now be used to delete any tracking branches under <n> which
are no longer available on the remote system.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-remote.txt
git-remote.perl