1. 21 12月, 2011 1 次提交
    • M
      HUGE project-centric refactoring to support GitHub Enterprise · 06c18ff1
      Mislav Marohnić 提交于
      Add your GH Enterprise host to the list of known hosts:
      
        $ git config --global --add hub.host my.git.org
      
      Configure your username and token for this host:
      
        $ git config --global github."my.git.org".user mislav
        $ git config --global github."my.git.org".token 1234abcd
      
      Now a lot of operations should work for repos that were cloned from "my.git.org".
      
      The default host is still github.com but this can be affected with the
      `GITHUB_HOST` environment variable.
      
        $ GITHUB_HOST=my.git.org git clone myproject
      
      Closes #98
      06c18ff1
  2. 12 12月, 2011 1 次提交
  3. 06 12月, 2011 1 次提交
  4. 03 12月, 2011 1 次提交
  5. 02 12月, 2011 1 次提交
  6. 27 11月, 2011 2 次提交
  7. 24 11月, 2011 5 次提交
  8. 23 11月, 2011 4 次提交
  9. 09 11月, 2011 2 次提交
  10. 27 10月, 2011 2 次提交
  11. 24 10月, 2011 5 次提交
  12. 20 10月, 2011 2 次提交
  13. 19 10月, 2011 3 次提交
  14. 18 6月, 2011 1 次提交
  15. 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
  16. 02 4月, 2011 1 次提交
  17. 30 3月, 2011 1 次提交
  18. 29 3月, 2011 3 次提交
  19. 18 3月, 2011 1 次提交
  20. 17 3月, 2011 2 次提交