-
Notifications
You must be signed in to change notification settings - Fork 189
Comparing changes
Open a pull request
base repository: defunkt/github-gem
base: master
head repository: wfarr/github-gem
compare: master
- 20 commits
- 9 files changed
- 2 contributors
Commits on Oct 1, 2009
-
Initial version of a bash completion file for gh
Completes top level commands for now. Signed-off-by: Pedro Melo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 866cc04 - Browse repository at this point
Copy the full SHA 866cc04View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b9a4406 - Browse repository at this point
Copy the full SHA b9a4406View commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 5a92492 - Browse repository at this point
Copy the full SHA 5a92492View commit details -
Completes users and branches. Signed-off-by: Pedro Melo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6915ae3 - Browse repository at this point
Copy the full SHA 6915ae3View commit details -
Only completes the known options, --ssh. Signed-off-by: Pedro Melo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 501ce9e - Browse repository at this point
Copy the full SHA 501ce9eView commit details -
Signed-off-by: Pedro Melo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0144e3f - Browse repository at this point
Copy the full SHA 0144e3fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 67eaaf2 - Browse repository at this point
Copy the full SHA 67eaaf2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6160ebf - Browse repository at this point
Copy the full SHA 6160ebfView commit details -
Make the
network websubcommand complete with the full list of usersThe command `gh network list` is used to obtain this list. Still not perfect, see FIXME's Signed-off-by: Pedro Melo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1302ce2 - Browse repository at this point
Copy the full SHA 1302ce2View commit details -
Signed-off-by: Pedro Melo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60d2029 - Browse repository at this point
Copy the full SHA 60d2029View commit details
Commits on Nov 11, 2009
-
Configuration menu - View commit details
-
Copy full SHA for 0a33554 - Browse repository at this point
Copy the full SHA 0a33554View commit details -
Configuration menu - View commit details
-
Copy full SHA for 667df0b - Browse repository at this point
Copy the full SHA 667df0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cafcb84 - Browse repository at this point
Copy the full SHA cafcb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 339d497 - Browse repository at this point
Copy the full SHA 339d497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326b0c0 - Browse repository at this point
Copy the full SHA 326b0c0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e8102c8 - Browse repository at this point
Copy the full SHA e8102c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cbfefa - Browse repository at this point
Copy the full SHA 7cbfefaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 581ea20 - Browse repository at this point
Copy the full SHA 581ea20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7626f73 - Browse repository at this point
Copy the full SHA 7626f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4354e3 - Browse repository at this point
Copy the full SHA c4354e3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master