Package git-module is a Go module for Git access through shell commands (evacuated from NSA/Microsoft Github)

anonymous 44a2e3ea31 no windows support here %!s(int64=6) %!d(string=hai) anos
debian a14b7027da unnecessary fiel %!s(int64=6) %!d(string=hai) anos
.travis.yml 1ebf9618c0 repo: add GetLatestCommitDate %!s(int64=7) %!d(string=hai) anos
LICENSE a77d3dcfe4 add license and ci %!s(int64=9) %!d(string=hai) anos
README.md 44a2e3ea31 no windows support here %!s(int64=6) %!d(string=hai) anos
blob.go e76267f9b4 blob: reduce memory usage on Blob.Data() by ~50% (#35) %!s(int64=6) %!d(string=hai) anos
blob_test.go e76267f9b4 blob: reduce memory usage on Blob.Data() by ~50% (#35) %!s(int64=6) %!d(string=hai) anos
command.go 35841919ee Allow setting envs for a command %!s(int64=8) %!d(string=hai) anos
commit.go c64f3cabc8 commit: add GetFullCommitID %!s(int64=6) %!d(string=hai) anos
commit_archive.go 5e0c1330d7 archive: handle Windows path %!s(int64=8) %!d(string=hai) anos
error.go 29022edafc repo_pull: report error when no merge base found %!s(int64=7) %!d(string=hai) anos
git.go c64f3cabc8 commit: add GetFullCommitID %!s(int64=6) %!d(string=hai) anos
hook.go 1b9552bab7 hook: remove debug line %!s(int64=7) %!d(string=hai) anos
repo.go 483e663825 repo_commit: add CommitsAfterDate %!s(int64=6) %!d(string=hai) anos
repo_branch.go 0654b3dcf2 repo_branch: add standalone function DeleteBranch %!s(int64=7) %!d(string=hai) anos
repo_commit.go c64f3cabc8 commit: add GetFullCommitID %!s(int64=6) %!d(string=hai) anos
repo_diff.go 1de103dca4 repo_diff: detect file mode change %!s(int64=7) %!d(string=hai) anos
repo_hook.go 4cc1cbbfea complete migration from gogs module %!s(int64=9) %!d(string=hai) anos
repo_object.go e97767e2eb migrate some commands %!s(int64=9) %!d(string=hai) anos
repo_pull.go 6ad215295b repo_pull: adjust merge base error detection %!s(int64=7) %!d(string=hai) anos
repo_tag.go 2c083b8219 repo_tag: fix edge case which the latest tag cannot be set as previousAfter %!s(int64=7) %!d(string=hai) anos
repo_tree.go 4cc1cbbfea complete migration from gogs module %!s(int64=9) %!d(string=hai) anos
sha1.go 31d8d73910 Add EMPTY_SHA constant %!s(int64=8) %!d(string=hai) anos
signature.go e97767e2eb migrate some commands %!s(int64=9) %!d(string=hai) anos
submodule.go 1dad9765c0 Minor fix for #14 %!s(int64=8) %!d(string=hai) anos
tag.go 4cc1cbbfea complete migration from gogs module %!s(int64=9) %!d(string=hai) anos
tree.go f8fe3e4d98 tree: use bytes.InedxAny for backward compatibility %!s(int64=7) %!d(string=hai) anos
tree_blob.go d86a90f801 minor fix %!s(int64=9) %!d(string=hai) anos
tree_entry.go 47f896db1a Compute defaultConcurrency at start %!s(int64=7) %!d(string=hai) anos
utils.go 82165f72f7 Check if files are a symlink (#20) %!s(int64=8) %!d(string=hai) anos

README.md

Git Module Build Status

Package git-module is a Go module for Git access through shell commands.

Limitations

  • Go version must be at least 1.4.
  • Git version must be no less than 1.7.1, and greater than or equal to 1.8.3 is recommended.

License

This project is under the MIT License. See the LICENSE file for the full license text.