summaryrefslogtreecommitdiff
path: root/src/refspec.h
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-2/+5
* refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt2018-06-291-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* refspec: git_refspec_parse() does not existCarlos Martín Nieto2014-04-011-1/+0
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-22/+0
* remote: store dwimed refspecs separatelyCarlos Martín Nieto2013-11-011-1/+7
* remote: dwim the refspecs according to the remote's advertised refsCarlos Martín Nieto2013-04-281-0/+1
* refspec: unify the string and parsed dataCarlos Martín Nieto2013-04-201-0/+1
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-111-0/+8
* refspec: introduce git_refspec__serialize()nulltoken2012-10-251-0/+2
* refspec: introduce git_refspec_transform_l()nulltoken2012-10-081-0/+11
* remote: support downloading all tagsCarlos Martín Nieto2012-09-301-0/+2
* refspec: add git_refspec__free, remove git_refspec_parseCarlos Martín Nieto2012-09-301-0/+2
* refspec: introduce git_refspec__parse()nulltoken2012-09-251-0/+4
* errors: Rename the generic return codesVicent Martí2012-05-181-1/+1
* Update Copyright headerschu2012-02-131-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-0/+12
* refspec: make the structure more completeCarlos Martín Nieto2011-11-181-1/+4
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Add a remotes APICarlos Martín Nieto2011-06-261-0/+14