/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to notes/git-serve.txt

Clean up trailing whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Git serve
2
 
 
3
 
Todo:
4
 
 
5
 
 * Fix "bzr serve --git"
6
 
 
7
 
 * Evaluate whether it's possible (in other words, whether the disk usage 
8
 
   is acceptable) to cache full Tree objects in .bzr/repository/git, 
9
 
   preferably using something that implements the VersionedFiles API.
10
 
 
11
 
 * Fix the pack creation code in Dulwich. It doesn't generate deltas quite 
12
 
   well at the moment.