| Commit message (Expand) | Author | Age | Files | Lines |
* | Lazy load object format with command line and don't do it in OpenRepository (... | Lunny Xiao | 2024-03-12 | 1 | -3/+6 |
* | Discard unread data of `git cat-file` (#29297) | KN4CK3R | 2024-02-22 | 1 | -2/+1 |
* | Improve ObjectFormat interface (#28496) | Lunny Xiao | 2023-12-19 | 1 | -2/+2 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -12/+13 |
* | Fix commit retrieval by tag (#21804) | silverwind | 2023-03-02 | 1 | -4/+0 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -4/+4 |
* | Add more checks in migration code (#21011) | zeripath | 2022-09-04 | 1 | -1/+1 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 1 | -1/+0 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -4/+4 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -4/+4 |
* | Fix NPE on try to get tag reference via API (#18245) | 6543 | 2022-01-12 | 1 | -2/+1 |
* | Do not read or write git reference files directly (#18079) | zeripath | 2021-12-23 | 1 | -0/+12 |
* | Prevent hang in git cat-file if repository is not a valid repository and othe... | zeripath | 2021-12-16 | 1 | -1/+4 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -5/+5 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+1 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 1 | -0/+1 |
* | Use gitea logging module for git module (#16243) | 6543 | 2021-06-25 | 1 | -1/+3 |
* | On open repository open common cat file batch and batch-check (#15667) | zeripath | 2021-05-10 | 1 | -43/+59 |
* | Performance improvement for last commit cache and show-ref (#15455) | zeripath | 2021-05-02 | 1 | -2/+19 |
* | Fix when a commit not found returned 500 (#14732) | Lunny Xiao | 2021-02-18 | 1 | -0/+6 |
* | Use native git variants by default with go-git variants as build tag (#13673) | zeripath | 2020-12-17 | 1 | -0/+109 |