| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Properly export all external symbols in Win32 | Vicent Marti | 2010-12-22 | 6 | -38/+38 |
| | | | | | | | | Some external functions were not being exported because they were using the 'extern' keyword instead of the generic GIT_EXTERN() macro. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Fix test builds in Win32 | Vicent Marti | 2010-12-22 | 1 | -1/+1 |
| | | | | | | | | Use forward slashes for the TEST_RESOURCES definition. libgit2 uses only forward slashes. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Fix issues in repository initialization | Vicent Marti | 2010-12-19 | 3 | -82/+88 |
| | | | | | | | | Implemented recursive directory creation Fix style issues Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Merge branch 'repo-init' of https://github.com/nulltoken/libgit2 into ↵ | Vicent Marti | 2010-12-19 | 4 | -2/+188 |
| |\ | | | | | | | nulltoken-repo-init | ||||
| | * | Added creation of ref/heads/ and refs/tags/ directories. | nulltoken | 2010-12-19 | 1 | -0/+11 |
| | | | |||||
| | * | Prettified HEAD symlink generation. | nulltoken | 2010-12-17 | 1 | -2/+10 |
| | | | |||||
| | * | Added a comment reminding that the gitfo_mkdir_recurs() is far from being ↵ | nulltoken | 2010-12-17 | 2 | -1/+2 |
| | | | | | | | | | fully implemented. | ||||
| | * | Added basic HEAD file creation. | nulltoken | 2010-12-17 | 2 | -9/+50 |
| | | | |||||
| | * | Made gitfo_mkdir_recurs() more tolerant. | nulltoken | 2010-12-17 | 1 | -1/+8 |
| | | | | | | | | | Doesn't err any more when the directory already exists. | ||||
| | * | Added creation of 'objects' and 'refs' directories. | nulltoken | 2010-12-17 | 1 | -0/+15 |
| | | | |||||
| | * | Removed unnecessary git_repository_init_results handling. | nulltoken | 2010-12-17 | 1 | -21/+1 |
| | | | |||||
| | * | Added gitfo_mkdir_recurs() placeholder. | nulltoken | 2010-12-17 | 2 | -0/+6 |
| | | | |||||
| | * | Simplified git_repository_init_results struct. | nulltoken | 2010-12-16 | 1 | -25/+10 |
| | | | |||||
| | * | Very first git_repository_init() draft. | nulltoken | 2010-12-15 | 2 | -0/+132 |
| | | | |||||
| * | | Fixed a nasty bug which was preventing correct generation of the signature. | nulltoken | 2010-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | Link tests with shared library, not static | Vicent Marti | 2010-12-18 | 1 | -5/+15 |
| | | | | | | | | | Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | | Merge branch 'timezone' | Vicent Marti | 2010-12-18 | 18 | -192/+345 |
| |\ \ | |/ |/| | |||||
| | * | Rename 'git_person' to 'git_signature' | Vicent Marti | 2010-12-18 | 18 | -231/+245 |
| | | | | | | | | | | | | | | | The new signature struct is public, and contains information about the timezone offset. Must be free'd manually by the user. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| | * | Merge branch 'timezone-offset' of https://github.com/nulltoken/libgit2 into ↵ | Vicent Marti | 2010-12-12 | 10 | -25/+164 |
| | |\ | | | | | | | | | | timezone | ||||
| | | * | Added more person parsing tests. | nulltoken | 2010-12-11 | 1 | -0/+32 |
| | | | | |||||
| | | * | Added timezone checks to person parsing tests. | nulltoken | 2010-12-11 | 1 | -10/+16 |
| | | | | |||||
| | | * | Fixed too much faked timezone offset. | nulltoken | 2010-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | An offset of more than 14 hours makes no sense (cf. http://www.worldtimezone.com/faq.html). | ||||
| | | * | Made possible to parse a person with no specified timezone offset. | nulltoken | 2010-12-11 | 1 | -0/+6 |
| | | | | |||||
| | | * | Added timezone offset parsing and outputting. | nulltoken | 2010-12-10 | 9 | -14/+109 |
| | | | | |||||
| * | | | Fix initialization & freeing of inexistent repos | Vicent Marti | 2010-12-13 | 4 | -8/+33 |
| |/ / | | | | | | | Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | | Update README.md | Vicent Marti | 2010-12-12 | 1 | -153/+40 |
| | | | | | | | | | | | | | Add info on libgit2sharp, new build system, and usage guide. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | | Remove the Visual Studio 2010 solution | Vicent Marti | 2010-12-12 | 3 | -322/+0 |
| | | | | | | | | | | | | | Users can automatically generate one for their system using CMake. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | | Update install info and test resource path handling | Peter Drahoš | 2010-12-12 | 2 | -6/+16 |
| | | | |||||
| * | | Reflect the recent changes in header organization (CMake) | Peter Drahoš | 2010-12-12 | 1 | -3/+4 |
| | | | |||||
| * | | Minor modifications for MinGW/Cygwin compatibility. | Peter Drahos | 2010-12-12 | 2 | -8/+21 |
| | | | |||||
| * | | Fix case sensitivity issue. | Peter Drahoš | 2010-12-12 | 1 | -1/+1 |
| | | | |||||
| * | | Add basic testing support and options to specify install paths | Peter Drahoš | 2010-12-12 | 2 | -14/+50 |
| | | | |||||
| * | | Add option to select sha1 type in CMake build | Peter Drahoš | 2010-12-12 | 1 | -10/+26 |
| | | | |||||
| * | | Update README.md | Peter Drahoš | 2010-12-12 | 1 | -0/+20 |
| | | | |||||
| * | | Add optional CMake build script. | Peter Drahoš | 2010-12-12 | 1 | -0/+50 |
| |/ | |||||
| * | Tests now run with the resources folder as a hardcoded path | Vicent Marti | 2010-12-10 | 5 | -167/+162 |
| | | | | | | | | Each tests expects a "TEST_RESOURCES" define with the full path to the resources folder. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Fixed a memory leak in git_repository_lookup() when provided git_otype is ↵ | nulltoken | 2010-12-10 | 1 | -1/+3 |
| | | | | | invalid. | ||||
| * | Move documentation generation to the Waf system | Vicent Marti | 2010-12-10 | 2 | -21/+13 |
| | | | | | | | The new command is './waf doxygen' Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | fix doxygen setup and automate generation | Scott Chacon | 2010-12-08 | 2 | -1/+22 |
| | | | | | | rakefile for some common tasks and doxygen needs to look in the new place for headers | ||||
| * | Set short message when changing a commit's messagev0.2.0 | Vicent Marti | 2010-12-07 | 1 | -3/+13 |
| | | | | | | | Yes, finally. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Fix type-conversion warnings | Vicent Marti | 2010-12-06 | 4 | -14/+19 |
| | | | | | | | | The types in the git_index_entry struct are now system-defaults, and get truncated to uint32_t's when written back on the index. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Add license file to all public headers | Vicent Marti | 2010-12-06 | 16 | -15/+406 |
| | | | | | | | Yes, the public headers do need our license. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Change the library include file | Vicent Marti | 2010-12-06 | 68 | -109/+109 |
| | | | | | | | | | | | | | Libgit2 is now officially include as #include "<git2.h>" or indidividual files may be included as #include <git2/index.h> Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Change include structure for the project | Vicent Marti | 2010-12-06 | 30 | -316/+411 |
| | | | | | | | | | | | | The maze with include dependencies has been fixed. There is now a global include: #include <git.h> The git_odb_backend API has been exposed. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Decouple storage from ODB logic | Vicent Marti | 2010-12-06 | 15 | -1860/+2187 |
| | | | | | | | Comes with two default backends: loose object and packfiles. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Revert changes in odb.c to eventually rebase | Vicent Marti | 2010-12-06 | 1 | -18/+18 |
| | | | | | | | The odb.c will disappear after the decoupling changes. Signed-off-by: Vicent Marti <tanoku@gmail.com> | ||||
| * | Small source code readability improvements. | nulltoken | 2010-12-05 | 11 | -79/+79 |
| | | | | | Replaced magic number "0" with GIT_SUCCESS constant wherever it made sense. | ||||
| * | Fixed .gitignore typo. | nulltoken | 2010-12-04 | 1 | -1/+1 |
| | | |||||
| * | Added reference to "src/vector.c" to the Visual Studio solution in order to ↵ | nulltoken | 2010-12-04 | 2 | -0/+4 |
| | | | | | cope with tanoku's latest refactorings. | ||||
| * | Added some patterns to .gitignore file to filter out some Visual Studio ↵ | nulltoken | 2010-12-04 | 1 | -0/+7 |
| | | | | | specifics. | ||||
