git icon indicating copy to clipboard operation
git copied to clipboard

A Go module for Git access through shell

Results 12 git issues
Sort by recently updated
recently updated
newest added

Hello folks, I am using gitea version 1.6.3, I am getting the following error when accessing one of the directories in a repo, and not other directories: ``` ian 22...

kind/bug

Hello, I have struggled to get gitea working, I had stopped when pushing, right after the `Total 489 (delta 214), reused 0 (delta 0)` line, it was stalling. I tried...

If the repo's host is in urlPrefix, test if there is a number after the ":" and, if there is one, consider it as a port number and ignore it...

kind/bug
lgtm/need 2

In cat-file output, regular commits have following keys: author (one who wrote code and sent diff content) committer (one who commited that code to repo or merged PR) Tag commits...

limit commit count to improve performance on large repositories

kind/proposal

I have a self-hosted gitea instance (currently v1.4.2) where I'm trying to import all my old git repositories. However, I found one that can crash the gitea instance when accessing...

kind/bug

See the need for it in https://github.com/go-gitea/gitea/issues/1133#issuecomment-353296724

Also cherry-picked from github.com/gogits/git 16c37513c71a92abb31ffd8d8bd2308cb1016162.

kind/enhancement
lgtm/need 2

I'm attempting to build this package for inclusion in Debian so that we can get closer to Gitea being in the Debian repos. I'm, however, having some troubles. During the...

kind/bug
kind/testing