git-branch -d: do not stop at the first failure.
commitb8e9a00d40839a76928c54366a1c46ad54d7fd5d
authorQuy Tonthat <qtonthat@gmail.com>
Mon, 18 Dec 2006 22:42:16 +0000 (19 09:42 +1100)
committerJunio C Hamano <junkio@cox.net>
Tue, 19 Dec 2006 00:28:12 +0000 (18 16:28 -0800)
tree264a8d6c9613c0ba388e4ad1f6a1c6ea2ae01505
parentf3d985c38090b77e46dcc00d42574b9ba49bdc22
git-branch -d: do not stop at the first failure.

If there are more than one branches to be deleted, failure on
one will no longer stop git-branch to process the next ones.
The command still reports failures by exitting non-zero status.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-branch.c