Optimised union merging; now only runs git cat-file once.
This commit is contained in:
parent
cea65b9e5b
commit
04edae6791
7 changed files with 62 additions and 36 deletions
|
@ -8,6 +8,10 @@ Instead, I'd like a way to stream multiple objects into git using stdin.
|
|||
Sometime, should look at either extending git-hash-object to support that,
|
||||
or possibly look at using git-fast-import instead.
|
||||
|
||||
---
|
||||
|
||||
`git-annex merge` also runs `git show` once per file that needs to be
|
||||
merged. This could be reduced to a single call to `git-cat-file --batch`,
|
||||
There is already a Git.CatFile library that can do this easily. --[[Joey]]
|
||||
|
||||
> This is now done, part above remains todo. --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue