summaryrefslogtreecommitdiff
path: root/src/refspec.c
Commit message (Expand)AuthorAgeFilesLines
* error-handling: RepositoryVicent Martí2012-03-071-2/+6
* Update Copyright headerschu2012-02-131-1/+1
* refspec: a ref name includes the refs/ prefixCarlos Martín Nieto2012-01-311-1/+1
* transport: prevent git_remote_download() from segfaulting when being passed a...nulltoken2012-01-191-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-0/+18
* refspec: allow a simple branchnameCarlos Martín Nieto2011-11-181-2/+7
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* A missing refspec is not an errorCarlos Martín Nieto2011-10-081-3/+3
* Tabify everythingVicent Marti2011-09-191-1/+1
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Add git_refspec_transformCarlos Martín Nieto2011-06-261-0/+36
* Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto2011-06-261-0/+6
* Add a remotes APICarlos Martín Nieto2011-06-261-0/+66