| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | On some header files, GIT_END_DECL was absent while GIT_BEGIN_DECL wasn't. | Johan 't Hart | 2011-07-27 | 1 | -0/+3 |
| | | |||||
| * | Cleanup external API | Vicent Marti | 2011-07-11 | 1 | -0/+33 |
| | | | | | | Some of the WIP API calls have been hidden in preparation for the next minor release. | ||||
| * | include: Fix unmatched params in documentation | Vicent Marti | 2011-07-11 | 1 | -3/+3 |
| | | |||||
| * | Add git_refspec_transform | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+10 |
| | | | | | Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| * | Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapper | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+10 |
| | | | | | | | | | | | | | | If the strings match, git__fnmatch returns GIT_SUCCESS and GIT_ENOMATCH on failure to match. MSVC fixes: Added a test for _MSC_VER and (in that case) defined HAVE_STRING_H to 1 so it doesn't try to include <strings.h> which doesn't exist in the MSVC world. Moved the function declarations to use the modern inline ones so MSVC doesn't have a fit. Added casts everywhere so MSVC doesn't crap its pants. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| * | Add a remotes API | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+22 |
| Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | |||||
