This website requires JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
c23fc075c6
git
/
t
/
chainlint
/
case-comment.test
12 lines
98 B
Plaintext
Raw
Blame
History
(
case "$x" in
# found foo
x) foo ;;
# found other
*)
# treat it as bar
bar
;;
esac
)
View Git Blame
Copy Permalink