1
0
mirror of https://github.com/go-gitea/git.git synced 2026-02-05 06:45:03 +01:00

5 Commits

Author SHA1 Message Date
Bo-Yi Wu
ca75f901ad fix golint path. (#131) 2018-10-18 10:15:04 +08:00
Roy Marples
fc63966893 Use POSIX complaint ! operator in find (#76)
-not is a GNU extension and not all find(8) implementations
support it. It's just an alias for ! which is POSIX compliant.
2017-07-10 11:37:35 +03:00
Ethan Koenig
ec4446b83c Faster commit lookup (#53)
* Add bench task

* Create tree_entry_test.go

* Remove init time

* Add TODO information

* Add linux repo

* Faster implementation of GetCommitsInfo

* Start/stop timer

* Use benchmark/ directory for benchmark repos
2017-05-26 23:08:20 +08:00
Bo-Yi Wu
06b66007b4 fix misspell word. (#24)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-01-06 09:19:55 +08:00
Thomas Boerger
cb146291bf Added makefile 2016-11-13 01:03:49 +01:00