Eliminate the existing file-id cache altogether
[jelmer/python-fastimport.git] / parser.py
2009-08-13 Ian Clatworthyfix reporting of non-utf8 commits to go to stderr
2009-08-10 Ian Clatworthymerge darcs-fast-export fixes and better doc
2009-08-07 Ian ClatworthyGracefully handle email addresses with unicode characters
2009-08-07 Ian ClatworthyForce parser to generate commit messages in unicode...
2009-07-25 Miklos VajnaMerge darcs-fast-export
2009-07-20 Ian ClatworthyHere-document style commit messages (Samuel Bronson)
2009-07-18 Samuel BronsonImplement here-document style input data.
2009-04-14 Ian ClatworthyIgnore quotes around second path in a pair (Dmitri...
2009-04-06 Ian Clatworthyfix parsing when a rename old-path has spaces in it
2009-04-05 Ian Clatworthyhandle commit commands with no from clause and no sub...
2009-03-07 Ian Clatworthyspeed up blob parsing
2009-03-06 Ian Clatworthyimprove error msg when bad timezone encountered
2009-03-04 Ian Clatworthyimprove error msg when bad timezone encountered
2009-02-17 Ian Clatworthyfix parsing of filecopy command
2009-02-17 Ian Clatworthyfix parsing of filecopy command
2009-02-15 Ian Clatworthyinitial cut at reset support
2009-02-12 Ian Clatworthyhandle multiple merges in the one merge clause
2009-02-12 Ian Clatworthyhandle empty emails & names/paths that aren't utf8...
2008-07-22 Ian ClatworthyMerge Mirko Friedenhagen's regex improvement to svn...
2008-07-22 Ian ClatworthyMerge Pieter de Bie's export-fixes branch
2008-06-02 Ian Clatworthyfix from Pieter de Bie - hack around broken front-ends
2008-05-30 Pieter de Bieparser.py: Do not crash when message cannot be decoded.
2008-05-19 Ian Clatworthyfix utf-8 decoding bugs
2008-05-08 Mirko FriedenhagenMerge with trunk
2008-05-08 Ian Clatworthyreduce memory usage while reading large blobs
2008-03-16 Ian Clatworthysupport merges when from clause implicit
2008-03-10 Ian ClatworthyIntegrate lots of fixes from James Westby
2008-03-09 James WestbyMake the parser handle multiple words in the committer...
2008-03-07 James WestbyThe space between the author and email is optional...
2008-03-07 James WestbyThe data sections have an optional LF at the end in...
2008-02-27 Ian Clatworthyfix line number tracking
2008-02-20 Ian Clatworthyidentify unmarked blobs and commits by line numbers
2008-02-16 Ian Clatworthy1st cut are dequoting paths
2008-02-15 Ian Clatworthygeneric processing method working for one revision...
2008-02-15 Ian Clatworthytweak parser for better git-fast-export compatibility
2008-02-14 Ian Clatworthy1st cut: gfi parser + --info processing method