aboutsummaryrefslogtreecommitdiffstats
path: root/git-access.c
AgeCommit message (Expand)Author
2015-06-19Use remote transport parameter instead of comparing stringsGravatar Dirk Hohndel
2015-06-16git save: fix crash with no remoteGravatar Linus Torvalds
2015-06-16Cloud storage: warn the user if we are not onlineGravatar Dirk Hohndel
2015-06-15Cloud storage: use preference member instead of hard coded stringsGravatar Dirk Hohndel
2015-06-14Fix compiling against libgit2-0.22.1Gravatar Gaetan Bisson
2015-06-13Cloud storage: clean up error propagationGravatar Dirk Hohndel
2015-06-13Cloud storage: initialize local cache and remote on first useGravatar Dirk Hohndel
2015-06-13Cloud storage: if there is no remote tracking branch, create itGravatar Dirk Hohndel
2015-06-13Cloud storage: don't print confusing warningGravatar Dirk Hohndel
2015-06-13Cloud storage: setup proxy before cloning new repositoryGravatar Dirk Hohndel
2015-06-13Cloud storage: give user friendly error messagesGravatar Dirk Hohndel
2015-06-13Cloud storage: check connectivity before trying to connectGravatar Dirk Hohndel
2015-06-13Move git related declarations into their own header fileGravatar Dirk Hohndel
2015-06-12Cloud storage: sync the remote after saveGravatar Dirk Hohndel
2015-06-12Add header for Qt helpers used from C functionsGravatar Dirk Hohndel
2015-06-12Cloud storage: check connection before connectingGravatar Dirk Hohndel
2015-06-12Cloud storage: Unset the proxy if none is configuredGravatar Dirk Hohndel
2015-06-12Cloud storage: Setup http proxy for git connectionGravatar Dirk Hohndel
2015-06-10Cloud storage: use our credentials when updating the remoteGravatar Dirk Hohndel
2015-06-10Cloud storageGravatar Dirk Hohndel
2015-06-10Cloud storage: track the repository type and pass the information aroundGravatar Dirk Hohndel
2015-06-10git storage: actually update the remote repository if the local cache is more...Gravatar Linus Torvalds
2015-06-10git storage: re-organize code to make 'origin' remote more widely availableGravatar Linus Torvalds
2015-06-10git storage: actually update cached copy from remoteGravatar Linus Torvalds
2015-06-09Cloud storage: be more careful when trying to determine a user nameGravatar Dirk Hohndel
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