libgit2 / php-git

PHP bindings for libgit2
http://libgit2.github.com
MIT License
565 stars 118 forks source link

git_reference_listall #1

Closed msierks closed 13 years ago

msierks commented 13 years ago

How do I retrieve a list for all the references of a repository ?

chobie commented 13 years ago

Hi msierks,

thanks for your question.

git_reference_all didn't support yet. i'll support this feature in this week. https://github.com/libgit2/libgit2/commit/79a155bad628983eee361f5a2bb9bc8eb0864f9e

i'm writing php-git documents now. please wait updating.

Cheers, Shuhei

msierks commented 13 years ago

sweet thanks

msierks commented 13 years ago

closed