summaryrefslogtreecommitdiffstats
path: root/lib/git.rb
blob: 8d5c79f993094c233222e8ecbcd6dc07374e8b0a (plain)
1
2
3
4
5
6
7

# Add the directory containing this file to the start of the load path if it
# isn't there already.
$:.unshift(File.dirname(__FILE__)) unless
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))