Skip to content

v0.2.0

Compare
Choose a tag to compare
@technoweenie technoweenie released this 21 Aug 20:44

Major Changes

  • Changed pointer format.

  • Added git media smudge --info command for viewing metadata about a Git Media file.

  • Major bug fixes for the Windows build.

  • Added GIT_MEDIA_PROGRESS env for reporting the upload and download status.

    $ GIT_MEDIA_PROGRESS=file:/path/to/log.txt git clone {url}
    

Minor Changes

  • Upgrade to Go 1.3

  • Change to posix compatible flags. Flags with one dash now require two:

    # OLD: git media smudge -info
    # NEW: git media smudge --info
    
  • Fixed a bug with the init command breaking if the .git/hooks directory does not exist.

  • Removed redundant paths subcommand. Use path instead.

  • Added a logs show subcommand to view an error log.

    # OLD: git media logs {file}
    # NEW: git media logs show {file}