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

7 Commits

Author SHA1 Message Date
Kasi Reddy
7d7fe9f83d Fixed a bug where TreeEntries were getting cached, (thanks @filipnavara) (#139) 2019-01-16 11:17:40 +08:00
Kasi Reddy
6b819173ed Improving / Exposing Git-Trees related features for Git-Trees API. (#123)
* Exposed TreeEntry.mode, changed EntryMode to hex.

* Added reference parsing (HEAD, HEAD~1, etc) for trees

* Added missing description

* Added Tree.ListEntriesRecursive() - utilizes the git ls-tree -r command
2018-11-26 10:36:10 +02:00
Ethan Koenig
827f97aaaa Fix tree entry parsing (#110)
* Fix tree entry parsing

* nits

* populate TreeEntry.ptree
2018-02-09 21:05:43 -06:00
Lunny Xiao
38a5ca6b26 change returned unexported types to exported types 2016-11-16 15:14:36 +08:00
Lunny Xiao
167a0ba929 golint fixed current -min_confidence=0.9 2016-11-13 12:42:56 +08:00
Unknwon
d86a90f801 minor fix 2015-11-27 01:50:46 -05:00
Unknwon
e97767e2eb migrate some commands 2015-11-27 00:24:02 -05:00