Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] git-fast-import

Hello JGit developers,

I want to implement a subset of functions of the git-fast-import command [1] for JGit and have some questions:

1) is it allowed (from IP point of view) to use JavaCC to generate a parser for the git-fast-import data stream? JavaCC generates java classes and has no need of runtime jars.

2) is anyone else interested in a git-fast-import implementation for JGit? 

Regards Christian

[1] https://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html

Back to the top