1. 21 2月, 2018 1 次提交
  2. 17 10月, 2017 1 次提交
    • Z
      Ensure that _git completion func is replaced only once. · e723a635
      Zaven Muradyan 提交于
      This allows the completion script to be sourced more than once while
      still behaving correctly. Previously, the script would attempt to
      replace `__git_list_all_commands` blindly, which would yield
      multiply-replaced calls like
      `__git_list_all_commands_without_hub_without_hub`.
      e723a635
  3. 06 2月, 2017 3 次提交
  4. 05 2月, 2017 1 次提交
  5. 23 1月, 2017 2 次提交
  6. 05 3月, 2016 1 次提交
  7. 18 10月, 2015 1 次提交
  8. 14 10月, 2015 2 次提交
  9. 07 8月, 2015 1 次提交
  10. 12 11月, 2013 1 次提交
  11. 03 7月, 2013 5 次提交
  12. 01 7月, 2013 1 次提交
    • 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
  13. 21 3月, 2012 1 次提交