Home
last modified time | relevance | path

Searched refs:has_dotgit (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/cgit/cgit-1.2.3/git/
H A Dfsck.c580 int has_dotgit = 0; in fsck_tree() local
609 has_dotgit |= is_hfs_dotgit(name) || is_ntfs_dotgit(name); in fsck_tree()
625 has_dotgit |= is_ntfs_dotgit(backslash); in fsck_tree()
693 if (has_dotgit) in fsck_tree()
/dports/devel/git-svn/git-2.34.1/
H A Dfsck.c571 int has_dotgit = 0; in fsck_tree() local
603 has_dotgit |= is_hfs_dotgit(name) || is_ntfs_dotgit(name); in fsck_tree()
638 has_dotgit |= is_ntfs_dotgit(backslash); in fsck_tree()
722 if (has_dotgit) in fsck_tree()
/dports/devel/git-gui/git-2.34.1/
H A Dfsck.c571 int has_dotgit = 0; in fsck_tree() local
603 has_dotgit |= is_hfs_dotgit(name) || is_ntfs_dotgit(name); in fsck_tree()
638 has_dotgit |= is_ntfs_dotgit(backslash); in fsck_tree()
722 if (has_dotgit) in fsck_tree()
/dports/devel/git-p4/git-2.34.1/
H A Dfsck.c571 int has_dotgit = 0; in fsck_tree() local
603 has_dotgit |= is_hfs_dotgit(name) || is_ntfs_dotgit(name); in fsck_tree()
638 has_dotgit |= is_ntfs_dotgit(backslash); in fsck_tree()
722 if (has_dotgit) in fsck_tree()
/dports/devel/git/git-2.34.1/
H A Dfsck.c571 int has_dotgit = 0; in fsck_tree() local
603 has_dotgit |= is_hfs_dotgit(name) || is_ntfs_dotgit(name); in fsck_tree()
638 has_dotgit |= is_ntfs_dotgit(backslash); in fsck_tree()
722 if (has_dotgit) in fsck_tree()
/dports/devel/git-cvs/git-2.34.1/
H A Dfsck.c571 int has_dotgit = 0; in fsck_tree() local
603 has_dotgit |= is_hfs_dotgit(name) || is_ntfs_dotgit(name); in fsck_tree()
638 has_dotgit |= is_ntfs_dotgit(backslash); in fsck_tree()
722 if (has_dotgit) in fsck_tree()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Drepository.c1867 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
1903 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
1904 if (has_dotgit) in repo_init_directories()
1914 } else if (has_dotgit) { in repo_init_directories()
1930 has_dotgit && in repo_init_directories()
1949 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
1973 has_dotgit) in repo_init_directories()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drepository.c1989 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2025 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2026 if (has_dotgit) in repo_init_directories()
2036 } else if (has_dotgit) { in repo_init_directories()
2052 has_dotgit && in repo_init_directories()
2071 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2095 has_dotgit) in repo_init_directories()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Drepository.c1985 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2021 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2022 if (has_dotgit) in repo_init_directories()
2032 } else if (has_dotgit) { in repo_init_directories()
2048 has_dotgit && in repo_init_directories()
2067 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2091 has_dotgit) in repo_init_directories()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Drepository.c1939 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
1975 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
1976 if (has_dotgit) in repo_init_directories()
1986 } else if (has_dotgit) { in repo_init_directories()
2002 has_dotgit && in repo_init_directories()
2021 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2045 has_dotgit) in repo_init_directories()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Drepository.c1908 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
1944 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
1945 if (has_dotgit) in repo_init_directories()
1955 } else if (has_dotgit) { in repo_init_directories()
1971 has_dotgit && in repo_init_directories()
1990 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2014 has_dotgit) in repo_init_directories()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Drepository.c1939 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
1975 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
1976 if (has_dotgit) in repo_init_directories()
1986 } else if (has_dotgit) { in repo_init_directories()
2002 has_dotgit && in repo_init_directories()
2021 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2045 has_dotgit) in repo_init_directories()
/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 Drepository.c1985 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2021 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2022 if (has_dotgit) in repo_init_directories()
2032 } else if (has_dotgit) { in repo_init_directories()
2048 has_dotgit && in repo_init_directories()
2067 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2091 has_dotgit) in repo_init_directories()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Drepository.c1950 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
1986 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
1987 if (has_dotgit) in repo_init_directories()
1997 } else if (has_dotgit) { in repo_init_directories()
2013 has_dotgit && in repo_init_directories()
2032 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2056 has_dotgit) in repo_init_directories()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Drepository.c1893 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
1929 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
1930 if (has_dotgit) in repo_init_directories()
1940 } else if (has_dotgit) { in repo_init_directories()
1956 has_dotgit && in repo_init_directories()
1975 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
1999 has_dotgit) in repo_init_directories()
/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 Drepository.c1950 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
1986 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
1987 if (has_dotgit) in repo_init_directories()
1997 } else if (has_dotgit) { in repo_init_directories()
2013 has_dotgit && in repo_init_directories()
2032 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2056 has_dotgit) in repo_init_directories()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Drepository.c1939 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
1975 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
1976 if (has_dotgit) in repo_init_directories()
1986 } else if (has_dotgit) { in repo_init_directories()
2002 has_dotgit && in repo_init_directories()
2021 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2045 has_dotgit) in repo_init_directories()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Drepository.c1989 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2025 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2026 if (has_dotgit) in repo_init_directories()
2036 } else if (has_dotgit) { in repo_init_directories()
2052 has_dotgit && in repo_init_directories()
2071 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2095 has_dotgit) in repo_init_directories()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drepository.c1989 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2025 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2026 if (has_dotgit) in repo_init_directories()
2036 } else if (has_dotgit) { in repo_init_directories()
2052 has_dotgit && in repo_init_directories()
2071 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2095 has_dotgit) in repo_init_directories()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Drepository.c1950 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
1986 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
1987 if (has_dotgit) in repo_init_directories()
1997 } else if (has_dotgit) { in repo_init_directories()
2013 has_dotgit && in repo_init_directories()
2032 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2056 has_dotgit) in repo_init_directories()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drepository.c1989 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2025 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2026 if (has_dotgit) in repo_init_directories()
2036 } else if (has_dotgit) { in repo_init_directories()
2052 has_dotgit && in repo_init_directories()
2071 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2095 has_dotgit) in repo_init_directories()
/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 Drepository.c2094 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2130 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2131 if (has_dotgit) in repo_init_directories()
2141 } else if (has_dotgit) { in repo_init_directories()
2157 has_dotgit && in repo_init_directories()
2176 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2200 has_dotgit) in repo_init_directories()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drepository.c2094 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2130 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2131 if (has_dotgit) in repo_init_directories()
2141 } else if (has_dotgit) { in repo_init_directories()
2157 has_dotgit && in repo_init_directories()
2176 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2200 has_dotgit) in repo_init_directories()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drepository.c2094 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2130 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2131 if (has_dotgit) in repo_init_directories()
2141 } else if (has_dotgit) { in repo_init_directories()
2157 has_dotgit && in repo_init_directories()
2176 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2200 has_dotgit) in repo_init_directories()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drepository.c2094 bool is_bare, add_dotgit, has_dotgit, natural_wd; in repo_init_directories() local
2130 has_dotgit = (git__suffixcmp(repo_path->ptr, "/" GIT_DIR) == 0); in repo_init_directories()
2131 if (has_dotgit) in repo_init_directories()
2141 } else if (has_dotgit) { in repo_init_directories()
2157 has_dotgit && in repo_init_directories()
2176 (error = mkdir_parent(repo_path, dirmode, has_dotgit)) < 0) in repo_init_directories()
2200 has_dotgit) in repo_init_directories()

12