This is an automated email from the ASF dual-hosted git repository.

utzig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git.


    from 54bd6d9  Merge pull request #30 from ccollins476ad/xport-fail
     add 4f44967  Adds a progressbar to image upload command
     new cd51e85  Merge pull request #31 from utzig/progressbar

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 newtmgr/cli/image.go                               |    9 +-
 nmxact/xact/image.go                               |    8 +-
 vendor/github.com/cheggaaa/pb/.travis.yml          |    7 +
 vendor/github.com/cheggaaa/pb/LICENSE              |   12 +
 vendor/github.com/cheggaaa/pb/README.md            |  179 +++
 vendor/github.com/cheggaaa/pb/example_copy_test.go |   82 ++
 .../cheggaaa/pb/example_multiple_test.go           |   37 +
 vendor/github.com/cheggaaa/pb/example_test.go      |   30 +
 vendor/github.com/cheggaaa/pb/format.go            |  118 ++
 vendor/github.com/cheggaaa/pb/format_test.go       |   86 ++
 vendor/github.com/cheggaaa/pb/pb.go                |  476 ++++++++
 vendor/github.com/cheggaaa/pb/pb_appengine.go      |   11 +
 vendor/github.com/cheggaaa/pb/pb_nix.go            |    8 +
 vendor/github.com/cheggaaa/pb/pb_solaris.go        |    6 +
 vendor/github.com/cheggaaa/pb/pb_test.go           |  135 +++
 vendor/github.com/cheggaaa/pb/pb_win.go            |  141 +++
 vendor/github.com/cheggaaa/pb/pb_x.go              |  110 ++
 vendor/github.com/cheggaaa/pb/pool.go              |   82 ++
 vendor/github.com/cheggaaa/pb/pool_win.go          |   45 +
 vendor/github.com/cheggaaa/pb/pool_x.go            |   29 +
 vendor/github.com/cheggaaa/pb/reader.go            |   25 +
 vendor/github.com/cheggaaa/pb/runecount.go         |   17 +
 vendor/github.com/cheggaaa/pb/runecount_test.go    |   20 +
 vendor/github.com/cheggaaa/pb/termios_bsd.go       |    9 +
 vendor/github.com/cheggaaa/pb/termios_nix.go       |    7 +
 .../{go-colorable => go-runewidth}/.travis.yml     |    3 +-
 .../mattn/{go-colorable => go-runewidth}/LICENSE   |    0
 vendor/github.com/mattn/go-runewidth/README.mkd    |   27 +
 vendor/github.com/mattn/go-runewidth/runewidth.go  | 1224 ++++++++++++++++++++
 .../github.com/mattn/go-runewidth/runewidth_js.go  |    8 +
 .../mattn/go-runewidth/runewidth_posix.go          |   77 ++
 .../mattn/go-runewidth/runewidth_test.go           |  279 +++++
 .../mattn/go-runewidth/runewidth_windows.go        |   25 +
 33 files changed, 3326 insertions(+), 6 deletions(-)
 create mode 100644 vendor/github.com/cheggaaa/pb/.travis.yml
 create mode 100644 vendor/github.com/cheggaaa/pb/LICENSE
 create mode 100644 vendor/github.com/cheggaaa/pb/README.md
 create mode 100644 vendor/github.com/cheggaaa/pb/example_copy_test.go
 create mode 100644 vendor/github.com/cheggaaa/pb/example_multiple_test.go
 create mode 100644 vendor/github.com/cheggaaa/pb/example_test.go
 create mode 100644 vendor/github.com/cheggaaa/pb/format.go
 create mode 100644 vendor/github.com/cheggaaa/pb/format_test.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pb.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pb_appengine.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pb_nix.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pb_solaris.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pb_test.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pb_win.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pb_x.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pool.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pool_win.go
 create mode 100644 vendor/github.com/cheggaaa/pb/pool_x.go
 create mode 100644 vendor/github.com/cheggaaa/pb/reader.go
 create mode 100644 vendor/github.com/cheggaaa/pb/runecount.go
 create mode 100644 vendor/github.com/cheggaaa/pb/runecount_test.go
 create mode 100644 vendor/github.com/cheggaaa/pb/termios_bsd.go
 create mode 100644 vendor/github.com/cheggaaa/pb/termios_nix.go
 copy vendor/github.com/mattn/{go-colorable => go-runewidth}/.travis.yml (61%)
 copy vendor/github.com/mattn/{go-colorable => go-runewidth}/LICENSE (100%)
 create mode 100644 vendor/github.com/mattn/go-runewidth/README.mkd
 create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth.go
 create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_js.go
 create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_posix.go
 create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_test.go
 create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_windows.go

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].

Reply via email to