summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 0.8release-0.8.0Ian Clatworthy2009-07-233-4/+4
* Here-document style commit messages (Samuel Bronson)Ian Clatworthy2009-07-202-3/+25
|\
| * Implement here-document style input data.Samuel Bronson2009-07-181-2/+12
| * Add a test for bug #400960.Samuel Bronson2009-07-181-1/+13
|/
* Add missing importLars Hoss2009-07-021-1/+1
* Ignore quotes around second path in a pair (Dmitri Paduchikh)Ian Clatworthy2009-04-141-3/+6
* report triggering commit when exception occursIan Clatworthy2009-04-091-1/+5
* upgrade tests to use --development6-rich-rootIan Clatworthy2009-04-081-9/+9
* improve fast-export's handling of rename+delete combinationsIan Clatworthy2009-04-081-21/+56
* fix round-tripping of committer & author when name is an emailIan Clatworthy2009-04-082-4/+18
* faster export of revision range & improved diagnostics in fast-exportIan Clatworthy2009-04-073-71/+118
* fix parsing when a rename old-path has spaces in itIan Clatworthy2009-04-072-3/+21
* fix rename adjustment & kind change logic in fast-exportIan Clatworthy2009-04-071-11/+19
* add -r option to fast-exportIan Clatworthy2009-04-072-10/+76
* handle commit commands with no from clause and no sub-commandsIan Clatworthy2009-04-052-12/+27
* use inv deltas by default for all formats now: --classic to get old algorithm...Ian Clatworthy2009-04-054-31/+48
* add autopack option to fast-importIan Clatworthy2009-04-022-13/+30
* fix blob tracking when -v not givenIan Clatworthy2009-04-021-2/+6
* blob reference counting, not just sticky vs otherwiseIan Clatworthy2009-04-023-25/+59
* incremental packing for chk formatsIan Clatworthy2009-03-272-15/+28
* graceful handling of faulty revisions (David Reitter)Ian Clatworthy2009-03-251-1/+5
|\
| * fix bug #348038 (call to warning() with two arguments) and handle malformed r...David Reitter2009-03-241-53/+56
|/
* handle adding a file to a dir deleted in the same commitIan Clatworthy2009-03-241-1/+11
* back out cache propagation until more reliableIan Clatworthy2009-03-231-1/+1
* binary output on Windows (Alexander Belchenko)Ian Clatworthy2009-03-211-0/+1
|\
| * fast-export should force binary sys.stdout on win32Alexander Belchenko2009-02-181-0/+1
|/
* always repack the repository on completionIan Clatworthy2009-03-161-18/+27
* fix per-graph parent handling for adds and renamesIan Clatworthy2009-03-162-12/+32
* make per-file parents tuples and fix text loading in chk formatsIan Clatworthy2009-03-162-8/+9
* make the file-id cache optional and branch-ref awareIan Clatworthy2009-03-153-50/+71
* improve per-file graph generationIan Clatworthy2009-03-124-52/+178
|\
| * improve per-file graph generationIan Clatworthy2009-03-124-52/+178
* | extend tests to test the chk code pathIan Clatworthy2009-03-121-13/+44
|\ \ | |/
| * extend tests to test the chk code pathIan Clatworthy2009-03-121-13/+44
|/
* minor revision_store clean-upsIan Clatworthy2009-03-121-13/+3
* store empty texts for non-files for chk formats, not just other formatsIan Clatworthy2009-03-111-8/+9
* make groupcompress space efficient before packingIan Clatworthy2009-03-101-0/+2
* clear caches before packing; show cache stats in verbose modeIan Clatworthy2009-03-092-4/+44
* miscellaneous progress reporting fixesIan Clatworthy2009-03-091-8/+8
* parent_id_to_basename_index is no longer a serializer attribute - always requ...Ian Clatworthy2009-03-091-7/+5
* show commit rate rather than meaningless ETA in verbose modeIan Clatworthy2009-03-081-10/+8
* larger default inventory cache for chk formatsIan Clatworthy2009-03-082-5/+12
* handle delete of unknown file in chk formats & reduce noiseIan Clatworthy2009-03-082-2/+10
* error on zero length paths in the input streamIan Clatworthy2009-03-082-6/+42
* fix first file is in a subdirectory bug for chk formatsIan Clatworthy2009-03-081-1/+5
* handle delete of missing files for chk formatsIan Clatworthy2009-03-081-11/+14
* make groupcompress _FAST during importIan Clatworthy2009-03-081-1/+10
* speed up blob parsingIan Clatworthy2009-03-071-15/+4
* use new propagate_caches parameter on create_by_apply_deltaIan Clatworthy2009-03-071-1/+2
|\
| * use new propagate_caches parameter on create_by_apply_deltaIan Clatworthy2009-03-071-1/+2