Lines Matching defs:git
9 to: :git
16 def git
17 @git ||= GitRepository.new(local_path.to_s)
25 git.commits(*args, &block)
29 git
34 git.destroy
38 commit_oid = git.delete_file(user_info(user), filepath, &block)
47 git.add_file(user_info(user), tmp_file, filepath, message) do |commit_oid|
59 git.add_file(user_info(user), tmp_file, filepath, message) do |commit_oid|
78 git.commit_message(oid)
82 dirpath = git.get_path_of_dir(oid, path)
83 git.entries_info(oid,dirpath)
87 git.changed_files(commit_id(oid)[:oid])
98 {email: Settings.git.fallbacks.committer_email,
99 name: Settings.git.fallbacks.committer_name}