Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

65 lines (47 loc) · 2.17 KB

0.7.61

  • [IMP] stronger force mode at ignored paths and turning submodule to integrated

0.7.53

  • fetch more stable: sometimes all branches cannot be fetched, then just trying the one needed
  • using rsync progress2 information update

0.7.34

  • gimera apply addons_tools/ works and fetches all repositories from that parent url gimera apply addons_tools/* did not work out of the box; zsh complains about expanding '*'

0.7.32

0.7.30

  • gimera commit command to easily commit sub modules to branches

0.7.27

  • fixed switching integrated/submodule and loosing file; added test with level 1 modules and module of module (two levels)
  • parallel downloading / fetching subrepo updates even for gitsubmodules
  • cloning submodules from local cache and changing url to internet source

0.6.55

  • [NEW] strict at patchs of patch files

0.6.54

  • [FIX] submodule path resolving [NEW] --strict option integrated modules force submodules usually to also be integrated; with strict, the gimera file is used

0.6.51

  • [FIX] helping rsync --delete-after with non empty directories

0.6.50

  • [FIX] wild life stable switch between integrated and submodule: deleting invalid cached modules in .git/modules when they are not bare

0.6.39

  • If submodule's sha matches the branch then the branch is checked out instead of the pure sha. Advantage: no fiddling at commit and pushing.

0.6.8

Tested the switching between submodule and integrated in real world repositories and fixed a lot of stuff like remaining directories with certain marker in git. https://stackoverflow.com/questions/4185365/no-submodule-mapping-found-in-gitmodule-for-a-path-thats-not-a-submodule

0.6.2

  • Handling gitignores when switching submodule to integrated repos

0.6.0

  • added thousand lines of tests
  • rewritten shell commands with generic wrapper
  • abstract some more git classes like remotes

0.5.23

  • get rid of annoying message about changed files - ignoring updated gimera.yml

0.3.17

  • added completion for: bash

0.3.8

  • added force option at adding submodules