class Object
Constants
- COMMIT_DELIMITER
– Parse commits –
- FIELD_DELIMITER
Public Instance Methods
print_header()
click to toggle source
# File bin/git-game, line 9 def print_header puts "----------------------------------------------------------" puts " THE GIT GAME " puts "----------------------------------------------------------" puts "Welcome! The goal of the git game is to guess committers" puts "based on their commit messages.\n\n" end
print_help()
click to toggle source
# File bin/git-game, line 17 def print_help puts "----------------------------------------------------------" puts " USAGE " puts "----------------------------------------------------------" puts "git game [extra git log options]" puts "EX: git game --after={2014-08-08}" puts "(This script already uses --no-merges and --pretty." puts "For more valid options see: http://gitref.org/inspect/)" end