OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:git_dir
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/gn/build/
write_vcsrevision.py
45
git_dir
= subprocess.check_output(
48
if not os.path.isdir(
git_dir
):
49
print('.git dir not found at "%s"' %
git_dir
, file=sys.stderr)
54
cwd=
git_dir
, shell=use_shell).decode().strip()
57
cwd=
git_dir
, shell=use_shell).decode().strip()
78
os.path.relpath(os.path.join(
git_dir
, 'logs', 'HEAD'),
/src/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog
228
my $
git_dir
= qx($cmd);
229
defined $
git_dir
233
chomp $
git_dir
;
234
push @res, "--git-dir=$
git_dir
/.git";
/src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog
228
my $
git_dir
= qx($cmd);
229
defined $
git_dir
233
chomp $
git_dir
;
234
push @res, "--git-dir=$
git_dir
/.git";
/src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py
1319
self.gitdir = normpath(self.git.rev_parse(
git_dir
=True), cwd=self._orig_path)
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026