https://github.com/jonmagic/git-pktline-parser-experiment
https://github.com/jonmagic/git-pktline-parser-experiment
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonmagic/git-pktline-parser-experiment
- Owner: jonmagic
- Created: 2020-10-13T04:41:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T04:45:36.000Z (over 5 years ago)
- Last Synced: 2025-01-31T13:43:47.729Z (about 1 year ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git pktline parser experiment
## parse pktline for user agent
```bash
$ gcc -Wall -o parse-pktline-for-agent parse-pktline-for-agent.c; ./parse-pktline-for-agent
git/2.27.0.2890.g910e898871
git/2.27.0.2890.g910e898871
git/2.27.0.2890.g910e898871
```