mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-28 16:20:03 +08:00
Migrate to go-git/go-git v5.0.0 (#10735)
This commit is contained in:
contrib/pr
go.modgo.summodules
cache
git
routers
vendor
github.com
go-git
gcfg
go-billy/v5
go-git/v5
.gitignoreCODE_OF_CONDUCT.mdCOMPATIBILITY.mdCONTRIBUTING.mdLICENSEMakefileREADME.mdblame.gocommon.gohash.gomemory.goobject.goprune.goreferences.goremote.gorepository.gostatus.gosubmodule.goworktree.goworktree_bsd.goworktree_commit.goworktree_linux.goworktree_plan9.goworktree_status.goworktree_unix_other.goworktree_windows.go
config
doc.gogo.modgo.suminternal
object_walker.gooptions.goplumbing
cache
error.gofilemode
format
commitgraph
config
diff
gitignore
idxfile
index
objfile
packfile
common.godelta_index.godelta_selector.godiff_delta.godoc.goencoder.goerror.gofsobject.goobject_pack.gopackfile.goparser.gopatch_delta.goscanner.go
pktline
object
blob.gochange.gochange_adaptor.gocommit.gocommit_walker.gocommit_walker_bfs.gocommit_walker_bfs_filtered.gocommit_walker_ctime.gocommit_walker_limit.gocommit_walker_path.go
commitgraph
common.godifftree.gofile.gomerge_base.goobject.gopatch.gotag.gotree.gotreenoder.goprotocol/packp
advrefs.goadvrefs_decode.goadvrefs_encode.go
reference.gorevision.gocapability
common.godoc.goreport_status.goshallowupd.gosideband
srvresp.goulreq.goulreq_decode.goulreq_encode.goupdreq.goupdreq_decode.goupdreq_encode.gouppackreq.gouppackresp.gorevlist
storer
transport
storage
filesystem
memory
storer.goutils
binary
diff
ioutil
merkletrie
kr/text
sergi/go-diff/diffmatchpatch
golang.org/x
crypto
net/html
sys
cpu
unix
README.mdzerrors_linux.gozerrors_linux_386.gozerrors_linux_amd64.gozerrors_linux_arm.gozerrors_linux_arm64.gozerrors_linux_mips.gozerrors_linux_mips64.gozerrors_linux_mips64le.gozerrors_linux_mipsle.gozerrors_linux_ppc64.gozerrors_linux_ppc64le.gozerrors_linux_riscv64.gozerrors_linux_s390x.gozerrors_linux_sparc64.gozsyscall_linux.gozsyscall_linux_386.gozsyscall_linux_amd64.gozsyscall_linux_arm.gozsyscall_linux_arm64.gozsyscall_linux_mips.gozsyscall_linux_mips64.gozsyscall_linux_mips64le.gozsyscall_linux_mipsle.gozsyscall_linux_ppc64.gozsyscall_linux_ppc64le.gozsyscall_linux_riscv64.gozsyscall_linux_s390x.gozsyscall_linux_sparc64.goztypes_linux.goztypes_linux_386.goztypes_linux_amd64.goztypes_linux_arm.goztypes_linux_arm64.goztypes_linux_mips.goztypes_linux_mips64.goztypes_linux_mips64le.goztypes_linux_mipsle.goztypes_linux_ppc64.goztypes_linux_ppc64le.goztypes_linux_riscv64.goztypes_linux_s390x.goztypes_linux_sparc64.go
gopkg.in
src-d
go-billy.v4
go-git.v4
yaml.v2
3
vendor/golang.org/x/net/html/render.go
generated
vendored
3
vendor/golang.org/x/net/html/render.go
generated
vendored
@ -134,6 +134,9 @@ func render1(w writer, n *Node) error {
|
||||
}
|
||||
}
|
||||
return w.WriteByte('>')
|
||||
case RawNode:
|
||||
_, err := w.WriteString(n.Data)
|
||||
return err
|
||||
default:
|
||||
return errors.New("html: unknown node type")
|
||||
}
|
||||
|
Reference in New Issue
Block a user