Commit Graph

  • 3eb9d5d Fix default comment for Direction in issue lists by Eric Paris 2015-11-24 11:13:49 -0500
  • c9c9f3b ignore EOF error when json decoding empty response by Maksim Zhylinski 2015-11-27 23:28:57 +0300
  • 17b8f05 add Brad Harris as contributor by Will Norris 2015-12-30 08:10:05 -0800
  • 59f41ca adding URL property to Hook struct by Brad Harris 2015-12-17 17:08:02 -0700
  • 2aad27d Merge pull request #139 from bign8/issue_20 by Matt Silverlock 2015-12-29 14:32:19 +0800
  • e5099d7 Fix data race surrounding Client.Rate. by Dmitri Shuralyov 2015-12-28 20:38:37 -0800
  • 82a9c17 Covering change with unit test by Nate Woods 2015-12-26 00:09:21 -0700
  • c329c7d Potential fix for #20 by bign8 2015-12-25 13:16:04 -0700
  • d97f8fd Merge pull request #24 from toothrot/master by Alex Flint 2015-12-10 18:28:22 -0800
  • aea32c9 Range support by Benedikt Lang 2015-12-05 10:49:59 +0100
  • e4e9e19 Fix error when printing usage for multi-value arguments by Alex Rakoczy 2015-12-04 09:59:13 -0500
  • ce5525d Merge pull request #19 from walle/add_default_value_to_usage by Alex Flint 2015-11-26 22:10:36 +1030
  • 44b1ede github: Document all possible values for IssueList{,ByRepo}Options.State. by Dmitri Shuralyov 2015-11-25 23:26:20 -0800
  • 670c7b7 Fix merge conflicts by Fredrik Wallgren 2015-11-22 00:58:27 +0100
  • d45bd45 Display help text for positional arguments by brettlangdon 2015-11-21 18:59:40 -0500
  • b0d37d1 Add default values to usage by Fredrik Wallgren 2015-11-19 14:34:09 +0100
  • 5db9c77 Merge pull request #13 from walle/show_builtin by Alex Flint 2015-11-22 10:04:14 +1030
  • 47f2593 add Russ Cox as contributor by Will Norris 2015-11-20 13:11:25 -0800
  • 603713f github: document and add support for all IssueEvent types by Russ Cox 2015-11-20 15:42:27 -0500
  • bf843a1 Merge pull request #171 from stellar/allow-streaming-tests by Carl Jackson 2015-11-20 12:03:11 -0800
  • 23a88f8 Add `flushWriter` to `mutil.WrapWriter()` by Scott Fleckenstein 2015-11-20 08:29:27 -0800
  • 330a0da Add built ins to options in help output by Fredrik Wallgren 2015-11-11 10:15:57 +0100
  • 09c4160 travis: test 1.5 specifically by Carl Jackson 2015-11-14 21:42:53 -0800
  • 3bdac6d Fix travis by Carl Jackson 2015-11-14 21:40:42 -0800
  • 785fa3f Merge pull request #16 from walle/move_doc by Alex Flint 2015-11-15 11:01:00 +1030
  • be915f8 pattern: export Raw for retrieving original input by Carl Jackson 2015-11-11 13:39:25 -0800
  • c470419 Merge pull request #14 from walle/usage_on_stderr_bug by Alex Flint 2015-11-11 09:34:05 -0800
  • 0f9dfa2 Merge pull request #15 from walle/fix_lint_warning by Alex Flint 2015-11-11 09:33:24 -0800
  • ab43eae Move package documentation to doc.go by Fredrik Wallgren 2015-11-11 14:16:39 +0100
  • d6a447e Fix lint warning by Fredrik Wallgren 2015-11-11 14:08:28 +0100
  • 9c068cf Merge pull request #134 from shurcooL/travis-CI-more-thorough by Matt Silverlock 2015-11-11 18:35:30 +0800
  • df17f4d Fix bug with error not being written to stderr by Fredrik Wallgren 2015-11-11 10:29:01 +0100
  • a49bba8 Merge pull request #10 from walle/fail_to_stderr by Alex Flint 2015-11-09 10:04:37 -0800
  • a6c77a4 Merge pull request #7 from brettlangdon/dev/trailing.whitespace.sqwished by Alex Flint 2015-11-09 09:54:04 -0800
  • 935b2a1 Write usage message to stderr on error by Fredrik Wallgren 2015-11-09 10:27:15 +0100
  • 9a9f155 Travis: Perform gofmt, go vet checks; use race detector during tests. by Dmitri Shuralyov 2015-11-08 17:29:33 -0800
  • 48e889f Merge pull request #133 from mttrs/govet by Matt Silverlock 2015-11-08 13:16:49 +0800
  • 383b8b8 Remove excess trailing whitespace from Usage generation by brettlangdon 2015-11-07 09:39:23 -0500
  • a90bbbc Correct a printf verb type by mitsuteru sawa 2015-11-07 21:34:30 +0900
  • 53364a0 Merge pull request #6 from alexflint/coveralls_badge by Alex Flint 2015-11-04 11:00:56 -0800
  • 239d0c1 add coveralls badge by Alex Flint 2015-11-04 10:58:20 -0800
  • 4ca3652 Merge pull request #5 from alexflint/usage_tests by Alex Flint 2015-11-04 10:56:33 -0800
  • 70c56ef add more tests by Alex Flint 2015-11-04 10:27:17 -0800
  • 16cae5f Merge pull request #4 from alexflint/usage_tests by Alex Flint 2015-11-04 10:04:36 -0800
  • 9111061 add tests for usage info by Alex Flint 2015-11-04 09:47:58 -0800
  • 3bcc30f Merge pull request #3 from alexflint/add_coveralls by Alex Flint 2015-11-04 09:23:10 -0800
  • 6a22722 add coveralls to .travis.yml by Alex Flint 2015-11-04 09:12:41 -0800
  • 5185642 fix note on boolean flags in readme by Alex Flint 2015-11-03 08:15:45 -0800
  • 95bf6f2 fix first example in docs - h/t eric somerlade by Alex Flint 2015-11-01 21:55:52 -0800
  • 60f2612 separate help into WriteUsage and WriteHelp by Alex Flint 2015-11-01 13:53:51 -0800
  • bcb41ba add travis badge by Alex Flint 2015-11-01 13:40:27 -0800
  • 4d271f5 fix float test for go1.4 by Alex Flint 2015-11-01 13:38:04 -0800
  • 8b5a16f fix examples by Alex Flint 2015-11-01 13:36:14 -0800
  • 3ff6f25 remove extra go gets in travis by Alex Flint 2015-11-01 13:26:43 -0800
  • f042ab6 add .travis.yml by Alex Flint 2015-11-01 13:24:35 -0800
  • cd9f518 fix example by Alex Flint 2015-11-01 11:40:09 -0800
  • beede93 added runnable examples by Alex Flint 2015-11-01 11:34:22 -0800
  • 6eb49d4 Add support for 'renamed' issue events. by Dmitri Shuralyov 2015-11-01 02:21:32 -0800
  • 30befae move more stuff over to the parser struct by Alex Flint 2015-11-01 00:13:23 -0700
  • f427e9f added parser struct by Alex Flint 2015-10-31 23:57:26 -0700
  • 026a824 udpate readme by Alex Flint 2015-10-31 19:15:43 -0700
  • b666b30 udpate readme by Alex Flint 2015-10-31 19:15:08 -0700
  • 19d9568 udpate readme by Alex Flint 2015-10-31 19:14:11 -0700
  • 6dc9bbb udpate readme by Alex Flint 2015-10-31 19:13:48 -0700
  • 2ac8f55 udpate readme by Alex Flint 2015-10-31 19:10:13 -0700
  • aa20f7b udpate readme by Alex Flint 2015-10-31 18:51:21 -0700
  • 6582088 udpate readme by Alex Flint 2015-10-31 18:49:20 -0700
  • 04e96c0 udpate readme by Alex Flint 2015-10-31 18:48:38 -0700
  • 22c7347 add README by Alex Flint 2015-10-31 18:46:56 -0700
  • 7e14377 add example.go by Alex Flint 2015-10-31 18:32:43 -0700
  • 76293a5 add usage.go by Alex Flint 2015-10-31 18:32:20 -0700
  • bdbdf03 Merge branch 'master' of github.com:alexflint/go-arg by Alex Flint 2015-10-31 18:31:38 -0700
  • c131173 Initial commit by Alex Flint 2015-10-31 18:30:06 -0700
  • b9ad104 added usage generation by Alex Flint 2015-10-31 18:26:58 -0700
  • 8397a40 positional arguments working by Alex Flint 2015-10-31 17:05:14 -0700
  • 408290f basic first version working by Alex Flint 2015-10-31 16:15:24 -0700
  • 81d0490 use PUT verb when setting org membership by Will Norris 2015-10-26 14:51:30 -0700
  • 84fc804 add Maxime Bury as contributor by Will Norris 2015-10-21 15:34:54 -0700
  • 25b0481 Adding DownloadReleaseAsset by Maxime Bury 2015-06-05 14:28:54 -0400
  • 9420d0f add Chris Broadfoot as contributor by Will Norris 2015-10-14 15:27:12 -0700
  • a68b0c3 Fix typo in ListOrgMembershipsOptions by Chris Broadfoot 2015-10-14 15:25:54 -0700
  • ad4d7a5 Merge pull request #128 from mcasper/typo by Matt Silverlock 2015-10-03 15:26:51 +0800
  • ac3897e Fix a typo in the comments, add a few comment docs by Matt Casper 2015-10-03 00:21:00 -0700
  • 2570a87 Fix typos in docs. by Dmitri Shuralyov 2015-09-29 21:50:10 -0700
  • 0d67682 add Mark McDonald as contributor by Will Norris 2015-09-18 13:48:47 -0700
  • df9ba71 Fixed typo in rate limit test by Mark McDonald 2015-06-15 16:47:59 +1000
  • 1bbee11 add Cami Diez as contributor by Will Norris 2015-09-18 13:46:27 -0700
  • 0a0089e Fixed method name by Cami Diez 2015-06-13 02:47:15 +0800
  • 764a216 add erwinvaneyk as contributor by Will Norris 2015-09-18 13:44:29 -0700
  • c801b65 Added field to NotificationListOptions by erwinvaneyk 2015-06-12 13:40:33 +0200
  • 6f84032 add Yicheng Qin as contributor by Will Norris 2015-09-18 13:38:16 -0700
  • 3ec5f1a update repos example to use RateLimits by Yicheng Qin 2015-08-15 10:00:02 -0700
  • 7715d05 add Francis as contributor by Will Norris 2015-09-18 13:35:14 -0700
  • cf52ab0 update UserListOptions docs by Francis 2015-08-18 10:37:27 +0200
  • 82f0670 add Jihoon Chung as contributor by Will Norris 2015-09-18 13:31:59 -0700
  • 1ee11e5 Fix incorrect URLs for milestone APIs by Jihoon Chung 2015-09-18 21:16:12 +0900
  • 27323da add Omar Jarjur as contributor by Will Norris 2015-09-18 13:28:28 -0700
  • 08bb599 Add comment location fields to the PullRequestComment struct. by Omar Jarjur 2015-09-11 12:42:28 -0700
  • 49c0242 Merge pull request #125 from eastwood/develop by Kamil Kisiel 2015-09-08 09:58:39 -0700
  • 8ae7a23 Fixed documentation from Issue 16 by Clint Ryan 2015-09-08 21:31:30 +1000