1. 498658d build: Add device-side support for the AOSP. by Igor Murashkin · 8 years ago int/n/fp2
  2. 7f95581 Merge remote-tracking branch 'goog/master' into nyc-dev by Igor Murashkin · 8 years ago
  3. 5321f6f build: Add support for building jcommander within the AOSP (host only). by Igor Murashkin · 8 years ago
  4. 62ca948 android: Add project metadata by Igor Murashkin · 8 years ago
  5. 6d080bb Merge branch 'upstream-master' by Igor Murashkin · 8 years ago
  6. b399436 Initial empty repository by Bill Yi · 8 years ago
  7. 14fbe2b [maven-release-plugin] prepare release jcommander-1.48 by Cedric Beust · 9 years ago
  8. 03becf5 Merge pull request #228 from mar-kolya/parameter-exception-description-and-cause by Cedric Beust · 9 years ago
  9. e47fce5 Allow users to create ParameterException with description and cause by Nikolay Martynov · 9 years ago
  10. d9c0acc Merge pull request #219 from TKlerx/master by Cedric Beust · 9 years ago
  11. cea0c16 Added enum constants to usage output by TKlerx · 9 years ago
  12. 495a006 Added default converters for Path, URI and URL by TKlerx · 9 years ago
  13. 78c4431 Merge pull request #189 from samvv/master by Cedric Beust · 9 years ago
  14. 6c86beb Doc. by Cedric Beust · 9 years ago
  15. bb73fda Doc update. by Cedric Beust · 9 years ago
  16. 7df4020 Merge pull request #205 from boillodmanuel/issue200 by Cedric Beust · 9 years ago
  17. 616b96d [maven-release-plugin] prepare for next development iteration by Cedric Beust · 9 years ago
  18. 7e7bb2f [maven-release-plugin] prepare release jcommander-1.47 by Cedric Beust · 9 years ago
  19. 99236c7 Updated Nexus site name by Cedric Beust · 9 years ago
  20. 1a568c9 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 9 years ago
  21. fe30bab [maven-release-plugin] prepare release jcommander-1.46 by Cedric Beust · 9 years ago
  22. 34760d6 Build script by Cedric Beust · 9 years ago
  23. fb7a1a7 fix for issue200 Incorrect usage() formatting with single long options by Manuel Boillod · 10 years ago
  24. 6870ba8 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 10 years ago
  25. 878419e [maven-release-plugin] prepare release jcommander-1.45 by Cedric Beust · 10 years ago
  26. c5f6332 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 10 years ago
  27. 9d95b9d [maven-release-plugin] prepare for next development iteration by Cedric Beust · 10 years ago
  28. 9f22487 [maven-release-plugin] prepare release jcommander-1.44 by Cedric Beust · 10 years ago
  29. db6d66d Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 10 years ago
  30. db2b193 Repo. by Cedric Beust · 10 years ago
  31. f4bb929 Repo. by Cedric Beust · 10 years ago
  32. b786cb2 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 10 years ago
  33. 0c5c5e9 [maven-release-plugin] prepare release jcommander-1.42 by Cedric Beust · 10 years ago
  34. 12b5152 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 10 years ago
  35. e37d580 [maven-release-plugin] prepare release jcommander-1.41 by Cedric Beust · 10 years ago
  36. 85b0cd1 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 10 years ago
  37. 3aeccc9 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 10 years ago
  38. 9d79877 [maven-release-plugin] prepare release jcommander-1.39 by Cedric Beust · 10 years ago
  39. 780c860 Release. by Cedric Beust · 10 years ago
  40. b2fd6c2 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 10 years ago
  41. 006e021 [maven-release-plugin] prepare release jcommander-1.37 by Cedric Beust · 10 years ago
  42. f5bc650 Preparing release. by Cedric Beust · 10 years ago
  43. 460b51f Fix enumArgsFail. by Cedric Beust · 10 years ago
  44. e217da3 Fix --. by Cedric Beust · 10 years ago
  45. c9dad40 Merge pull request #202 from chilinglam/master by Cedric Beust · 10 years ago
  46. 84d3732 propagate m_acceptUnknownOptions to addCommand by chilinglam · 10 years ago
  47. 2fe1651 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 10 years ago
  48. 2a1c82b Doc update by Cedric Beust · 10 years ago
  49. 7429001 Merge pull request #191 from jconwell/master by Cedric Beust · 10 years ago
  50. de233b1 Merge pull request #199 from helllth/master by Cedric Beust · 10 years ago
  51. 9d7035d add possibility to allow parameter overwriting (and even disallowing it for certain parameters) by helllth · 10 years ago
  52. 55e9949 add the possibility to have # comments in a @file by helllth · 10 years ago
  53. 44ef916 Adding functionality that allows commands to be hidden from usage output by John Conwell · 10 years ago
  54. b55abbb Aligned indentation with rest of the code by Sam Vervaeck · 10 years ago
  55. 3899d47 Added support for Java NIO Paths by Sam Vervaeck · 10 years ago
  56. 495398d Added support for URI parameters by Sam Vervaeck · 10 years ago
  57. d9bec53 Added support for URL parameters by Sam Vervaeck · 10 years ago
  58. 649895b Merge pull request #188 from madrob/master by Cedric Beust · 10 years ago
  59. a944e22 Broke parsing of -- by Mike Drob · 10 years ago
  60. df883e8 Added another test for using '--' by Mike Drob · 10 years ago
  61. 7c5bf86 Support for "--". by Cedric Beust · 10 years ago
  62. 65d47c3 Merge pull request #161 from jmassenet/issue_console by Cedric Beust · 10 years ago
  63. 90fc116 Merge pull request #185 from Kloudtek/master by Cedric Beust · 10 years ago
  64. aa87f58 Fixes #184 Bug in enum parsing by Yannick Menager · 10 years ago
  65. ecd7bf5 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 10 years ago
  66. 480c8c2 [maven-release-plugin] prepare release jcommander-1.35 by Cedric Beust · 10 years ago
  67. 996047c [maven-release-plugin] prepare for next development iteration by Cedric Beust · 10 years ago
  68. 0b9a570 [maven-release-plugin] prepare release jcommander-1.34 by Cedric Beust · 10 years ago
  69. acdb150 Preparing next release. by Cedric Beust · 10 years ago
  70. 4650aa0 Merge pull request #182 from andylaw/master by Cedric Beust · 10 years ago
  71. 2a4eef2 Fixed the copyright notice in the test class file by Andy Law · 10 years ago
  72. 04e646f Fixed problem whereby Parameters returning Lists and with alternate names were being reset on the first use of an alternate name. Added test to ensure correct behaviour. by Andy Law · 10 years ago
  73. 39cd44f Merge pull request #176 from brasseld/master by Cedric Beust · 10 years ago
  74. 3cadec1 Typo error in documentation by David BRASSELY · 10 years ago
  75. 89820cc Donations by Cedric Beust · 10 years ago
  76. f3be816 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 11 years ago
  77. 58d47ed [maven-release-plugin] prepare release jcommander-1.32 by Cedric Beust · 11 years ago
  78. 43d5ef7 pom.xml by Cedric Beust · 11 years ago
  79. c329966 pom by Cedric Beust · 11 years ago
  80. caa49a6 Build update by Cedric Beust · 11 years ago
  81. d627b35 Do not close System.in when using DefaultConsole by Julien Massenet · 11 years ago
  82. 33dcbc6 Merge pull request #157 from mikedrob/quotes by Cedric Beust · 11 years ago
  83. b243544 bugfix to address quoted main params by Mike Drob · 11 years ago
  84. fa793cd test to reproduce bug with quoted main parameters by Mike Drob · 11 years ago
  85. 25fbea8 added test for quotes by Mike Drob · 11 years ago
  86. e014aa0 Doc update. by Cedric Beust · 11 years ago
  87. 2a135d9 Merge pull request #146 from kjpoalses/master by Cedric Beust · 11 years ago
  88. 74678a3 New: @Parameters can now be used with cglib proxies by kjpoalses · 11 years ago
  89. e96931e Wrong file. by Cedric Beust · 12 years ago
  90. cf62891 New test. by Cedric Beust · 12 years ago
  91. 07e332d Fixed: GITHUB-137: Main parameters with a default value should be overridden if a main parameter is specified by Cedric Beust · 12 years ago
  92. d5490aa Fixed: GITHUB-107: Allow enum values without converting them to uppercase. by Cedric Beust · 12 years ago
  93. 2e7ae2b Merge pull request #142 from Vanuan/master by Cedric Beust · 12 years ago
  94. 20a8ea0 Update the CHANGELOG due to 1.30 release by John Yani · 12 years ago
  95. bb1537f [maven-release-plugin] prepare for next development iteration by Cedric Beust · 12 years ago
  96. f336017 [maven-release-plugin] prepare release jcommander-1.30 by Cedric Beust · 12 years ago
  97. 2f52ed8 Merge pull request #141 from Vanuan/master by Cedric Beust · 12 years ago
  98. 5d2a345 Fix the CHANGELOG by John Yani · 12 years ago
  99. 6575612 Merge pull request #139 from Vanuan/master by Cedric Beust · 12 years ago
  100. 30931bb Doc clarification. by Cedric Beust · 12 years ago