summaryrefslogtreecommitdiff
path: root/Command/Sync.hs
Commit message (Expand)AuthorAge
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* sync: Sync to lower cost remotes first.Gravatar Joey Hess2012-03-10
* improve alwayscommit=false modeGravatar Joey Hess2012-02-25
* hlintGravatar Joey Hess2012-02-16
* look up --to and --from remote names only onceGravatar Joey Hess2012-01-06
* tweakGravatar Joey Hess2012-01-02
* skip local remotes that are not available (ie, not mounted)Gravatar Joey Hess2011-12-31
* type alias cleanupGravatar Joey Hess2011-12-31
* refactor and check for a detached HEADGravatar Joey Hess2011-12-31
* better filtering out of special remotesGravatar Joey Hess2011-12-31
* never pick special remotes in --fastGravatar Joey Hess2011-12-31
* remove unnecessary checkGravatar Joey Hess2011-12-31
* refactorGravatar Joey Hess2011-12-31
* really fix check that remote needs mergedGravatar Joey Hess2011-12-31
* tweakGravatar Joey Hess2011-12-31
* tweakGravatar Joey Hess2011-12-31
* fix check that remote branch needs mergedGravatar Joey Hess2011-12-31
* minor cleanupsGravatar Joey Hess2011-12-31
* avoid syncing remotes configured annex-ignore, unless explicitly specifiedGravatar Joey Hess2011-12-31
* sync --fast: Selects some of the remotes with the lowest annex.cost and syncs...Gravatar Joey Hess2011-12-30
* push when git-annex branch changedGravatar Joey Hess2011-12-30
* automated syncingGravatar Joey Hess2011-12-30
* automatically create the syncbranchGravatar Joey Hess2011-12-30
* refactorGravatar Joey Hess2011-12-30
* refactorGravatar Joey Hess2011-12-30
* check that synced/master exists before trying to use itGravatar Joey Hess2011-12-30
* check if branches are up-to-date before merging, pushingGravatar Joey Hess2011-12-30
* improve wordingGravatar Joey Hess2011-12-30
* message cleanupGravatar Joey Hess2011-12-30
* avoid using Git.Ref.describe except for when generating user messagesGravatar Joey Hess2011-12-30
* update to my indentation styleGravatar Joey Hess2011-12-30
* force git-annex branch update after fetching remotesGravatar Joey Hess2011-12-30
* By default, sync with all remotes having the synced/ branchGravatar Joachim Breitner2011-12-29
* Implement branch-syncing in Command.SyncGravatar Joachim Breitner2011-12-29
* more partial function removalGravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split out three modules from GitGravatar Joey Hess2011-12-13
* separate operationsGravatar Joey Hess2011-12-10
* sync: New command that synchronises the local repository and default remote, ...Gravatar Joey Hess2011-12-09