51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
-
+
|
* Rework the VFILE table in the check-out database so that commits to
repositories with a very large number of files (ex: net-bsd) is more
efficient.
* Optionally allow Fossil to read and write the Git object format
(in addition to its [own format](doc/trunk/www/fileformat.wiki))
so that so that Fossil clone/push/commit with standard Git
so that so that Fossil can clone/push/commit with standard Git
implementations. A repository must decide at creation time whether it
will be a Git-format repository or a Fossil-format repository and that
can never be changed. Choosing the Git-format necessarily limits the
things that Fossil can do, but with the trade-off of getting to
participate in the pervasive Git community.
## Implementation Strategy:
|