Skip to content

Commit 1359d14

Browse files
committed
update readme
1 parent b687a5d commit 1359d14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ php-git2 is a PHP bindings to the libgit2 linkable C Git library.
66

77
0.3.0 Alpha (switching to functions)
88

9+
https://docs.google.com/spreadsheet/ccc?key=0AjvShWAWqvfHdDRneEtIUF9GRUZMNVVVR1hpdURiUWc&usp=sharing
10+
911
## For Contributors
1012

1113
##### Issue first.
@@ -49,9 +51,7 @@ if you wanna try to work new file. please use gen.php and generate stubs. as dec
4951
(sometimes, this generator might output wrong headers. then just comment out or fix generator)
5052

5153
````
52-
php gen.php libgit2/include/git2/branch.h 0 > branch.h
53-
54-
# improved code generator
54+
PRINT_HEADER=1 php ng.php libgit2/include/git2/branch.h > branch.h
5555
php ng.php libgit2/include/git2/branch.h > branch.c
5656
````
5757

@@ -86,7 +86,7 @@ document will generate later. please check source code before publish docs.
8686

8787
##### policy
8888

89-
* don't create OOP interface for ease of maintenance.
89+
* don't create OOP interface in extension for ease of maintenance.
9090
* follow latest libgit2 api. don't consider BC at this time.
9191

9292
## LICENSE

0 commit comments

Comments
 (0)