Ghorg Versions Save

Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more 🥚

v1.9.2

1 year ago

[1.9.2] - 12/31/22

Added

Changed

Deprecated

Removed

Fixed

  • GitLab nested group names; thanks @MaxG87

Security

v1.9.1

1 year ago

Added

  • Ability to clone all users repos on hosted GitLab instances; thanks @mlaily

Changed

Deprecated

Removed

Fixed

  • Top level GitLab groups on hosted GitLab instances now fetch all groups; thanks @mlaily

Security

  • Bump github.com/xanzy/go-gitlab from 0.74.0 to 0.76.0
  • Bump github.com/spf13/viper from 1.13.0 to 1.14.0

v1.9.0

1 year ago

Added

  • GHORG_INSECURE_GITEA_CLIENT to be explicit when cloning from Gitea instances using http; thanks @zerrol

Changed

Deprecated

Removed

  • Logging errors from security command

Fixed

  • GHORG_RECLONE_PATH from getting unset; thanks @afonsoc12

Security

  • Bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0
  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.1

v1.8.8

1 year ago

Added

  • Filename length limit on gitlab repos with name collisions

Changed

Deprecated

Removed

Fixed

Security

v1.8.7

1 year ago

Added

Changed

Deprecated

Removed

Fixed

  • SCM providers prompting for credentials

Security

v1.8.6

1 year ago

Added

Changed

  • Default behavior of gitlab repo naming collisions to append namespace'd path to repo name instead of auto adding preserve dir behavior; thanks @sding3

Deprecated

Removed

Fixed

Security

v1.8.5

1 year ago

[1.8.5] - 7/13/22

Added

  • GHORG_GIT_FILTER flag to clone command; thanks @ryanaross

Changed

Deprecated

Removed

Fixed

Security

v1.8.4

1 year ago

[1.8.4]

Added

  • GHORG_INCLUDE_SUBMODULES flag to clone command; thanks @Antfere

Changed

Deprecated

Removed

Fixed

Security

v1.8.3

1 year ago

Added

Changed

Deprecated

Removed

Fixed

  • repo name collisions with gitlab clones not using --preserve-dir
  • gitlab cloud clones with --preserve-dir creating nested output dirs; thanks @llama0815

Security

v1.8.2

1 year ago

Added

  • GHORG_RECLONE_VERBOSE flag
  • GHORG_RECLONE_QUIET flag

Changed

  • reclone logging format

Deprecated

Removed

Fixed

Security

  • Updated to go 1.18
  • Updated dependencies