Home
last modified time | relevance | path

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

12

/dports/devel/R-cran-usethis/usethis/tests/testthat/
H A Dtest-github-actions.R7 use_git()
31 use_git()
65 use_git()
98 use_git()
112 use_git()
129 use_git()
144 use_git()
H A Dtest-git.R26 use_git()
41 use_git()
52 use_git()
78 use_git()
96 use_git()
109 use_git()
H A Dtest-utils-github.R88 use_git()
124 use_git()
164 use_git()
H A Dtest-tidyverse.R25 use_git()
45 use_git()
H A Dtest-browse.R10 use_git()
126 use_git()
H A Dtest-readme.R20 use_git()
H A Dtest-badge.R21 use_git()
H A Dtest-ci.R6 use_git()
/dports/devel/R-cran-usethis/usethis/man/
H A Duse_git.Rd3 \name{use_git}
4 \alias{use_git}
7 use_git(message = "Initial commit")
13 \code{use_git()} initialises a Git repository and adds important files to
18 use_git()
H A Duse_git_ignore.Rd21 \code{\link{use_git}()}
/dports/lang/rust/rustc-1.58.1-src/src/ci/
H A Dinit_repo.sh53 use_git=""
67 use_git="$use_git $module"
70 retry sh -c "git submodule deinit -f $use_git && \
72 git submodule update -j 16 --init --recursive $use_git"
/dports/devel/gnulib/gnulib-20140202-stable/build-aux/
H A Dbootstrap210 use_git=true
295 use_git=false;;
301 $use_git || test -d "$GNULIB_SRCDIR" \
442 $use_git || continue
565 if $use_git && test -d .git && check_exists git; then
588 if $use_git; then
620 if $use_git && test -d "$GNULIB_SRCDIR"/.git && \
/dports/astro/py-astropy-helpers/astropy-helpers-4.0.1/
H A Dah_bootstrap.py215 def __init__(self, path=None, index_url=None, use_git=None, offline=None, argument
248 if use_git is None and not git_dir_exists:
249 use_git = False
251 self.use_git = use_git if use_git is not None else USE_GIT
618 if self.use_git:
/dports/misc/gnuls/coreutils-8.30/
H A Dbootstrap213 use_git=true
308 use_git=false;;
314 $use_git || test -d "$GNULIB_SRCDIR" \
457 $use_git || continue
592 if $use_git && test -d .git && check_exists git; then
615 if $use_git; then
647 if $use_git && test -d "$GNULIB_SRCDIR"/.git && \
/dports/devel/patch/patch-2.7.6/
H A Dbootstrap213 use_git=true
308 use_git=false;;
314 $use_git || test -d "$GNULIB_SRCDIR" \
457 $use_git || continue
592 if $use_git && test -d .git && check_exists git; then
615 if $use_git; then
647 if $use_git && test -d "$GNULIB_SRCDIR"/.git && \
/dports/editors/poke/poke-1.0/jitter/
H A Dbootstrap213 use_git=true
308 use_git=false;;
314 $use_git || test -d "$GNULIB_SRCDIR" \
457 $use_git || continue
592 if $use_git && test -d .git && check_exists git; then
615 if $use_git; then
647 if $use_git && test -d "$GNULIB_SRCDIR"/.git && \
/dports/print/ttfautohint/ttfautohint-1.8.4/
H A Dbootstrap270 use_git=true
365 use_git=false;;
371 $use_git || test -d "$GNULIB_SRCDIR" \
514 $use_git || continue
649 if $use_git && test -d .git && check_exists git; then
673 if $use_git; then
707 if $use_git && test -d "$GNULIB_SRCDIR"/.git && \
1000 if $use_git && git submodule | grep '^-' >/dev/null; then
/dports/sysutils/coreutils/coreutils-8.32/
H A Dbootstrap247 use_git=true
336 use_git=false;;
342 $use_git || test -d "$GNULIB_SRCDIR" \
485 $use_git || continue
620 if $use_git && test -d .git && check_exists git; then
644 if $use_git; then
678 if $use_git && test -d "$GNULIB_SRCDIR"/.git && \
971 if $use_git && git submodule | grep '^-' >/dev/null; then
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/build-aux/
H A Dbootstrap270 use_git=true
365 use_git=false;;
371 $use_git || test -d "$GNULIB_SRCDIR" \
514 $use_git || continue
649 if $use_git && test -d .git && check_exists git; then
673 if $use_git; then
707 if $use_git && test -d "$GNULIB_SRCDIR"/.git && \
1000 if $use_git && git submodule | grep '^-' >/dev/null; then
/dports/textproc/gsed/sed-4.8/
H A Dbootstrap247 use_git=true
336 use_git=false;;
342 $use_git || test -d "$GNULIB_SRCDIR" \
485 $use_git || continue
620 if $use_git && test -d .git && check_exists git; then
644 if $use_git; then
678 if $use_git && test -d "$GNULIB_SRCDIR"/.git && \
971 if $use_git && git submodule | grep '^-' >/dev/null; then
/dports/textproc/diffutils/diffutils-3.8/
H A Dbootstrap261 use_git=true
350 use_git=false;;
356 $use_git || test -d "$GNULIB_SRCDIR" \
499 $use_git || continue
634 if $use_git && test -d .git && check_exists git; then
658 if $use_git; then
692 if $use_git && test -d "$GNULIB_SRCDIR"/.git && \
985 if $use_git && git submodule | grep '^-' >/dev/null; then
/dports/www/elgg/elgg-3.3.23/vendor/css-crush/css-crush/lib/
H A Dfunctions.php180 function csscrush_version($use_git = false) { argument
182 if ($use_git && $version = \CssCrush\Version::gitDescribe()) {
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/flatpak/
H A Dgbp-flatpak-sources.c309 gboolean use_git, in patch() argument
321 if (use_git) in patch()
336 if (use_git) in patch()
618 gboolean use_git = FALSE; in gbp_flatpak_sources_apply_patch() local
626 if (!patch (source_dir, use_git, patch_path, error, strip_components_str, NULL)) in gbp_flatpak_sources_apply_patch()
/dports/sysutils/cfengine-devel/core-d08ae9eff/contrib/masterfiles/
H A Dgit-failsafe.cf109 "use_git" expression => fileexists("$(git_binary)"),
178 (idempotent_git||am_policy_hub).use_git.git_config_ok::
185 (idempotent_git||am_policy_hub).use_git.!git_checkout_location_exists.!git_checkout_exists::
206 (idempotent_git||am_policy_hub).use_git.git_checkout_location_exists.git_checkout_exists::
216 …!idempotent_git.(am_policy_hub.((git_resolve_cloned||git_resolve_updated)|!use_git))|validated_upd…
/dports/devel/idutils/idutils-4.6/
H A Dbootstrap177 use_git=true
267 use_git=false;;
274 if $use_git || test -d "$GNULIB_SRCDIR"; then
423 $use_git || continue

12