Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: defunkt/github-gem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wfarr/github-gem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 1, 2009

  1. Initial version of a bash completion file for gh

    Completes top level commands for now.
    
    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    866cc04 View commit details
    Browse the repository at this point in the history
  2. Improve top level command matching

     * skip any future options before the command;
     * if a command is matched, don't suggest anything else.
    
    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    b9a4406 View commit details
    Browse the repository at this point in the history
  3. Code reorg:

     * move debug to a new _gh_trace(): enable with environment
       GH_TRACE_TO=/tmp/debug_file and tail -F $GH_TRACE_TO to watch it;
     * completion generation hidden away in _gh_comp(): for future reuse;
     * added util _gh_next_word() to figure out what is the next word in the
       command line skipping over options;
     * prepare for per-command completion rules.
    
    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    5a92492 View commit details
    Browse the repository at this point in the history
  4. Added 'browse' completion

    Completes users and branches.
    
    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    6915ae3 View commit details
    Browse the repository at this point in the history
  5. Added completion for 'clone'

    Only completes the known options, --ssh.
    
    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    501ce9e View commit details
    Browse the repository at this point in the history
  6. Added completion for 'create'

    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    0144e3f View commit details
    Browse the repository at this point in the history
  7. Added utils _gh_comp_opts and _gh_find_subcommand:

     * _gh_comp_opts accepts two lists, words and options. If the partial
       starts with a '-', completes with the options list. If not, uses the
       words list;
     * _gh_find_subcommand searches the command line for a valid subcommand.
    
    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    67eaaf2 View commit details
    Browse the repository at this point in the history
  8. Adds completion for the 'network' command

    This could be improved, but works fine enough for now. See FIXME and TODOs
    in the code.
    
    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    6160ebf View commit details
    Browse the repository at this point in the history
  9. Make the network web subcommand complete with the full list of users

    The command `gh network list` is used to obtain this list.
    
    Still not perfect, see FIXME's
    
    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    1302ce2 View commit details
    Browse the repository at this point in the history
  10. Added completion for 'pull'

    Signed-off-by: Pedro Melo <[email protected]>
    melo committed Oct 1, 2009
    Configuration menu
    Copy the full SHA
    60d2029 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2009

  1. Syntax fixes for 1.9.x

    wfarr committed Nov 11, 2009
    Configuration menu
    Copy the full SHA
    0a33554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    667df0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cafcb84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    339d497 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    326b0c0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of git://github.com/drnic/github-gem

    * 'master' of git://github.com/drnic/github-gem:
      added Dr Nic as one of authors
    wfarr committed Nov 11, 2009
    Configuration menu
    Copy the full SHA
    e8102c8 View commit details
    Browse the repository at this point in the history
  7. Add wfarr to contributors.

    wfarr committed Nov 11, 2009
    Configuration menu
    Copy the full SHA
    7cbfefa View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of git://github.com/melo/github-gem

    * 'master' of git://github.com/melo/github-gem:
      Added completion for 'pull'
      Make the `network web` subcommand complete with the full list of users
      Adds completion for the 'network' command
      Added utils _gh_comp_opts and _gh_find_subcommand:
      Added completion for 'create'
      Added completion for 'clone'
      Added 'browse' completion
      Code reorg:
      Improve top level command matching
      Initial version of a bash completion file for gh
    wfarr committed Nov 11, 2009
    Configuration menu
    Copy the full SHA
    581ea20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7626f73 View commit details
    Browse the repository at this point in the history
  10. Another version bump.

    wfarr committed Nov 11, 2009
    Configuration menu
    Copy the full SHA
    c4354e3 View commit details
    Browse the repository at this point in the history
Loading