]> git.99rst.org Git - git.git/commit
push: return immediately in trivial switch case
authorFelipe Contreras <redacted>
Mon, 31 May 2021 19:51:13 +0000 (14:51 -0500)
committerJunio C Hamano <redacted>
Wed, 2 Jun 2021 01:12:01 +0000 (10:12 +0900)
commit72739680fc912c6e8dedaf06af4969f8e52ffb4d
tree6623d0a00a8fa9cc11c491aecb49bc4ac8046a62
parent533e0325abcf51d6b3ff689dfacf8fa95e3b6da1
push: return immediately in trivial switch case

There's no need to break when nothing else will be executed.

Will help next patches.

Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/push.c
git clone https://git.99rst.org/PROJECT