Skip to content

v0.13.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@nosarthur nosarthur released this 23 May 06:02
· 133 commits to master since this release

new features

  • add commit_time information item
  • support local configuration: the intended use is a repo that contains other repos.
    • Local configuration files are saved at such repos (called main repos) and they shadow the global configuration if gita is run inside main repos
    • Sub-repos are added recursively in the local config
    • Main repos are added to global config
    • Main repos are displayed with underline in gita ll

refactoring

  • Change repo configuration file from ~/.config/gita/repo_path to ~/.config/gita/repos.csv. To upgrade, user needs to rename the existing file accordingly.

bug fixes

  • load yaml file in safe mode
  • update group config file when its member repo is renamed
  • fix traceback in freeze when the repo has no remote URL