File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ php-git2 is a PHP bindings to the libgit2 linkable C Git library.
6
6
7
7
0.3.0 Alpha (switching to functions)
8
8
9
+ https://docs.google.com/spreadsheet/ccc?key=0AjvShWAWqvfHdDRneEtIUF9GRUZMNVVVR1hpdURiUWc&usp=sharing
10
+
9
11
## For Contributors
10
12
11
13
##### Issue first.
@@ -49,9 +51,7 @@ if you wanna try to work new file. please use gen.php and generate stubs. as dec
49
51
(sometimes, this generator might output wrong headers. then just comment out or fix generator)
50
52
51
53
````
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
55
55
php ng.php libgit2/include/git2/branch.h > branch.c
56
56
````
57
57
@@ -86,7 +86,7 @@ document will generate later. please check source code before publish docs.
86
86
87
87
##### policy
88
88
89
- * don't create OOP interface for ease of maintenance.
89
+ * don't create OOP interface in extension for ease of maintenance.
90
90
* follow latest libgit2 api. don't consider BC at this time.
91
91
92
92
## LICENSE
You can’t perform that action at this time.
0 commit comments