Skip to content

0.2.0

Choose a tag to compare

@sh0shin sh0shin released this 13 Feb 13:40
v0.2.0
d35f131

Changes

  • Internal rewrite of functions and logic.
  • New messages and output.

Breaking Changes

UPDATED YOUR .hier & .gitsrc FILES!
THINGS WILL FAIL!

  • l(type) is now r(type) to represent repository type (a warning is printed).
  • ldir -> rdir
  • lfile -> rfile
  • lgit -> rgit
  • .gitsrc files are now treated as rfile.
    • pull & depth properties were moved to the .gitsrc file itself.

Options

  • -g (git pull) is used for .gitsrc only, disabled per default.

Added

  • -n Dry-run mode.
  • -s Short message mode.

Moved

  • -k is now -R for remove/delete mode.

Removed

  • -D option is gone, was useless anyway.
  • -l is gone, was too buggy (new routine needed).