Lines Matching full:git
101 "available" => '(which("git") ne "") && (-e ".git")',
103 "git log --no-color --follow --since=\$email_git_since " .
112 "git log --no-color " .
121 "git log --no-color " .
128 "blame_range_cmd" => "git blame -l -L \$diff_start,+\$diff_length \$file",
129 "blame_file_cmd" => "git blame -l \$file",
135 "file_exists_cmd" => "git ls-files \$file",
136 "list_files_cmd" => "git ls-files \$file",
226 'git!' => \$email_git,
227 'git-all-signature-types!' => \$email_git_all_signature_types,
228 'git-blame!' => \$email_git_blame,
229 'git-blame-signatures!' => \$email_git_blame_signatures,
230 'git-fallback!' => \$email_git_fallback,
231 'git-min-signatures=i' => \$email_git_min_signatures,
232 'git-max-maintainers=i' => \$email_git_max_maintainers,
233 'git-min-percent=i' => \$email_git_min_percent,
234 'git-since=s' => \$email_git_since,
373 return grep { $_ !~ /^\.git$/; } @_;
457 # (see man git-shortlog)
552 # of a git format-patch generated file (subject tags, etc...)
564 } elsif (m/^diff --git a\/(\S+) b\/(\S+)\s*$/) {
742 } elsif ($value !~ /^(?:git|quilt|hg)\s+\S/) {
744 } elsif ($value =~ /^git\s+(\S+)(\s+([^\(]+\S+))?/) {
748 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;
1006 --git => include recent git \*-by: signers
1007 --git-all-signature-types => include signers regardless of signature type
1009 --git-fallback => use git when no exact MAINTAINERS pattern (default: $email_git_fallback)
1010 --git-min-signatures => number of signatures required (default: $email_git_min_signatures)
1011 --git-max-maintainers => maximum maintainers to add (default: $email_git_max_maintainers)
1012 --git-min-percent => minimum percentage of commits required (default: $email_git_min_percent)
1013 --git-blame => use git blame to find modified commits for patch or file
1014 --git-blame-signatures => when used with --git-blame, also include all commit signers
1015 --git-since => git history to use (default: $email_git_since)
1017 --interactive => display a menu (mostly useful if used with the --git option)
1025 --roles => show roles (status:subsystem, git-signer, list, etc...)
1051 [--email --tree --nogit --git-fallback --m --r --n --l --multiline
1056 Used with "--git", git signators for _all_ files in and below
1057 directory are examined as git recurses directories.
1062 Used with "--git-blame", does not iterate all files in directory
1063 Using "--git-blame" is slow and may add old committers and authors
1065 Using "--roles" or "--rolestats" with git send-email --cc-cmd or any
1068 Using "--rolestats" and "--git-blame" shows the #/total=% commits,
1072 If git is not installed, but mercurial (hg) is installed and an .hg
1074 --git,
1075 --git-min-signatures, --git-max-maintainers, --git-min-percent, and
1076 --git-blame
1077 Use --hg-since not --git-since to control date selection
1652 warn("Using a git repository produces better results.\n");
1653 warn("Try kvm-unit-tests's latest git repository using:\n");
1654 warn("git clone https://gitlab.com/kvm-unit-tests/kvm-unit-tests\n");
1768 g use git history [$email_git]
1769 gf use git-fallback [$email_git_fallback]
1770 b use git blame [$email_git_blame]
1785 tg toggle git entries
1938 If you have git or hg installed, you can choose to summarize the commit
1957 print STDERR "git-blame can be very slow, please have patience..."