1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-18 13:44:27 +00:00
zeripath ffc08c1914
Do not read or write git reference files directly (#18079)
Git will and can pack references into packfiles and therefore if you write/read the
files directly you will get false results. Instead you should use update-ref and
show-ref. To that end I have created three new functions in git/repo_commit.go that
will do this correctly.

Related #17191

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-23 21:44:00 +08:00
..
2021-10-24 22:12:43 +01:00
2021-12-02 15:28:08 +08:00
2021-10-13 14:20:11 -04:00
2021-10-08 15:08:22 +02:00
2021-12-02 15:28:08 +08:00
2021-12-20 04:41:31 +00:00
2021-12-20 04:41:31 +00:00
2021-10-17 20:47:12 +01:00
2020-12-22 21:44:25 +01:00
2021-07-20 15:16:20 +02:00
2021-12-20 04:41:31 +00:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.