repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
surround %s with quotes when failed to lookup commit
[git/debian.git]
/
t
/
t4034
/
matlab
/
pre
blob
dc204db486a78dbd79e0eb4704599843e5dffa09
1
(1) (-1e10) 'b';
2
[a] {a} a.b;
3
~a;
4
a*b a.*b a/b a./b a^b a.^b a.\b a.';
5
a+b a-b;
6
a&b a&&b a|b a||b;
7
a<b a<=b a>b a>=b;
8
a==b a~=b;
9
a,b;