author | Quy Tonthat <qtonthat@gmail.com> | |
Mon, 18 Dec 2006 22:42:16 +0000 (09:42 +1100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 19 Dec 2006 00:28:12 +0000 (16:28 -0800) | ||
commit | b8e9a00d40839a76928c54366a1c46ad54d7fd5d | |
tree | 264a8d6c9613c0ba388e4ad1f6a1c6ea2ae01505 | tree | snapshot |
parent | f3d985c38090b77e46dcc00d42574b9ba49bdc22 | commit | diff |
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>
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 | diff | blob | history |