|
467545d0
|
2011-07-12T11:26:25
|
|
Merge pull request #321 from letolabs/readme
Add parrot-libgit2 to the list of language bindings in the readme
|
|
d2b96cf4
|
2011-07-12T11:19:42
|
|
Add parrot-libgit2 to the list of language bindings in the readme
|
|
932d1baf
|
2011-06-30T19:52:34
|
|
cleanup: remove trailing spaces
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
|
|
e49020e0
|
2011-06-18T09:07:51
|
|
Fix link to API documentation
|
|
f0890fcc
|
2011-06-17T19:40:51
|
|
cmake: Build shared library by default
|
|
8087bb93
|
2011-06-15T14:08:43
|
|
README.md: do not break syntax highlighting
Signed-off-by: schu <schu-github@schulog.org>
|
|
7548b8af
|
2011-06-14T17:36:38
|
|
Update README.md
|
|
cce225bf
|
2011-05-16T01:56:20
|
|
Fix a typo in README.md
|
|
0e0f4fde
|
2011-05-10T15:33:07
|
|
Add --with-redis flag to list of available build flags in README.
|
|
ccfce5f3
|
2011-03-30T19:47:12
|
|
Update README after sqlite option change
To build libgit2 with sqlite support, waf configure should be run
with --with-sqlite
|
|
f3cf7f6d
|
2011-03-23T17:06:49
|
|
add go-git (Go bindings) to the readme
|
|
08db1efd
|
2011-03-23T15:53:12
|
|
Add Ocaml bindings to the readme
|
|
bbcc7ffc
|
2011-03-15T21:04:41
|
|
Add proper threading support to libgit2
We now depend on libpthread on all Unix platforms (should be installed
by default) and use a simple wrapper for Windows threads under Win32.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
|
|
11a203e1
|
2011-03-15T03:31:52
|
|
Add nodegit to the README
|
|
ab6a3d3d
|
2011-03-15T03:25:44
|
|
Add ZLib as a built-in dependency
I don't know if this is good or bad. This lets libgit2 compile cleanly
on any platforms without any external dependencies, but adds a little
bit of bloat...
Let's test this out and see what happens.
|
|
b760fbf5
|
2011-03-07T21:18:05
|
|
Update README.md with new bindings
Signed-off-by: Vicent Marti <tanoku@gmail.com>
|
|
74bcb63f
|
2011-03-07T10:13:56
|
|
add objective-git to readme
|
|
af774b01
|
2011-02-21T13:14:01
|
|
Add --without-sqlite option to waf configure
Disable sqlite support when ./waf configure is run with --without-sqlite
|
|
6f9024a7
|
2011-01-08T21:54:14
|
|
Add Delphi bindings to the readme
Signed-off-by: Vicent Marti <tanoku@gmail.com>
|
|
e04c7095
|
2011-01-08T08:02:19
|
|
added links to php and lua bindings
|
|
e0d9e12e
|
2010-12-12T00:01:26
|
|
Update README.md
Add info on libgit2sharp, new build system, and usage guide.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
|
|
bfe0658e
|
2010-12-10T13:29:31
|
|
Update install info and test resource path handling
|
|
73c46d53
|
2010-12-05T18:25:48
|
|
Add basic testing support and options to specify install paths
|
|
ec821ca6
|
2010-12-04T17:41:04
|
|
Update README.md
|
|
e5fd5b94
|
2010-11-24T17:51:01
|
|
Update README.md
Fix my broken English.
Fix formatting issues in some links.
Add new build flag options.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
|
|
c5b97d5a
|
2010-11-23T15:13:04
|
|
update readme to be markdown based
|