summaryrefslogtreecommitdiff
path: root/include/git2/refspec.h
Commit message (Collapse)AuthorAgeFilesLines
* On some header files, GIT_END_DECL was absent while GIT_BEGIN_DECL wasn't.Johan 't Hart2011-07-271-0/+3
|
* Cleanup external APIVicent Marti2011-07-111-0/+33
| | | | | Some of the WIP API calls have been hidden in preparation for the next minor release.
* include: Fix unmatched params in documentationVicent Marti2011-07-111-3/+3
|
* Add git_refspec_transformCarlos Martín Nieto2011-06-261-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 wrapperCarlos Martín Nieto2011-06-261-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 APICarlos Martín Nieto2011-06-261-0/+22
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>