author | Junio C Hamano <gitster@pobox.com> | |
Mon, 27 Jun 2011 22:04:32 +0000 (15:04 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 29 Jun 2011 23:35:29 +0000 (16:35 -0700) | ||
commit | 534cea3fce7d32fc924fd477520fa2e631288ca6 | |
tree | b9efabcd5eae4996d202f8b5ea92039ef08f3b83 | tree | snapshot |
parent | 99ac63b092f592b7181f94b6479f3a24dbfc8fdb | commit | diff |
"branch -d" can remove more than one branches
Since 03feddd (git-check-ref-format: reject funny ref names, 2005-10-13),
"git branch -d" can take more than one branch names to remove.
The documentation was correct, but the usage string was not.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Since 03feddd (git-check-ref-format: reject funny ref names, 2005-10-13),
"git branch -d" can take more than one branch names to remove.
The documentation was correct, but the usage string was not.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c | diff | blob | history |