mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
add submodule basic support & buf fixed #478
This commit is contained in:
@@ -61,6 +61,10 @@ func (te *TreeEntry) Size() int64 {
|
||||
return te.size
|
||||
}
|
||||
|
||||
func (te *TreeEntry) IsSubModule() bool {
|
||||
return te.mode == ModeCommit
|
||||
}
|
||||
|
||||
func (te *TreeEntry) IsDir() bool {
|
||||
return te.mode == ModeTree
|
||||
}
|
||||
|
Reference in New Issue
Block a user