aboutsummaryrefslogtreecommitdiffstats
path: root/git-access.c
AgeCommit message (Expand)Author
2015-05-31Add strndup.h header so we can use this useful functionGravatar Dirk Hohndel
2015-05-31Cloud storage: first stab at implementing cloud storageGravatar Dirk Hohndel
2015-05-31Cloud storage: rethink the terminology usedGravatar Dirk Hohndel
2015-05-31Cloud storage: add support for https based remoteGravatar Dirk Hohndel
2015-05-28Remote storage: second attempt to fix build with older libgit2Gravatar Dirk Hohndel
2015-05-28Remote storage: turns out you need a newer libgit2Gravatar Dirk Hohndel
2015-05-28Remote storage: provide credentials for ssh based remotesGravatar Dirk Hohndel
2015-05-28Add USE_LIBGIT23_API as cmake optionGravatar Dirk Hohndel
2015-05-28Fix parsing of git branch encoded in file nameGravatar Dirk Hohndel
2015-02-24Fix Ubuntu compilation error.Gravatar Patrick Valsecchi
2015-02-15Remove unnecessary use of non-portable 'mkdir()'Gravatar Linus Torvalds
2015-02-15Start parsing remote git repository addressesGravatar Linus Torvalds
2015-02-15git-access: use the new format_string helpersGravatar Linus Torvalds
2015-02-15Start splitting out git repo helper routinesGravatar Linus Torvalds