Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Parsing PUSH request via smart http

Hi Everybody,

we push via tomcat using smart http and need to parse (but ONLY parse) the push requests: author, branch, commit text etc.

Which jgit class could I use to read/parse information from a InputStream/File?

Here is what we receive from "git" client:

This is how (the unzipped) request starts and that is followed by bi
008ace0ca0e815ef8e926b05b1a73e03f1cc1c64d030 02e429248bc42b39cbdbabe4be676612956fd681 refs/heads/master^@ report-status side-band-64k quiet0000PACK

Thank you for your help!

Zsolt


Back to the top