summaryrefslogtreecommitdiff
path: root/src/fetchhead.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-111-0/+6
|\ | | | | Remote revamp (director's cut)
| * remote: create FETCH_HEAD with a refspecless remoteCarlos Martín Nieto2013-11-011-0/+6
| | | | | | | | | | | | When downloading the default branch due to lack of refspecs, we still need to write out FETCH_HEAD with the tip we downloaded, unfortunately with a format that doesn't match what we already have.
* | move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-2/+2
|/
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-1/+0
|
* update copyrightsEdward Thomson2013-01-081-1/+1
|
* Fix -Wmaybe-uninitialized warningMichael Schubert2012-12-221-1/+1
|
* fetchhead reading/iteratingEdward Thomson2012-12-191-8/+178
|
* create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-111-0/+126