From 2a4575bb85481586c49cbb8a4ee59a2180b8a069 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 19 Jul 2008 21:48:41 -0400 Subject: [PATCH] Add rudimentary README file. It still needs to be augmented. Signed-off-by: Edward Z. Yang --- README.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..a15c6b9 --- /dev/null +++ b/README.txt @@ -0,0 +1,20 @@ +phpgit bindings + (Not to be confused with git-php!) + +phpgit is a PHP library for manipulating and retrieving information from +Git repositories. It wraps the Git executable in a nice manner, and also +has various amounts of syntactical sugar in the form of quick and easy methods +for common operations as well as a full-fledged Tree and Blob representation +format. + +Well, at least, in theory. This is a port of GitPython (which itself is a port +of grit), and it is incomplete. Please consult the source code to see which +functions are implemented and which are not. + +Also, appropriate credits will be listed eventually here. + +Thanks, +Edward + +P.S. When talking about this project, please refer to it as "phpgit bindings" +to help disambiguate it against the web-interface, "git-php". -- 2.11.4.GIT