summaryrefslogtreecommitdiff
path: root/processors/info_processor.py
Commit message (Expand)AuthorAgeFilesLines
* Split python-fastimport into its own separate package.Jelmer Vernooij2010-09-031-282/+0
* Change (.keys(), .values()) to using (.iteritems())John Arbash Meinel2009-11-111-30/+23
* Validate features are known before importingIan Clatworthy2009-08-271-1/+4
* parsing of multiple authors and commit propertiesIan Clatworthy2009-08-271-0/+5
* Smarter blob tracking by implicitly collecting statistics before starting the...Ian Clatworthy2009-08-211-0/+1
* configrable output stream for InfoProcessorIan Clatworthy2009-08-211-7/+8
* blob reference counting, not just sticky vs otherwiseIan Clatworthy2009-04-021-10/+27
* remove other-resets frm fast-import-info outputIan Clatworthy2009-02-251-3/+0
* update fast-import-info to use same head-tracking code as fast-importIan Clatworthy2009-02-251-28/+7
* add total merges to fast-import-info & record when old/src paths no longer re...Ian Clatworthy2009-02-211-4/+15
* extend fast-import-info with merges, rename old paths & copy source pathsIan Clatworthy2009-02-201-0/+25
* handle > 16 parents in fast-import-infoIan Clatworthy2009-02-131-10/+11
* support merges when from clause implicitIan Clatworthy2008-03-151-3/+4
* fix head tracking when from clause impliedIan Clatworthy2008-03-061-3/+3
* removed parent not found warnings as not a problemIan Clatworthy2008-02-211-1/+3
* fix blob tracking when marks are reusedIan Clatworthy2008-02-211-0/+7
* identify unmarked blobs and commits by line numbersIan Clatworthy2008-02-201-7/+18
* add heads analysis to info processorIan Clatworthy2008-02-191-4/+18
* smart blob caching using analysis done by --infoIan Clatworthy2008-02-181-8/+24
* blob tracking analysis and verbose mode for info processorIan Clatworthy2008-02-181-17/+81
* lightweight tags, filter processor and param validationIan Clatworthy2008-02-171-7/+11
* dump parameter for info processorIan Clatworthy2008-02-161-1/+6
* custom parameters for processorsIan Clatworthy2008-02-161-2/+2
* 1st cut: gfi parser + --info processing methodIan Clatworthy2008-02-141-0/+125