Lines Matching refs:git
20 BEGIN { struct( git => '$', last_tag => '$', opt => '%', original_stdout => '$' ) }
46 my $git = Git::Wrapper->new(".");
50 unless eval { $git->show($git_id); 1 };
52 ($git_id) = $git->describe;
55 my $gdt = $class->new( git => $git, last_tag => $git_id, opt => \%opt );
201 $self->git->notes('edit', '-F', "$tempfh", $id);
238 my @commits = $self->git->log($self->last_tag . "..HEAD");
239 $_ = Git::Wrapper::XLog->from_log($_, $self->git) for @commits;
252 my @diff = $self->git->show({ stat => 1, p => 1 }, $log->id);
330 my @files = $self->git->diff_tree({r => 1, abbrev => 1}, $log->id);
788 my ($class, $log, $git) = @_;
796 my ($short) = $git->rev_parse({short => 1}, $log->id);