Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Mislav Marohnić 0300450634 Simplify `make clean` 2017-05-17 13:03:06 +02:00
Pepper Lebeck-Jobe 71fa8dad8f
Upgrade to Go 1.8
The only thing that has substansively changed is that Go 1.8 handles
redirect logic more safely than previous versions. This means we can
drop our special handling to avoid following redirects to other
domains. We were only doing that to protect against the possibility
of leaking auth headers. With Go 1.8, the auth headers are not
forwarded when following a redirect to another domain, so we don't
need our special handling any more.

As long as people are attempting to build with the Makefile, the new
check_go_version script should cause the build to stop if our
collaborators aren't using at least version 1.8 of go.
2017-05-11 13:24:04 +09:00
Johan Walles 2eb3056a8c Rename "review"->"pr"
The current functionality should really be moved to "hub pr checkout".
This is a step on the way.
2017-04-08 10:43:25 +02:00
Johan Walles dc7abb5c12 Add a "hub review" command
It wraps functionality already provided by "hub checkout". The advantage
with "hub review" are twofold:

* Discoverability. It wasn't until I started browsing the hub source
  code that I realized this functionality was present.
* Usability. Just typing the PR number is easier than having to figure
  out its URL.
2017-04-08 10:43:25 +02:00
Mislav Marohnić ef8ac0e2eb Add `make install`
Installs hub binary and man pages into `/usr/local` by default.

Fixes #1291
2016-10-03 20:32:39 +02:00
Mislav Marohnić ce24b1cf7e New `hub sync` command to update local branches
Ported from my bash version over at
370154a5ad/bin/git-sync
2016-09-12 06:29:53 +02:00
Mislav Marohnić f9692485f0 Advertise hub-issue(1) and hub-release(1) in man pages 2016-08-21 14:20:10 +02:00
Mislav Marohnić b2d567df54 Move man pages to `share/man/man1/` 2016-08-21 14:20:10 +02:00
Mislav Marohnić 0fb96e053e Add `hub release show <TAG>` 2016-01-31 18:57:44 +11:00
Mislav Marohnić f74b54aa1b Add `hub help` documentation 2016-01-25 22:32:00 +11:00
Mislav Marohnić fa2ba49207 `make fmt` 2016-01-25 17:14:05 +11:00
Mislav Marohnić 54262e6606 Makefile galore! 2016-01-25 15:58:17 +11:00