aboutsummaryrefslogtreecommitdiffstats
path: root/git-access.c
AgeCommit message (Expand)Author
2015-10-04Print paths to internal files in verbose modeGravatar Robert C. Helling
2015-10-01Avoid possible NULL dereferenceGravatar Dirk Hohndel
2015-09-26Cloud storage: delete http.proxy key if no proxy is setGravatar Dirk Hohndel
2015-09-25Cloud storage: inform the user if remote sync failedGravatar Dirk Hohndel
2015-09-23Cloud storage: more user friendly handling of local cache corruptionGravatar Dirk Hohndel
2015-09-20Cloud storage: in verbose mode give lots of progress informationGravatar Dirk Hohndel
2015-09-20Cloud storage: verbose output to consoleGravatar Dirk Hohndel
2015-09-18Cloud storage: make user visible messages more consistentGravatar Dirk Hohndel
2015-09-10Be compatible with libgit2 0.22 againGravatar Anton Lundin
2015-09-10Cloud storage: add another progress callbackGravatar Dirk Hohndel
2015-09-09Replace the spinner with a progress dialog for cloud storage accessGravatar Dirk Hohndel
2015-08-31Be compatible with libgit2 0.22 againGravatar Anton Lundin
2015-08-25Cloud storage: attempt to deal with conflicts about deleted filesGravatar Dirk Hohndel
2015-08-25Cloud storage: test offline operationGravatar Dirk Hohndel
2015-08-25Cloud storage: adjust debugging messagesGravatar Dirk Hohndel
2015-08-25Cloud storage: be more verbose if asked to be verboseGravatar Dirk Hohndel
2015-08-25Cloud storage: try to brute force your way around merge issuesGravatar Dirk Hohndel
2015-08-25Cloud storage: be very strict about renamesGravatar Dirk Hohndel
2015-08-25When building against libgit2 v0.23 or newer we can assume API23Gravatar Dirk Hohndel
2015-08-25Cloud storage: clean up after the mergeGravatar Dirk Hohndel
2015-08-25Cloud storage: move git merge into its own functionGravatar Dirk Hohndel
2015-08-25Cloud storage: better error message for dirty stateGravatar Dirk Hohndel
2015-08-22Cloud storage: use merge options to avoid conflictsGravatar Dirk Hohndel
2015-08-22Cloud storage: merge local and remote changes if there is no conflictGravatar Dirk Hohndel
2015-08-17Explicit cast to stop compiler warningGravatar Robert C. Helling
2015-07-13Cloud storage: recognize our server certificate and accept itGravatar Dirk Hohndel
2015-07-13Cloud storage: provide more information in debug buildsGravatar Dirk Hohndel
2015-06-21Fix incorrect buffer length calculationGravatar Dirk Hohndel
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