1
0
mirror of https://github.com/go-gitea/git.git synced 2026-02-05 06:45:03 +01:00
Sandro Santilli c2040d5d4d Accept git 1.7.2 as the minimum version (#90)
* Add an head ref for the sake of using self repo for testing

* Add test for CommitCount

* Add testing with git-1.7.2

* Add test for GetLatestCommitTime

The test checks that latest commit time is before now
and more recent than the commit this PR is based at
Test no error is raised by time parsing and GetLatestCommitTime
Print actual time when tests fail

* Accept git 1.7.2 as the minimum version

Debian old old (very old) distribution (6.0 aka Squeeze)
ships version 1.7.10.4.

The version requirement was raised in #46 supposedly for the
need of "symbolic-ref" command, but that command is supported
by the 1.7.2 version too, and possibly even older versions.

* Reduce output from drone, add comments

Reduce steps, concatenating them in logical steps

* Interrupt step upon first failure

* Add Dockerfile for use with ci

* Use ad-hoc docker image for testing git-1.7.2

* Avoid running build/vet/clean twice

* Set HEAD ref also in testing-1-7 step
2017-11-28 21:40:08 +08:00
2017-05-26 23:08:20 +08:00
2016-11-13 00:46:34 +01:00
2017-11-28 07:04:25 +02:00
2017-05-26 13:11:55 +08:00
2017-05-29 19:48:12 +08:00
2017-10-11 17:50:48 +02:00
2017-02-24 17:20:33 +08:00
2016-11-13 00:46:23 +01:00
2017-10-07 02:50:34 -05:00
2017-06-11 09:19:08 +02:00
2017-02-06 00:16:38 +03:00
2017-05-23 09:47:37 +08:00
2016-12-22 16:49:21 +08:00

Git Shell

Build Status Join the chat at https://img.shields.io/discord/322538954119184384.svg Coverage Status Go Report Card GoDoc

This project is a Go module to access Git through shell commands. For further informations take a look at the current documentation.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

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

Description
A Go module for Git access through shell
Readme MIT 1.7 MiB
Languages
Go 86.4%
Shell 12.4%
Makefile 0.8%
Roff 0.4%