Skip to content

Commit

Permalink
fix for cherry-pick level
Browse files Browse the repository at this point in the history
Because of the way init_from_level works with the .githug folder

Combined with having a README.md in the folder and the root

A stash is required
  • Loading branch information
Gary Rennie committed May 6, 2012
1 parent ff68d64 commit e6fda83
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions levels/cherry-pick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

setup do
init_from_level
`git stash` #fix for README.md being in githug root an the level
end

solution do
Expand Down
Empty file modified levels/cherry-pick/.githug/hooks/applypatch-msg.sample
100755 → 100644
Empty file.
Empty file modified levels/cherry-pick/.githug/hooks/commit-msg.sample
100755 → 100644
Empty file.
Empty file modified levels/cherry-pick/.githug/hooks/post-update.sample
100755 → 100644
Empty file.
Empty file modified levels/cherry-pick/.githug/hooks/pre-applypatch.sample
100755 → 100644
Empty file.
Empty file modified levels/cherry-pick/.githug/hooks/pre-commit.sample
100755 → 100644
Empty file.
Empty file modified levels/cherry-pick/.githug/hooks/pre-rebase.sample
100755 → 100644
Empty file.
Empty file modified levels/cherry-pick/.githug/hooks/prepare-commit-msg.sample
100755 → 100644
Empty file.
Empty file modified levels/cherry-pick/.githug/hooks/update.sample
100755 → 100644
Empty file.
Binary file modified levels/cherry-pick/.githug/index
Binary file not shown.

0 comments on commit e6fda83

Please sign in to comment.