Skip to content

Releases: ljagiello/git-clone

v0.1.0

09 Feb 04:34

Choose a tag to compare

Changelog

  • 5e986be Add GoReleaser workflow for tag-based releases
  • b38a45f Add README, CI workflow, and --help flag
  • 0194b84 Bump Go to 1.25.7 and update CI matrix to 1.23–1.25
  • 8e3e129 Extract run(), normalize host case, and clean up empty parent dirs
  • 1340b84 Fix bugs and improve robustness of clone logic
  • ebbbf4c Fix clone URL handling, SSH/port ambiguity, and error robustness
  • 230285f Harden URL parsing, add path traversal protection, and add tests
  • 52de894 Initial commit
  • d4442e5 Merge pull request #1 from ljagiello/init-rls
  • 859e453 Reject empty path components, fix stdout mixing, and improve cleanup
  • f95514f Reject path traversal early, fix cleanup race, and improve UX
  • 039973c Suppress git output on success and add binary to .gitignore
  • 38ebb4f init version