Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Add support for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM authored and shubhamshuklaer committed Apr 20, 2016
1 parent 5abbfb5 commit 73e252d
Show file tree
Hide file tree
Showing 18 changed files with 2,390 additions and 148 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ task :build do
lib/ghi/web.rb
lib/ghi/commands.rb
lib/ghi/commands/command.rb
lib/ghi/commands/aliases.rb
lib/ghi/commands/assign.rb
lib/ghi/commands/close.rb
lib/ghi/commands/comment.rb
Expand All @@ -25,6 +26,14 @@ task :build do
lib/ghi/commands/open.rb
lib/ghi/commands/show.rb
lib/ghi/commands/status.rb
lib/ghi/commands/pull.rb
lib/ghi/commands/pull/close.rb
lib/ghi/commands/pull/create.rb
lib/ghi/commands/pull/edit.rb
lib/ghi/commands/pull/fetch.rb
lib/ghi/commands/pull/merge.rb
lib/ghi/commands/pull/show.rb
lib/ghi/commands/pull/diff.rb
bin/ghi
)
files = FileList[*manifest]
Expand Down

0 comments on commit 73e252d

Please sign in to comment.