summaryrefslogtreecommitdiff
path: root/Command/Sync.hs
Commit message (Expand)AuthorAge
* on second thought, don't change sync to exit nonzero on successful conflicted...Gravatar Joey Hess2013-11-14
* add a note after successful conflicted merge resolutionGravatar Joey Hess2013-11-14
* sync: When there are merge conflicts that get automatically resolved, exit no...Gravatar Joey Hess2013-11-07
* work around lack of receive.denyCurrentBranch in direct modeGravatar Joey Hess2013-11-05
* sync: Work even when the local git repository is new and empty, with no maste...Gravatar Joey Hess2013-11-02
* use a long note hereGravatar Joey Hess2013-11-01
* sync: print a hint about receive.denyNonFastForwards when a push failsGravatar Joey Hess2013-10-26
* sync: fix crash on first sync when no branch exists yetGravatar Joey Hess2013-10-17
* fix indirect mode conflict merge when only one side is annexed fileGravatar Joey Hess2013-10-16
* sync: Fix automatic resolution of merge conflicts where one side is an annexe...Gravatar Joey Hess2013-10-16
* hlintGravatar Joey Hess2013-09-25
* more completely solve catKey memory leakGravatar Joey Hess2013-09-19
* sync: Don't fail if the directory it is run in gets removed by the sync.Gravatar Joey Hess2013-09-13
* sync: support gcrypt4.20130909Gravatar Joey Hess2013-09-09
* sync, assistant: Force push of the git-annex branch.Gravatar Joey Hess2013-08-29
* sync, merge: Bug fix: Don't try to merge into master when in a bare repo.Gravatar Joey Hess2013-08-17
* sync: Better support for bare git remotes. Now pushes directly to the master ...Gravatar Joey Hess2013-06-12
* fix merge conflict resolution when both sides have the same keyGravatar Joey Hess2013-05-26
* correct recent fixGravatar Joey Hess2013-05-26
* sync: Fix double merge conflict resolution handling.Gravatar Joey Hess2013-05-26
* fuzz test discovered a way automatic merge resultion can fail; fixGravatar Joey Hess2013-05-25
* sync: Commit in direct mode even if no changes were stagedGravatar Joey Hess2013-04-23
* sync, assistant: Sync with remotes that have annex-ignore setGravatar Joey Hess2013-04-22
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* git subcommand cleanupGravatar Joey Hess2013-03-03
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17
* avoid queueing rm of no filesGravatar Joey Hess2013-02-05
* sync: Automatic merge conflict resolution now stages deleted files.Gravatar Joey Hess2013-01-17
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* use sync command merge engine in assistantGravatar Joey Hess2012-12-25
* more quickcheck funGravatar Joey Hess2012-12-19
* partial and incomplete automatic merging in direct modeGravatar Joey Hess2012-12-18
* direct mode merging works!Gravatar Joey Hess2012-12-18
* reorder for better displayGravatar Joey Hess2012-12-13
* direct mode committingGravatar Joey Hess2012-12-12
* also update direct mode associated files in local mergeGravatar Joey Hess2012-12-12
* direct mode mappings now updated by git annex syncGravatar Joey Hess2012-12-10
* where indentationGravatar Joey Hess2012-11-12
* git config remote.name.annex-sync can be used to control whether a remote get...Gravatar Joey Hess2012-10-11
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
* sync: Pushes the git-annex branch to remote/synced/git-annex, rather than dir...Gravatar Joey Hess2012-09-16
* add decodeW8Gravatar Joey Hess2012-09-13
* refactorGravatar Joey Hess2012-08-26
* refactorGravatar Joey Hess2012-08-26
* avoid unnecessary transfer scans when syncing a disconnected remoteGravatar Joey Hess2012-08-22
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* handle case of adding populated drive to just created repoGravatar Joey Hess2012-08-05
* fix crashes when run in a git repo that has been initted but has no master br...Gravatar Joey Hess2012-08-05
* Merge branch 'master' into assistantGravatar Joey Hess2012-06-27
|\