diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-10 14:23:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-10 14:23:16 -0400 |
commit | 8c1e4ca62f85f0a8905b7f42ea8f28e73180e6a2 (patch) | |
tree | 53535ece2f1ddb0a64bfdf95a17898a9d58deeeb | |
parent | 5f380c3848c680769986e9b953ee53cbe021ec0c (diff) |
close
-rw-r--r-- | doc/todo/merge_in_ram___40__disk__41____63__.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/merge_in_ram___40__disk__41____63__.mdwn b/doc/todo/merge_in_ram___40__disk__41____63__.mdwn index a4a698a72..42090f673 100644 --- a/doc/todo/merge_in_ram___40__disk__41____63__.mdwn +++ b/doc/todo/merge_in_ram___40__disk__41____63__.mdwn @@ -3,3 +3,6 @@ git-annex is great. But for my repos the merge and recording state operations ta (merging fotos_enc_pg/synced/git-annex into git-annex...) Since git-annex is another branch (than master) and git usually needs a worktree for merging I assume that git-annex branch is temporarily checked out somewhere. Would it be possible to move this operation to RAM? Or a RAM-Disk? + +> No, it is not checked out. All operations are done with the most +> effective available git plumbing. [[done]] --[[Joey]] |