Explanation for ahead code

This commit is contained in:
Nathan Broadbent
2012-08-13 01:33:37 +12:00
parent 4543884aa6
commit 98dc23a529

View File

@@ -68,8 +68,7 @@ exit if @changes.size > ENV["gs_max_changes"].to_i
# Counter for env variables
@e = 0
# Heading
# Show how many commits ahead we are from origin
ahead = @ahead ? " #{@c[:dark]}| #{@c[:new]}+#{@ahead}#{@c[:rst]}" : ""