index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Command
/
Sync.hs
Commit message (
Expand
)
Author
Age
*
typo
Joey Hess
2012-06-27
*
use "variant" rather than "version"
Joey Hess
2012-06-27
*
better filenames for conflict resolution files
Joey Hess
2012-06-27
*
commit merge resolution
Joey Hess
2012-06-27
*
fix file name
Joey Hess
2012-06-27
*
don't automerge when the symlinks cannot be parsed as keys
Joey Hess
2012-06-27
*
sync: Automatically resolves merge conflicts.
Joey Hess
2012-06-27
*
properly handle deleted files when processing ls-files --unmerged
Joey Hess
2012-06-27
*
sync: Avoid recent git's interactive merge.
Joey Hess
2012-06-23
*
sync: Show a nicer message if a user tries to sync to a special remote.
Joey Hess
2012-05-27
*
added ifM and nuked 11 lines of code
Joey Hess
2012-03-14
*
sync: Sync to lower cost remotes first.
Joey Hess
2012-03-10
*
improve alwayscommit=false mode
Joey Hess
2012-02-25
*
hlint
Joey Hess
2012-02-16
*
look up --to and --from remote names only once
Joey Hess
2012-01-06
*
tweak
Joey Hess
2012-01-02
*
skip local remotes that are not available (ie, not mounted)
Joey Hess
2011-12-31
*
type alias cleanup
Joey Hess
2011-12-31
*
refactor and check for a detached HEAD
Joey Hess
2011-12-31
*
better filtering out of special remotes
Joey Hess
2011-12-31
*
never pick special remotes in --fast
Joey Hess
2011-12-31
*
remove unnecessary check
Joey Hess
2011-12-31
*
refactor
Joey Hess
2011-12-31
*
really fix check that remote needs merged
Joey Hess
2011-12-31
*
tweak
Joey Hess
2011-12-31
*
tweak
Joey Hess
2011-12-31
*
fix check that remote branch needs merged
Joey Hess
2011-12-31
*
minor cleanups
Joey Hess
2011-12-31
*
avoid syncing remotes configured annex-ignore, unless explicitly specified
Joey Hess
2011-12-31
*
sync --fast: Selects some of the remotes with the lowest annex.cost and syncs...
Joey Hess
2011-12-30
*
push when git-annex branch changed
Joey Hess
2011-12-30
*
automated syncing
Joey Hess
2011-12-30
*
automatically create the syncbranch
Joey Hess
2011-12-30
*
refactor
Joey Hess
2011-12-30
*
refactor
Joey Hess
2011-12-30
*
check that synced/master exists before trying to use it
Joey Hess
2011-12-30
*
check if branches are up-to-date before merging, pushing
Joey Hess
2011-12-30
*
improve wording
Joey Hess
2011-12-30
*
message cleanup
Joey Hess
2011-12-30
*
avoid using Git.Ref.describe except for when generating user messages
Joey Hess
2011-12-30
*
update to my indentation style
Joey Hess
2011-12-30
*
force git-annex branch update after fetching remotes
Joey Hess
2011-12-30
*
By default, sync with all remotes having the synced/ branch
Joachim Breitner
2011-12-29
*
Implement branch-syncing in Command.Sync
Joachim Breitner
2011-12-29
*
more partial function removal
Joey Hess
2011-12-15
*
split out Git/Command.hs
Joey Hess
2011-12-14
*
split out three modules from Git
Joey Hess
2011-12-13
*
separate operations
Joey Hess
2011-12-10
*
sync: New command that synchronises the local repository and default remote, ...
Joey Hess
2011-12-09