projects
/
git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'en/simplify-check-updates-in-unpack-trees'
[git]
/
t
/
t4018
/
golang-interface
Commit
Line
Data
1dbf0c0a
AG
1
type RIGHT interface {
2
a() Type
3
b() ChangeMe
4
}