Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-02remote: store dwimed refspecs separatelyCarlos Martín Nieto
2013-07-01Make refspec_transform paranoid about argumentsRussell Belfer
2013-04-30refspec: add direction accessorCarlos Martín Nieto
2013-04-28Parse shorthand refspecs as validCarlos Martín Nieto
2013-04-20refspec: unify the string and parsed dataCarlos Martín Nieto
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-02-11Teach refspec to transform destination reference to source referenceJameson Miller
2013-02-11Teach remote branch to return its remoteJameson Miller
2013-01-11refspec: prevent git_refspec__free() from segfaultingnulltoken
2013-01-09update copyrightsEdward Thomson
2012-11-11create FETCH_HEAD specially instead of as a ref fileEdward Thomson
2012-10-25refspec: introduce git_refspec__serialize()nulltoken
2012-10-08refspec: introduce git_refspec_transform_l()nulltoken
2012-09-30refspec: add git_refspec__free, remove git_refspec_parseCarlos Martín Nieto
2012-09-25refspec: introduce git_refspec__parse()nulltoken
2012-05-30refspec: expose the force update specifier through git_refspec_force() accessornulltoken
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-03Remove old and unused error codesVicent Martí
2012-05-02Merge remote-tracking branch 'carlosmn/remaining-errors' into new-error-handlingVicent Martí
2012-04-30buf: deploy git_buf_len()nulltoken
2012-04-26error handling: move the missing parts over to the new error handlingCarlos Martín Nieto
2012-03-07error-handling: RepositoryVicent Martí
2012-02-13Update Copyright headerschu
2012-01-31refspec: a ref name includes the refs/ prefixCarlos Martín Nieto
2012-01-19transport: prevent git_remote_download() from segfaulting when being passed a...nulltoken
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-19refspec: allow a simple branchnameCarlos Martín Nieto
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-08A missing refspec is not an errorCarlos Martín Nieto
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-06-26Add git_refspec_transformCarlos Martín Nieto
2011-06-26Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto
2011-06-26Add a remotes APICarlos Martín Nieto