Searched defs:commit_file (Results 1 - 1 of 1) sorted by relevance

/ontohub/lib/git_repository/
H A Dcommitting.rb7 commit_file(userinfo, nil, target_path, "Delete file #{target_path}",
13 commit_file(userinfo, File.open(tmp_path, 'rb').read, target_path, message,
18 def commit_file(userinfo, file_contents, target_path, message, &block) method in class:GitRepository

Completed in 7 milliseconds