diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/examples/brew-pull.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-pull.rb b/Library/Contributions/examples/brew-pull.rb index 544645486..d96811b6f 100755 --- a/Library/Contributions/examples/brew-pull.rb +++ b/Library/Contributions/examples/brew-pull.rb @@ -38,7 +38,7 @@ HOMEBREW_REPOSITORY.cd do issue = urlmatch[2] if issue ohai "Patch closes issue ##{issue}" - message = `git log #{revision}.. --format=%B` + message = `git log HEAD^.. --format=%B` # If this is a pull request, append a close message. if !message.include? 'Closes #' |
