Add argument escaping.
[phpgit.git] / README.txt
bloba15c6b9ca25c46037108f6e4874a49dc2fc56001
1 phpgit bindings
2     (Not to be confused with git-php!)
4 phpgit is a PHP library for manipulating and retrieving information from
5 Git repositories.  It wraps the Git executable in a nice manner, and also
6 has various amounts of syntactical sugar in the form of quick and easy methods
7 for common operations as well as a full-fledged Tree and Blob representation
8 format.
10 Well, at least, in theory. This is a port of GitPython (which itself is a port
11 of grit), and it is incomplete. Please consult the source code to see which
12 functions are implemented and which are not.
14 Also, appropriate credits will be listed eventually here.
16 Thanks,
17 Edward
19 P.S. When talking about this project, please refer to it as "phpgit bindings"
20 to help disambiguate it against the web-interface, "git-php".