Lines Matching full:git

84     "available" => '(which("git") ne "") && (-e ".git")',
86 "git log --no-color --follow --since=\$email_git_since " .
94 "git log --no-color " .
102 "git log --no-color " .
108 "blame_range_cmd" => "git blame -l -L \$diff_start,+\$diff_length \$file",
109 "blame_file_cmd" => "git blame -l \$file",
171 'git!' => \$email_git,
172 'git-all-signature-types!' => \$email_git_all_signature_types,
173 'git-blame!' => \$email_git_blame,
174 'git-blame-signatures!' => \$email_git_blame_signatures,
175 'git-fallback!' => \$email_git_fallback,
176 'git-min-signatures=i' => \$email_git_min_signatures,
177 'git-max-maintainers=i' => \$email_git_max_maintainers,
178 'git-min-percent=i' => \$email_git_min_percent,
179 'git-since=s' => \$email_git_since,
319 # (see man git-shortlog)
417 # of a git format-patch generated file (subject tags, etc...)
713 --git => include recent git \*-by: signers
714 --git-all-signature-types => include signers regardless of signature type
716 --git-fallback => use git when no exact MAINTAINERS pattern (default: $email_git_fallback)
717 --git-min-signatures => number of signatures required (default: $email_git_min_signatures)
718 --git-max-maintainers => maximum maintainers to add (default: $email_git_max_maintainers)
719 --git-min-percent => minimum percentage of commits required (default: $email_git_min_percent)
720 --git-blame => use git blame to find modified commits for patch or file
721 --git-since => git history to use (default: $email_git_since)
723 --interactive => display a menu (mostly useful if used with the --git option)
730 --roles => show roles (status:subsystem, git-signer, list, etc...)
752 [--email --nogit --git-fallback --m --r --n --l --multiline --pattern-depth=0
757 Used with "--git", git signators for _all_ files in and below
758 directory are examined as git recurses directories.
763 Used with "--git-blame", does not iterate all files in directory
764 Using "--git-blame" is slow and may add old committers and authors
766 Using "--roles" or "--rolestats" with git send-email --cc-cmd or any
769 Using "--rolestats" and "--git-blame" shows the #/total=% commits,
773 If git is not installed, but mercurial (hg) is installed and an .hg
775 --git,
776 --git-min-signatures, --git-max-maintainers, --git-min-percent, and
777 --git-blame
778 Use --hg-since not --git-since to control date selection
1379 warn("Using a git repository produces better results.\n");
1380 warn("Try latest git repository using:\n");
1381 warn("git clone https://gitlab.com/qemu-project/qemu.git\n");
1469 g use git history [$email_git]
1470 gf use git-fallback [$email_git_fallback]
1471 b use git blame [$email_git_blame]
1486 tg toggle git entries
1639 If you have git or hg installed, you can choose to summarize the commit
1658 print STDERR "git-blame can be very slow, please have patience..."