repo_combiner
Version, currently main branch1 version
- main branchlatestApr 10, 2022
github.com/sam0x17/repo_combiner
A tool for combining multiple github repo histories together (for analytics purposes typically)
Installation
# Add this to your shard.yml
dependencies:
repo_combiner:
github: sam0x17/repo_combiner
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.3.2- License
- MIT
- Author
- Sam Johnson
- Target
repo_combinerfrom src/repo_combiner.cr
Dependencies
This version declares no dependencies.
README
RepoCombiner
RepoCombiner provides an easy CLI interface for combining multiple unrelated git histories (whether they originate from branches within the same repository, or entirely separate repositories) into one consolidated repository with a shared git history. This is extremely useful for taking advantage of analytics services such as GitHub Insights which are unable to perform any useful analysis on a multi-repo or whole-organization basis (ironically this is true even for GitHub Enterprise customers!).
Installation
Add the following to the dependencies section of your shard.yml file:
dependencies:
repo_combiner:
github: sam0x17/repo_combiner
Usage
The following will combine the assert.cr repo and the sepectator repo in an output directory called output:
./repo_combiner output https://github.com/sam0x17/assert.cr.git https://github.com/icy-arctic-fox/spectator.git
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/repo_combiner/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Sam Johnson - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- Apr 10, 2022
- Crystal
1.3.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/sam0x17/repo_combiner
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 1