Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

put can read from stdin by specifying the '-' source file #98

Closed
wants to merge 10 commits into from

Commits on Jan 23, 2018

  1. put can read from stdin by specifying the '-' source file

    No tests written in go for now, though :/
    Shastick committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    b6d1030 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. travis: bump go version to 1.x

    colinmarc authored and Shastick committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    25e47dc View commit details
    Browse the repository at this point in the history
  2. Regenerate proto files

    (this should fix travis issues, hopefully)
    colinmarc authored and Shastick committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    108cfde View commit details
    Browse the repository at this point in the history
  3. travis: touch *.pb.go before running make

    For some reason, make on travis recently started deciding that the
    *.pb.go files were older than the *.proto files, ever though they
    originate from the same `git checkout`. The easiest way to fix this
    is simply to touch them right before we run make, so that they look
    newer.
    colinmarc authored and Shastick committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    a4bda92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    932e0db View commit details
    Browse the repository at this point in the history
  5. Fix comment for CopyToRemote

    colinmarc authored and Shastick committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    7bcfdd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2baa2e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    d1b2961 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Add two test cases to check expected failures (put from stdin into an…

    … existing file or directory)
    Shastick committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    50c093e View commit details
    Browse the repository at this point in the history
  2. Fix PR comments.

    Shastick committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    8e7d8c2 View commit details
    Browse the repository at this point in the history