lib/rugged/commit.rb in rugged-0.25.0b10 vs lib/rugged/commit.rb in rugged-0.25.0

- old
+ new

@@ -1,4 +1,9 @@ +# Copyright (C) the Rugged contributors. All rights reserved. +# +# This file is part of Rugged, distributed under the MIT license. +# For full terms see the included LICENSE file. + module Rugged class Commit def self.prettify_message(msg, strip_comments = true) Rugged::prettify_message(msg, strip_comments)