Home
last modified time | relevance | path

Searched refs:git_dir (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/release/
Dsearch_related_commits.py147 def _pretty_print_entry(hash, git_dir, pre_text, verbose): argument
149 git_dir,
160 options.git_dir,
168 options.git_dir,
178 options.git_dir,
189 options.git_dir,
Dmergeinfo.py113 sys.exit(print_analysis(options.git_dir, options.hash[0]))
Dtest_search_related_commits.py239 git_dir= self.base_dir,
/external/bouncycastle/
Dimport_bouncycastle.sh161 declare -r git_dir="$1"
166 find "$git_dir" -type f -print0 | while IFS= read -r -d $'\0' file; do
174 touch -d "$file_time" "${target_dir}${file#$git_dir}"
/external/strace/
Dgitlog-to-changelog211 my $git_dir = qx($cmd);
212 defined $git_dir
216 chomp $git_dir;
217 push @res, "--git-dir=$git_dir/.git";
/external/bison/build-aux/
Dgitlog-to-changelog210 my $git_dir = qx($cmd);
211 defined $git_dir
215 chomp $git_dir;
216 push @res, "--git-dir=$git_dir/.git";