1. 13 6月, 2011 1 次提交
    • M
      replace two dots (`sha1..sha2`) with three in the `compare` command · 670c984e
      Mislav Marohnić 提交于
      GitHub doesn't support ranges with two dots, only three. With these two
      being equivalent in case of linear history, it's generally safe to convert
      the range pasted on the command-line to three dots. This is to avoid
      confusion where GitHub would display a 404 page otherwise.
      
      See "specifying ranges" in the `git-rev-parse` man page.
      
      closes #80
      670c984e
  2. 27 4月, 2011 1 次提交
  3. 25 3月, 2011 1 次提交
  4. 23 3月, 2011 2 次提交
  5. 22 3月, 2011 1 次提交
  6. 21 3月, 2011 2 次提交
  7. 28 12月, 2010 1 次提交
  8. 23 11月, 2010 3 次提交
  9. 07 11月, 2010 2 次提交
  10. 27 7月, 2010 1 次提交
  11. 30 4月, 2010 3 次提交
  12. 27 4月, 2010 2 次提交
  13. 22 4月, 2010 2 次提交
    • M
      create Hub::Context and refactor how hub interacts with git · 743649e9
      Mislav Marohnić 提交于
      Less juggling of constants, more ruby methods. Information that requires
      shelling out (e.g. GitHub username, token, repo name ...) is now loaded
      on demand, meaning no shelling out for commands that don't need it.
      
      Tests are now safer; they are prevented from shelling out to get info.
      All test data is stubbed.
      
      New `github_url` method builds needed URLs while keeping sensible defaults.
      
      Commands that open the browser (`compare`, `browse`) now share a bit of
      underlying implementation and recognize the same flags (`-p`, `-u`).
      743649e9
    • J
      Fix up `hub submodule` · 0089a940
      Justin Ridgewell 提交于
      0089a940
  14. 12 4月, 2010 1 次提交
    • J
      Add "compare" command. · 2155debc
      Joshua Roesslein 提交于
      This command allows you to view a compare view in the browser
      from a START to an END commit.
      
      Example:
        hub compare AWESOME_PATCH...MASTER
      2155debc
  15. 08 4月, 2010 2 次提交
  16. 06 3月, 2010 2 次提交
  17. 24 2月, 2010 1 次提交
  18. 13 2月, 2010 1 次提交
  19. 24 1月, 2010 4 次提交
  20. 25 12月, 2009 2 次提交
  21. 13 12月, 2009 2 次提交
  22. 12 12月, 2009 1 次提交
  23. 11 12月, 2009 1 次提交
  24. 10 12月, 2009 1 次提交