Lines Matching refs:git

117     "available" => '(which("git") ne "") && (-e ".git")',
119 "git log --no-color --follow --since=\$email_git_since " .
128 "git log --no-color " .
137 "git log --no-color " .
144 "blame_range_cmd" => "git blame -l -L \$diff_start,+\$diff_length \$file",
145 "blame_file_cmd" => "git blame -l \$file",
151 "file_exists_cmd" => "git ls-files \$file",
152 "list_files_cmd" => "git ls-files \$file",
242 'git!' => \$email_git,
243 'git-all-signature-types!' => \$email_git_all_signature_types,
244 'git-blame!' => \$email_git_blame,
245 'git-blame-signatures!' => \$email_git_blame_signatures,
246 'git-fallback!' => \$email_git_fallback,
247 'git-chief-penguins!' => \$email_git_penguin_chiefs,
248 'git-min-signatures=i' => \$email_git_min_signatures,
249 'git-max-maintainers=i' => \$email_git_max_maintainers,
250 'git-min-percent=i' => \$email_git_min_percent,
251 'git-since=s' => \$email_git_since,
395 return grep { $_ !~ /^\.git$/; } @_;
479 # (see man git-shortlog)
574 # of a git format-patch generated file (subject tags, etc...)
586 } elsif (m/^diff --git a\/(\S+) b\/(\S+)\s*$/) {
764 } elsif ($value !~ /^(?:git|quilt|hg)\s+\S/) {
766 } elsif ($value =~ /^git\s+(\S+)(\s+([^\(]+\S+))?/) {
770 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;
1042 --git => include recent git \*-by: signers
1043 --git-all-signature-types => include signers regardless of signature type
1045 --git-fallback => use git when no exact MAINTAINERS pattern (default: $email_git_fallback)
1046 --git-chief-penguins => include ${penguin_chiefs}
1047 --git-min-signatures => number of signatures required (default: $email_git_min_signatures)
1048 --git-max-maintainers => maximum maintainers to add (default: $email_git_max_maintainers)
1049 --git-min-percent => minimum percentage of commits required (default: $email_git_min_percent)
1050 --git-blame => use git blame to find modified commits for patch or file
1051 --git-blame-signatures => when used with --git-blame, also include all commit signers
1052 --git-since => git history to use (default: $email_git_since)
1054 --interactive => display a menu (mostly useful if used with the --git option)
1062 --roles => show roles (status:subsystem, git-signer, list, etc...)
1088 [--email --tree --nogit --git-fallback --m --r --n --l --multiline
1093 Used with "--git", git signators for _all_ files in and below
1094 directory are examined as git recurses directories.
1099 Used with "--git-blame", does not iterate all files in directory
1100 Using "--git-blame" is slow and may add old committers and authors
1102 Using "--roles" or "--rolestats" with git send-email --cc-cmd or any
1105 Using "--rolestats" and "--git-blame" shows the #/total=% commits,
1109 If git is not installed, but mercurial (hg) is installed and an .hg
1111 --git,
1112 --git-min-signatures, --git-max-maintainers, --git-min-percent, and
1113 --git-blame
1114 Use --hg-since not --git-since to control date selection
1724 warn("Using a git repository produces better results.\n");
1725 warn("Try Linus Torvalds' latest git repository using:\n");
1726 warn("git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git\n");
1840 g use git history [$email_git]
1841 gf use git-fallback [$email_git_fallback]
1842 b use git blame [$email_git_blame]
1857 tg toggle git entries
2010 If you have git or hg installed, you can choose to summarize the commit
2029 print STDERR "git-blame can be very slow, please have patience..."