summaryrefslogtreecommitdiff
path: root/src/fetchhead.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-19/+19
* fetchhead: use GIT_ASSERTEdward Thomson2020-11-271-4/+8
* fetchhead: strip credentials from remote URLPatrick Steinhardt2020-01-311-3/+35
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-11/+11
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-5/+5
* remote: append to FETCH_HEAD rather than overwrite for each refspecCarlos Martín Nieto2017-12-261-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* repository: rename `path_repository` and `path_gitlink`Patrick Steinhardt2017-02-131-2/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-8/+8
* common: use PRIuZ for size_t in `giterr_set` callsPatrick Steinhardt2016-11-141-8/+8
* fetchhead: deal with quotes in branch namesCarlos Martín Nieto2014-04-241-1/+1
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* Some callback error check style cleanupsRussell Belfer2013-12-111-5/+6
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-3/+3
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-2/+2
* Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-111-0/+6
|\
| * remote: create FETCH_HEAD with a refspecless remoteCarlos Martín Nieto2013-11-011-0/+6
* | 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