summaryrefslogtreecommitdiff
path: root/launch_here.rb
diff options
context:
space:
mode:
Diffstat (limited to 'launch_here.rb')
-rwxr-xr-xlaunch_here.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch_here.rb b/launch_here.rb
index 7c4b2a5f..118f02ab 100755
--- a/launch_here.rb
+++ b/launch_here.rb
@@ -16,7 +16,7 @@ begin
if File.exists? '.git'
begin
- git_out = `git log -1 --pretty=raw | git name-rev --stdin`.split("\n")
+ git_out = `git log -1 --pretty=raw | git name-rev --annotate-stdin`.split("\n")
commit, branch_spec = git_out.first.scan(/^commit (\S+)(?: \((\S+)\))?$/).first
$version_timestamp = git_out[4].split[-2].to_i
subject = git_out[6].strip rescue ""