diff options
author | 2021-05-31 14:51:14 -0500 | |
---|---|---|
committer | 2021-06-02 10:12:01 +0900 | |
commit | 04159fba42b61ffa954dfb1fa13df1862c210ad8 (patch) | |
tree | 1d125e46b967b87a1b7422ef8d3f2182c512cea6 /wildmatch.h | |
parent | push: return immediately in trivial switch case (diff) | |
download | tgif-04159fba42b61ffa954dfb1fa13df1862c210ad8.tar.xz |
push: split switch cases
We want all the cases that don't do anything with a branch first, and
then the rest. That way we will be able to get the branch and die if
there's a problem in the parent function, instead of inside the function
of each mode.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wildmatch.h')
0 files changed, 0 insertions, 0 deletions