Skip to content

Commit

Permalink
Name the merge with the station name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Nutt authored and Michael Nutt committed Aug 3, 2009
1 parent 188b65b commit 385b867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/create_git.rb
Expand Up @@ -37,7 +37,7 @@
line.stations.each do |station|
if(station.commit)
puts " merging with #{station.commit}"
`cd #{GIT_DIR} && git merge #{station.commit}`
`cd #{GIT_DIR} && git merge #{station.commit} -m "#{station.name}"`
else
puts " adding #{station.name}"
output = `cd #{GIT_DIR} && echo "#{station.name}" > #{line.name}_line && git add #{line.name}_line && git commit -m "#{station.name}"`
Expand Down

0 comments on commit 385b867

Please sign in to comment.