#876: Update hooks is missing for forked repository
This commit is contained in:
parent
48bb639371
commit
b668fc7aad
1 changed files with 4 additions and 0 deletions
|
@ -1377,5 +1377,9 @@ func ForkRepository(u *User, oldRepo *Repository, name, desc string) (_ *Reposit
|
||||||
return nil, fmt.Errorf("git update-server-info: %v", err)
|
return nil, fmt.Errorf("git update-server-info: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if err = createUpdateHook(repoPath); err != nil {
|
||||||
|
return nil, fmt.Errorf("createUpdateHook: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
return repo, sess.Commit()
|
return repo, sess.Commit()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue