summaryrefslogtreecommitdiff
path: root/parser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing error when a property is found after a multi-line oneIan Clatworthy2009-10-221-5/+3
* Add --user-map option to both fast-import and fast-import-filterIan Clatworthy2009-10-131-1/+7
* fix date parsing bug found while importing sambaIan Clatworthy2009-10-091-2/+6
* fix warning messages on non-utf8 names & emailsIan Clatworthy2009-08-291-2/+2
* Fix unicode email address parsingIan Clatworthy2009-08-291-3/+7
* export and import empty directoriesIan Clatworthy2009-08-281-0/+2
* Store multiple authors and revision properties when definedIan Clatworthy2009-08-271-1/+1
* parsing of multiple authors and commit propertiesIan Clatworthy2009-08-271-1/+46
* feature parsingIan Clatworthy2009-08-271-1/+13
* Handle git submodules in the stream by warning about + ignoring themIan Clatworthy2009-08-271-10/+8
* fix reporting of non-utf8 commits to go to stderrIan Clatworthy2009-08-131-1/+1
* Gracefully handle email addresses with unicode charactersIan Clatworthy2009-08-071-1/+9
* Force parser to generate commit messages in unicode - even when not in utf8 i...Ian Clatworthy2009-08-071-2/+6
* Implement here-document style input data.Samuel Bronson2009-07-181-2/+12
* Ignore quotes around second path in a pair (Dmitri Paduchikh)Ian Clatworthy2009-04-141-3/+6
* fix parsing when a rename old-path has spaces in itIan Clatworthy2009-04-071-3/+9
* handle commit commands with no from clause and no sub-commandsIan Clatworthy2009-04-051-2/+6
* speed up blob parsingIan Clatworthy2009-03-071-15/+4
* improve error msg when bad timezone encounteredIan Clatworthy2009-03-041-1/+1
* fix parsing of filecopy commandIan Clatworthy2009-02-171-1/+1
* handle multiple merges in the one merge clauseIan Clatworthy2009-02-131-1/+5
* handle empty emails & names/paths that aren't utf8 encodedIan Clatworthy2009-02-131-4/+13
* fix from Pieter de Bie - hack around broken front-endsIan Clatworthy2008-06-021-11/+25
* fix utf-8 decoding bugsIan Clatworthy2008-05-191-4/+4
* reduce memory usage while reading large blobsIan Clatworthy2008-05-081-3/+3
* support merges when from clause implicitIan Clatworthy2008-03-151-11/+8
* Make the parser handle multiple words in the committer name.James Westby2008-03-091-4/+9
* The space between the author and email is optional in committer.James Westby2008-03-071-2/+3
* The data sections have an optional LF at the end in the byte count format.James Westby2008-03-071-1/+7
* fix line number trackingIan Clatworthy2008-02-271-0/+2
* identify unmarked blobs and commits by line numbersIan Clatworthy2008-02-201-2/+4
* 1st cut are dequoting pathsIan Clatworthy2008-02-161-3/+13
* generic processing method working for one revision in one branchIan Clatworthy2008-02-161-4/+7
* tweak parser for better git-fast-export compatibilityIan Clatworthy2008-02-151-7/+8
* 1st cut: gfi parser + --info processing methodIan Clatworthy2008-02-141-0/+479