Teach 'git remote' how to cleanup stale tracking branches.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 2 Feb 2007 05:06:08 +0000 (00:06 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 2 Feb 2007 06:06:36 +0000 (22:06 -0800)
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>
No differences found