summaryrefslogtreecommitdiff
path: root/include/git2/refspec.h
Commit message (Expand)AuthorAgeFilesLines
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-4/+3
* Fixed most documentation header bugsAndreas Linde2013-06-241-1/+1
* remote: add resfpec list accessorsCarlos Martín Nieto2013-04-301-0/+1
* refspec: add direction accessorCarlos Martín Nieto2013-04-301-0/+8
* refspec: unify the string and parsed dataCarlos Martín Nieto2013-04-201-0/+8
* Teach refspec to transform destination reference to source referenceJameson Miller2013-02-111-1/+12
* Teach remote branch to return its remoteJameson Miller2013-02-111-0/+9
* update copyrightsEdward Thomson2013-01-081-1/+1
* Correct typos in documentationKevin Sawicki2013-01-061-1/+1
* refspec: add git_refspec__free, remove git_refspec_parseCarlos Martín Nieto2012-09-301-8/+0
* Expose git_refspec_parse()Carlos Martín Nieto2012-06-121-0/+8
* refspec: expose the force update specifier through git_refspec_force() accessornulltoken2012-05-301-0/+8
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-1/+1
* Add missing GIT_EXTERN declarationsSascha Cunz2012-05-141-4/+4
* Remove old and unused error codesVicent Martí2012-05-021-4/+4
* Update Copyright headerschu2012-02-131-1/+1
* include: Unify internal include strategiesVicent Marti2011-11-181-1/+1
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-1/+1
* 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
* include: Fix unmatched params in documentationVicent Marti2011-07-111-3/+3
* Add git_refspec_transformCarlos Martín Nieto2011-06-261-0/+10
* Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto2011-06-261-0/+10
* Add a remotes APICarlos Martín Nieto2011-06-261-0/+22