index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Remote
/
Git.hs
Commit message (
Expand
)
Author
Age
*
stub Remote.P2P
Joey Hess
2016-12-06
*
Avoid backtraces on expected failures when built with ghc 8; only use backtra...
Joey Hess
2016-11-15
*
enable forwardRetry for command-line transfers
Joey Hess
2016-10-26
*
make --json-progress update meter when getting from git remote with rsync
Joey Hess
2016-09-09
*
remove TransferObserver
Joey Hess
2016-08-03
*
fix warning
Joey Hess
2016-05-27
*
enableremote: Remove annex-ignore configuration from a remote.
Joey Hess
2016-05-24
*
Pass the various gnupg-options configs to gpg in several cases where they wer...
Joey Hess
2016-05-23
*
Improve behavior when a just added http remote is not available during uuid p...
Joey Hess
2016-05-03
*
Fix duplicate progress meter display when downloading from a git remote over ...
Joey Hess
2016-04-19
*
fix drop hang reported by musicmatze
Joey Hess
2016-04-18
*
hard links on windows
Joey Hess
2016-04-08
*
remove 163 lines of code without changing anything except imports
Joey Hess
2016-01-20
*
avoid hard linking object from other repository when annex.thin is set
Joey Hess
2016-01-13
*
remove reundant isDirect check
Joey Hess
2016-01-13
*
typo
Joey Hess
2015-12-26
*
deal with unlocked files when calling rsyncParamsRemote
Joey Hess
2015-12-26
*
check inode cache in prepSendAnnex
Joey Hess
2015-12-10
*
Display progress meter in -J mode when downloading from the web.
Joey Hess
2015-11-16
*
refactor
Joey Hess
2015-11-16
*
Display progress meter in -J mode when copying from a local git repo, to a lo...
Joey Hess
2015-11-16
*
concurrent-output, first pass
Joey Hess
2015-11-04
*
Avoid displaying network transport warning when a ssh remote does not yet hav...
Joey Hess
2015-10-15
*
fix various build warnings, mostly on Windows
Joey Hess
2015-10-13
*
add inAnnex check to local lockKey
Joey Hess
2015-10-09
*
improve display when lockcontent fails
Joey Hess
2015-10-09
*
implement lockContent for ssh remotes
Joey Hess
2015-10-09
*
fix local dropping to not require extra locking of copies, but only that the ...
Joey Hess
2015-10-09
*
fix lockKey to run callback in original Annex monad, not local remote's
Joey Hess
2015-10-09
*
content locking during drop working for local git remotes
Joey Hess
2015-10-09
*
add removeKey action to Remote
Joey Hess
2015-10-08
*
add lockContentShared
Joey Hess
2015-10-08
*
other 80% of avoding verification when hard linking to objects in shared repo
Joey Hess
2015-10-02
*
avoid verification when hard linking to objects in shared repository
Joey Hess
2015-10-02
*
Do verification of checksums of annex objects downloaded from remotes.
Joey Hess
2015-10-01
*
refactor
Joey Hess
2015-10-01
*
annex.hardlink extended to also try to use hard links when copying from the r...
Joey Hess
2015-09-14
*
add some debugs to get timings
Joey Hess
2015-08-13
*
Sped up downloads of files from ssh remotes, reducing the non-data-transfer o...
Joey Hess
2015-08-13
*
remove debug print
Joey Hess
2015-08-13
*
Simplify setup process for a ssh remote.
Joey Hess
2015-08-05
*
Avoid accumulating transfer failure log files unless the assistant is being u...
Joey Hess
2015-05-12
*
Merge branch 'master' into concurrentprogress
Joey Hess
2015-05-12
|
\
|
*
removed all uses of undefined from code base
Joey Hess
2015-04-19
|
*
Fix fsck --from a git remote in a local directory, and from a directory speci...
Joey Hess
2015-04-18
*
|
add filename to progress bar, and display ok/failed at end
Joey Hess
2015-04-14
*
|
add missing progress bar
Joey Hess
2015-04-14
*
|
only display built-in meters in parallel mode
Joey Hess
2015-04-10
*
|
use built-in progress meters for git when in parallel mode
Joey Hess
2015-04-10
|
/
*
propigate outer output state into inner state when running onLocal
Joey Hess
2015-04-03
[next]