Lines Matching refs:git
49 # Handles git-diff patches (without binary changes) created at the top-level directory
59 # Handle git-diff patches with binary delta
115 '.git' => 1,
136 if (!defined($indexPath) && m#^diff --git \w/#) {
176 # How do we handle Git patches applied to an SVN checkout here?
214 # Git will ignore the add, but re-adding large directories can be sloooow.
369 # Git binary change
416 # This could be made into a more general "status" call, except svn and git
425 my $gitOutput = `git diff-index --name-status HEAD -- $path`;
443 `git ls-files --error-unmatch -- $path`;
456 system("git", "add", $destination) == 0 or die "Failed to git add $destination.";
466 system("git", "add", $path) == 0 or die "Failed to git add $path.";
484 system("git", "rm", "--force", $path) == 0 or die "Failed to git rm --force $path.";