Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 492 Bytes

File metadata and controls

12 lines (7 loc) · 492 Bytes

The use of remote helpers is the most important choice of our implementation as our project has to be as transparent as possible to the git user. Import and export are realized mostly with git's fast import and fast export functionalities.

We need to store metadata, using git notes

A tricky part : data encoding