43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
-
+
|
* Advisory locks - The ability to "lock" a file on a central server to
discourage other people from editing that file while you are working
on it. Useful for binary files (ex: images or movies) that cannot be
merged. Locks are advisory only and can be overridden with appropriate
command-line options so that work can continue if (for example)
one team member locks
a bunch file just before leaving on their three-week vacation.
a file just before leaving on their three-week vacation.
* 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))
|