https://github.com/book/git-fastexport
A module to parse the output of git-fast-export
https://github.com/book/git-fastexport
Last synced: 12 months ago
JSON representation
A module to parse the output of git-fast-export
- Host: GitHub
- URL: https://github.com/book/git-fastexport
- Owner: book
- Created: 2009-01-15T08:51:39.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T06:06:31.000Z (over 6 years ago)
- Last Synced: 2025-07-04T16:49:32.409Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 231 KB
- Stars: 14
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Git::FastExport
---------------
This module processes the output of git-fast-export and returns
Perl data structures that can be inspected and modified to produce
a slightly different stream, suitable to be passed to git-fast-import.