| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remote: add resfpec list accessors | Carlos Martín Nieto | 2013-04-30 | 1 | -0/+1 |
| | | | | | | | Bring back a way of acessing the git_refspec* from a remote. Closes #1514 | ||||
| * | refspec: add direction accessor | Carlos Martín Nieto | 2013-04-30 | 1 | -0/+8 |
| | | |||||
| * | refspec: unify the string and parsed data | Carlos Martín Nieto | 2013-04-20 | 1 | -0/+8 |
| | | | | | | | | | It used to be separate as an attempt to make the querying easier, but it didn't work out that way, so put all the data together. Add git_refspec_string() as well to get the original string, which is now stored alongside the independent parts. | ||||
| * | Teach refspec to transform destination reference to source reference | Jameson Miller | 2013-02-11 | 1 | -1/+12 |
| | | |||||
| * | Teach remote branch to return its remote | Jameson Miller | 2013-02-11 | 1 | -0/+9 |
| | | |||||
| * | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
| | | |||||
| * | Correct typos in documentation | Kevin Sawicki | 2013-01-06 | 1 | -1/+1 |
| | | |||||
| * | refspec: add git_refspec__free, remove git_refspec_parse | Carlos Martín Nieto | 2012-09-30 | 1 | -8/+0 |
| | | | | | | | | The latter shouldn't be exposed and isn't used, git_refspec__parse supersedes it. Fix a leak in the refspec tests while we're at it. | ||||
| * | Expose git_refspec_parse() | Carlos Martín Nieto | 2012-06-12 | 1 | -0/+8 |
| | | | | | | This function has been available for some time, but never in a header. Expose it so we can use it from outside the library. | ||||
| * | refspec: expose the force update specifier through git_refspec_force() accessor | nulltoken | 2012-05-30 | 1 | -0/+8 |
| | | |||||
| * | errors: Rename error codesbreaking-changes | Vicent Martí | 2012-05-18 | 1 | -1/+1 |
| | | |||||
| * | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -1/+1 |
| | | |||||
| * | Add missing GIT_EXTERN declarations | Sascha Cunz | 2012-05-14 | 1 | -4/+4 |
| | | |||||
| * | Remove old and unused error codes | Vicent Martí | 2012-05-02 | 1 | -4/+4 |
| | | |||||
| * | Update Copyright header | schu | 2012-02-13 | 1 | -1/+1 |
| | | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
| * | include: Unify internal include strategies | Vicent Marti | 2011-11-18 | 1 | -1/+1 |
| | | | | | | Do not add the `git2` path to internal includes, or that will cause an extra path dependency. | ||||
| * | Cleanup legal data | Vicent Marti | 2011-09-19 | 1 | -21/+3 |
| | | | | | | | | | | | 1. The license header is technically not valid if it doesn't have a copyright signature. 2. The COPYING file has been updated with the different licenses used in the project. 3. The full GPLv2 header in each file annoys me. | ||||
| * | Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or ↵ | David Boyce | 2011-09-13 | 1 | -1/+1 |
| | | | | | an error code". | ||||
| * | 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> | |||||
