Skip to content

delta v0.6.1

Latest
Compare
Choose a tag to compare
@octavore octavore released this 20 Sep 07:18

Pre-compiled delta binary for OS X (darwin/amd64) using go 1.7.1

Changelog:

  • Feature: Wrap lines in the browser diff by pressing w

  • Rejiggered command line interface:

    delta OPTION_COMMAND
    --install          Install delta to gitconfig.
    --uninstall        Remove delta from gitconfig.
    --version          Display delta version.
    
    delta [OPTIONS] FILE1 FILE2
    --output           Where to send the output. Valid values: browser, cli (default), gist.
    --format           Valid values: default (text for cli, html otherwise), html, text.