summaryrefslogtreecommitdiff
path: root/Command/Sync.hs
Commit message (Expand)AuthorAge
* add AdjBranch newtype; some simplicationsGravatar Joey Hess2016-04-09
* run out of tree merge with --no-ffGravatar Joey Hess2016-04-06
* fix auto merge conflict resolution when doing out of tree merge for adjusted ...Gravatar Joey Hess2016-04-06
* sync: Show output of git commit.Gravatar Joey Hess2016-04-05
* fixed merging of changes from adjusted branch + a remoteGravatar Joey Hess2016-03-31
* made some progress on syncing adjusted branches, but still buggyGravatar Joey Hess2016-03-31
* Merge branch 'master' into adjustedbranchGravatar Joey Hess2016-03-11
|\
| * remove redundant start messageGravatar Joey Hess2016-03-09
* | working toward adjusted commit propigationGravatar Joey Hess2016-03-03
* | push original branch, not adjusted branchGravatar Joey Hess2016-03-03
* | fix bug introduced in recent commitGravatar Joey Hess2016-02-29
* | update sync branch to the orig branch when in adjusted branchGravatar Joey Hess2016-02-29
* | make assistant aware of adjusted branches when mergingGravatar Joey Hess2016-02-29
* | make sync aware of adjusted branchesGravatar Joey Hess2016-02-29
|/
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* arrange for regional output manager to run when -J is enabledGravatar Joey Hess2015-11-04
* improve layout and commentGravatar Joey Hess2015-10-15
* add VerifiedCopy data typeGravatar Joey Hess2015-10-08
* Do verification of checksums of annex objects downloaded from remotes.Gravatar Joey Hess2015-10-01
* Improve bash completion, so it completes names of remotes and backends in app...Gravatar Joey Hess2015-09-14
* sync: Add --no-commit, --no-pull, --no-push options to turn off parts of the ...Gravatar Joey Hess2015-09-13
* make sync --no-content be acceptedGravatar Joey Hess2015-08-20
* sync: Support --jobsGravatar Joey Hess2015-08-14
* Simplify setup process for a ssh remote.Gravatar Joey Hess2015-08-05
* sync --content: Fix bug that caused files to be uploaded to eg, more archive ...Gravatar Joey Hess2015-07-20
* wipGravatar Joey Hess2015-07-09
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* display cmdparamdesc in optparse-applicative usage messagesGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* sync: When annex.autocommit=false, avoid making any commit of local changes, ...Gravatar Joey Hess2015-07-07
* merge: Avoid creating the synced/master branch.Gravatar Joey Hess2015-07-07
* move commentGravatar Joey Hess2015-06-16
* avoid building unused bloomfilter when run without --allGravatar Joey Hess2015-06-16
* on second thought, sync --content --unused is probably not useful, removeGravatar Joey Hess2015-06-16
* use bloom filter in second pass of sync --all --contentGravatar Joey Hess2015-06-16
* Increased the default annex.bloomaccuracy from 1000 to 10000000Gravatar Joey Hess2015-06-16
* sync: Add support for --all and --unused.Gravatar Joey Hess2015-06-16
* switch code to using associated filesGravatar Joey Hess2015-06-16
* get, move, copy, mirror: Concurrent downloads and uploads are now supported!Gravatar Joey Hess2015-04-10
* sync: Fix committing when in a direct mode repo that has no HEAD ref.Gravatar Joey Hess2015-03-04
* fix innaccurate commentGravatar Joey Hess2015-03-04
* sync: As well as the synced/git-annex push, attempt a git-annex:git-annex pus...Gravatar Joey Hess2015-02-27
* propigate ssh-options everywhere ssh caching is usedGravatar Joey Hess2015-02-12
* sync, assistant: Include repository name in head branch commit message.Gravatar Joey Hess2015-02-11
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* devblogGravatar Joey Hess2015-01-13
* handle sync's use of setCurrentDirectory to work with relative pathsGravatar Joey Hess2015-01-06
* sync: Fix an edge case where syncing in a bare repository would try to merge ...Gravatar Joey Hess2015-01-05
* sync: Now supports remote groups, the same way git remote update does.Gravatar Joey Hess2014-12-29
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14