git-module
git-module copied to clipboard
Package git-module is a Go module for Git access through shell commands
The list of [deprecated functions](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/gogs/git-module%24+deprecated:&patternType=literal).
AddOptions has a field called `Pathsepcs` instead of `Pathspecs`.
Preparation to fix gogits/gogs#2321 and gogits/gogs#2981
For being able to know if a folder only contain one item (gogits/gogs#2818)
Fixes [#7596](https://github.com/gogs/gogs/issues/7596) ### Describe the pull request It seems there's an issue with the handling of special characters in wiki names, where Git internally escapes them. This creates a mismatch...
- Add stash push - List - Show ### Describe the pull request A clear and concise description of what the pull request is about, i.e. what problem should be...