mischief@delta ~/code/go/src/github.com/coreos/mantle $ git --no-pager show --stat commit eb140084e51ef0e0dc03b973ab4fa34fbf24f73b Author: Nick Owens Date: Tue Dec 22 14:16:35 2015 -0800 network/omaha: add no-op server Godeps/_workspace/src/golang.org/x/net/context/context_test.go | 575 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Godeps/_workspace/src/golang.org/x/net/context/ctxhttp/ctxhttp_test.go | 72 ++++++++++++++++++++ Godeps/_workspace/src/golang.org/x/net/context/withtimeout_test.go | 26 ++++++++ Godeps/_workspace/src/golang.org/x/net/netutil/listen.go | 48 ++++++++++++++ Godeps/_workspace/src/golang.org/x/net/netutil/listen_test.go | 101 ++++++++++++++++++++++++++++ network/omaha/server.go | 125 +++++++++++++++++++++++++++++++++++ network/omaha/server_test.go | 103 +++++++++++++++++++++++++++++ 7 files changed, 1050 insertions(+) mischief@delta ~/code/go/src/github.com/coreos/mantle $ git status rebase in progress; onto 6293e66 You are currently editing a commit while rebasing branch 'omaha' on '6293e66'. (use "git commit --amend" to amend the current commit) (use "git rebase --continue" once you are satisfied with your changes) Untracked files: (use "git add ..." to include in what will be committed) .cache/ bin/ gopath/ kola/tests/rkt/etcd.go lint nothing added to commit but untracked files present (use "git add" to track) mischief@delta ~/code/go/src/github.com/coreos/mantle $ git checkout @^ -- Godeps/_workspace/src/golang.org/x/net mischief@delta ~/code/go/src/github.com/coreos/mantle $ ls -l Godeps/_workspace/src/golang.org/x/net/netutil/listen.go -rw-r--r-- 1 mischief mischief 1123 Dec 23 12:30 Godeps/_workspace/src/golang.org/x/net/netutil/listen.go mischief@delta ~/code/go/src/github.com/coreos/mantle $