Tags

Tags give the ability to mark specific points in history as being important
  • v1.7.0

    Release: v1.7.0
    v1.7.0
    
    Changelog
    
    - Output formats
      - Add JSON output for web stuff and VSCode extension (coming soon)
      - Add ascii output format (same as before but without the colors
      - Add `-output-format` flag to select output format (default is the orignal
        with ansi colors
    - Directories created when attempting to clone a repo are deleted if cloning fails
    - After deleting a repo with `repos del`, if `repo-dir-scheme` is URL, then
      directories from the deleted repo up to `repo-dir` that become empty are deleted.
    - Fixed a bug in the handling of `-noignore` flag
    - Fix exceptions in `repos clone` completion when config file has no
      `config.domains` section
    - Add manpage for `repos clone`: (`repos help clone` like git or `man repos-clone`)
  • v1.6.0

    Release: v1.6.0
    v1.6.0
    
    Autocomplet improvements
    - Autocomplete git URLs for `repos clone` command
      - Domains and usernames from config file
      - Domains and usernames from repo dir if repos-dir-scheme is url
    - Autocomplete for `repos` suggests subcommands
    - Use find commands that work both on MacOS and Linux
    
    improvements to `repos find`
    - Rewrote recursive code (same behavior but the code is not confusing)
    - Clarified how --exclude and --include arguments work
    
    Directories created by failed `repos clone` commands are deleted.
    
    Added lots of documentation
  • v1.5.0

    Release: v1.5.0
    v1.5.0
    
    - Use python's logging module
    - Use more elegant find command that will work on Linux and MacOS
  • wip-save

    0980b9d8 · WIP SAVE ·
    Release: wip-save
  • v1.4.0

    Release: v1.4.0
    Trying to make releases work
  • v1.3.0-rc1

    257ec6f3 · Fix yaml ·
  • v1.0.0

    e4dc4e2c · Tight display ·