Tris Forster
f1ecc138be
Fix for short symlinks ( #115 )
...
Signed-off-by: Tris Forster <tris.git@shoddynet.org>
2018-04-21 09:08:19 +08:00
Tris Forster
288aede62f
Added FollowLink() method to TreeEntry ( #114 )
...
Signed-off-by: Tris Forster <tris.git@shoddynet.org>
2018-04-19 07:22:09 +03:00
Ethan Koenig
02eccf8295
Faster commit lookup ( #91 )
...
* Faster commit lookup
* Fix copy/rename bug
* Comment
* Use defer
2017-12-10 12:02:18 +02:00
Lauris BH
d7487da878
Add method to allow custom sorting of tree entry list ( #81 )
...
* Add method to allow custom sorting of tree entry list
* Add tests for git tree entries sorting
2017-09-16 20:49:37 +03:00
Kim "BKC" Carlbäcker
e8ae926b65
Fix blob test and drone git-pull ( #82 )
...
* use require
* Fix drone
* import testify/require
* cleanup tree-entry benchmark
2017-09-16 19:40:27 +03:00
Ethan Koenig
56f6a2c9bb
Use b.Fatal in benchmark tests ( #55 )
2017-05-27 08:35:32 +08: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