repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
[git.git]
/
t
/
chainlint
/
case-comment.expect
blob
641c157b98c0af678b15fb2cc25645eac8650602
1
(
2
case "$x" in
3
# found foo
4
x) foo ;;
5
# found other
6
*)
7
# treat it as bar
8
bar
9
;;
10
esac
11
)