1. 27 9月, 2015 1 次提交
  2. 29 6月, 2015 1 次提交
  3. 13 6月, 2015 3 次提交
  4. 10 6月, 2015 2 次提交
  5. 05 6月, 2015 1 次提交
    • M
      Fix parsing arguments for `browse` command · d45511c7
      Mislav Marohnić 提交于
      After `browse` was indicated as "GitExtension: false", it now gets
      automatically parsed by pflag library. That has an adverse effect that
      it loses information about the `--` value being passed, since pflag
      treats it as terminator value and swallows it silently.
      
      Now, introduce the `args.Terminator` property to check if terminator was
      present or not, and use that in `browse` to restore previous behavior.
      d45511c7
  6. 04 6月, 2015 1 次提交
  7. 03 6月, 2015 6 次提交
  8. 02 6月, 2015 1 次提交
  9. 22 5月, 2015 2 次提交
  10. 14 5月, 2015 1 次提交
  11. 23 4月, 2015 2 次提交
  12. 14 4月, 2015 2 次提交
  13. 13 4月, 2015 2 次提交
  14. 07 4月, 2015 5 次提交
  15. 03 4月, 2015 1 次提交
  16. 02 4月, 2015 1 次提交
  17. 04 3月, 2015 2 次提交
  18. 26 2月, 2015 3 次提交
  19. 25 2月, 2015 1 次提交
  20. 23 2月, 2015 1 次提交
    • M
      Avoid using "label" field when parsing PR response · 9ecd8404
      Mislav Marohnić 提交于
      To obtain the owner/fork-name combo, instead of reading it from "label"
      field from the PR response simply read from `Head.Ref` and
      `Head.Repo.Owner.Name` instead. This is because label is meant to be
      human-readable, isn't well-documented in GitHub API docs and is unclear
      when it contains two components (delimited by `:`) and when it contains
      only one.
      9ecd8404
  21. 21 2月, 2015 1 次提交