1. 03 7月, 2013 6 次提交
  2. 01 7月, 2013 2 次提交
    • D
      add hub commands to `hub help --all` · a549ccfc
      Dave Goodell 提交于
      While exploring the bash-based completion script for zsh, I initially
      implemented this so that the bash script would see the new commands.
      Obviously this didn't work because the completion script invokes the
      real `git` command, not `hub`.  But I think the feature is nice for
      users.
      a549ccfc
    • D
      fix zsh completion · cb9bb13a
      Dave Goodell 提交于
      This `_hub` completion script should correctly wrap modern versions of
      the `_git` scripts distributed by both zsh (native) and git
      (bash-based).  The bash-based version could use a bit more love to
      complete arguments to the actual subcommands.  Right now it can only
      complete the names of the subcommands themselves.
      
      The `compdef` that was previously emitted by `hub alias -s` prevents the
      new `_git` script from working, so it has been eliminated.
      
      Fixes #231
      cb9bb13a
  3. 26 6月, 2013 3 次提交
  4. 21 6月, 2013 3 次提交
  5. 26 5月, 2013 5 次提交
  6. 14 5月, 2013 2 次提交
  7. 13 5月, 2013 4 次提交
  8. 12 5月, 2013 4 次提交
  9. 11 5月, 2013 1 次提交
  10. 10 5月, 2013 1 次提交
  11. 27 4月, 2013 1 次提交
  12. 26 4月, 2013 3 次提交
  13. 25 4月, 2013 4 次提交
  14. 05 4月, 2013 1 次提交