mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-17 23:42:52 +00:00
update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)
This commit is contained in:
parent
02999c9a44
commit
bb22e3a1e1
5 changed files with 13 additions and 13 deletions
2
vendor/gopkg.in/src-d/go-git.v4/worktree_linux.go
generated
vendored
2
vendor/gopkg.in/src-d/go-git.v4/worktree_linux.go
generated
vendored
|
@ -12,7 +12,7 @@ import (
|
|||
func init() {
|
||||
fillSystemInfo = func(e *index.Entry, sys interface{}) {
|
||||
if os, ok := sys.(*syscall.Stat_t); ok {
|
||||
e.CreatedAt = time.Unix(os.Ctim.Sec, os.Ctim.Nsec)
|
||||
e.CreatedAt = time.Unix(int64(os.Ctim.Sec), int64(os.Ctim.Nsec))
|
||||
e.Dev = uint32(os.Dev)
|
||||
e.Inode = uint32(os.Ino)
|
||||
e.GID = os.Gid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue