Home
last modified time | relevance | path

Searched refs:gitpath (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/gitea/gitea-1.16.5/modules/lfs/
H A Dendpoint.go85 var gitpath string
87 gitpath = path
90 gitpath = filepath.Join(path, ".git")
93 if _, err := os.Stat(gitpath); err == nil {
94 path = gitpath
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/publish-to-maven-central/
H A DCBIaggregator.sh340 gitpath=${2}
346 ${gittag} ${gitpath} \
348 /bin/mv ${gitpath}/src/* assemble/
349 /bin/mv ${gitpath}/META-INF assemble/
350 if [ -d ${gitpath}/OSGI-INF ]
352 /bin/mv ${gitpath}/OSGI-INF assemble/
354 /bin/mv ${gitpath}/about.html assemble/
360 /bin/mv "${gitpath}/${src}" assemble/
363 /bin/rm -rf ${gitpath}
/dports/games/wxlauncher/wxLauncher-release-0.10.0/scripts/
H A Dversion_file_builder.py12 def __init__(self, workfile, outfile, gitpath="git", out=sys.stdout, argument
16 self.gitpath = gitpath
70 datecmd.insert(0, self.gitpath)
87 s.insert(0, self.gitpath)
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/rustsec/src/repository/
H A Dgit.rs5 mod gitpath; module
12 pub use self::{gitpath::GitPath, modification_time::GitModificationTimes};
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/docker/
H A Ddocker-dkbuilder4 gitpath="$1"
16 -v $gitpath:/mnt/data --security-opt \
/dports/www/qutebrowser/qutebrowser-2.4.0/scripts/
H A Dsetupcommon.py41 def _call_git(gitpath, *args): argument
45 cwd=gitpath, check=True,
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/utils/
H A Dversion.py222 gitpath = os.path.join(os.path.dirname(os.path.realpath(__file__)),
227 commit = _git_str_subprocess(gitpath)
237 def _call_git(gitpath: str, *args: str) -> str:
241 cwd=gitpath, check=True,
245 def _git_str_subprocess(gitpath: str) -> Optional[str]:
254 if not os.path.isdir(os.path.join(gitpath, ".git")):
258 commit_hash = _call_git(gitpath, 'describe', '--match=NeVeRmAtCh',
260 date = _call_git(gitpath, 'show', '-s', '--format=%ci', 'HEAD')
261 branch = _call_git(gitpath, 'rev-parse', '--abbrev-ref', 'HEAD')
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
83 if (!backend->gitpath) in packed_reload()
293 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
394 ref_dir = backend->gitpath; in loose_lookup()
780 basedir = backend->gitpath; in loose_lock()
1474 git__free(backend->gitpath); in refdb_fs_backend__free()
2026 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2037 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2054 git_buf_free(&gitpath); in git_refdb_backend_fs()
2090 git_buf_free(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1570 git__free(backend->gitpath); in refdb_fs_backend__free()
2118 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2132 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2149 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2185 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1570 git__free(backend->gitpath); in refdb_fs_backend__free()
2118 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2132 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2149 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2185 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
83 if (!backend->gitpath) in packed_reload()
293 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
406 ref_dir = backend->gitpath; in loose_lookup()
794 basedir = backend->gitpath; in loose_lock()
1517 git__free(backend->gitpath); in refdb_fs_backend__free()
2064 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2078 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2095 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2131 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
83 if (!backend->gitpath) in packed_reload()
293 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
394 ref_dir = backend->gitpath; in loose_lookup()
784 basedir = backend->gitpath; in loose_lock()
1524 git__free(backend->gitpath); in refdb_fs_backend__free()
2077 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2091 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2108 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2144 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1570 git__free(backend->gitpath); in refdb_fs_backend__free()
2118 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2132 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2149 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2185 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
83 if (!backend->gitpath) in packed_reload()
293 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
406 ref_dir = backend->gitpath; in loose_lookup()
794 basedir = backend->gitpath; in loose_lock()
1578 git__free(backend->gitpath); in refdb_fs_backend__free()
2125 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2139 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2156 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2192 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1570 git__free(backend->gitpath); in refdb_fs_backend__free()
2118 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2132 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2149 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2185 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
83 if (!backend->gitpath) in packed_reload()
293 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
406 ref_dir = backend->gitpath; in loose_lookup()
796 basedir = backend->gitpath; in loose_lock()
1534 git__free(backend->gitpath); in refdb_fs_backend__free()
2088 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2102 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2119 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2155 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Drefdb_fs.c59 char *gitpath; member
84 if (!backend->gitpath) in packed_reload()
294 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
407 ref_dir = backend->gitpath; in loose_lookup()
794 basedir = backend->gitpath; in loose_lock()
1534 git__free(backend->gitpath); in refdb_fs_backend__free()
2087 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2098 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2115 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2151 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1570 git__free(backend->gitpath); in refdb_fs_backend__free()
2118 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2132 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2149 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2185 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
83 if (!backend->gitpath) in packed_reload()
293 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
406 ref_dir = backend->gitpath; in loose_lookup()
796 basedir = backend->gitpath; in loose_lock()
1534 git__free(backend->gitpath); in refdb_fs_backend__free()
2088 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2102 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2119 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2155 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
83 if (!backend->gitpath) in packed_reload()
293 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
406 ref_dir = backend->gitpath; in loose_lookup()
794 basedir = backend->gitpath; in loose_lock()
1517 git__free(backend->gitpath); in refdb_fs_backend__free()
2064 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2078 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2095 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2131 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1567 git__free(backend->gitpath); in refdb_fs_backend__free()
2114 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2128 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2145 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2181 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1567 git__free(backend->gitpath); in refdb_fs_backend__free()
2114 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2128 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2145 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2181 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1567 git__free(backend->gitpath); in refdb_fs_backend__free()
2114 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2128 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2145 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2181 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1570 git__free(backend->gitpath); in refdb_fs_backend__free()
2118 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2132 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2149 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2185 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drefdb_fs.c58 char *gitpath; member
112 if (!backend->gitpath) in packed_reload()
322 file_path = full_path->ptr + strlen(backend->gitpath); in _dirent_loose_load()
435 ref_dir = backend->gitpath; in loose_lookup()
826 basedir = backend->gitpath; in loose_lock()
1570 git__free(backend->gitpath); in refdb_fs_backend__free()
2118 git_buf gitpath = GIT_BUF_INIT; in git_refdb_backend_fs() local
2132 if (backend->gitpath == NULL) in git_refdb_backend_fs()
2149 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
2185 git_buf_dispose(&gitpath); in git_refdb_backend_fs()
[all …]

12