Home
last modified time | relevance | path

Searched refs:git (Results 1 – 17 of 17) sorted by relevance

/PHP-8.2/.github/scripts/windows/
H A Dbuild.bat8 set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git
28 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
36git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…
38git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
H A Dtest_task.bat148 git checkout ext\pgsql\tests\config.inc
149 git diff > bless_tests.patch
/PHP-8.2/.github/actions/verify-generated-files/
H A Daction.yml15 # Use the -a flag for a bug in git 2.46.0, which doesn't consider changed -diff files.
16 git add . -N && git diff -a --exit-code
/PHP-8.2/scripts/dev/
H A Dmakedist69 scripts/dev/makedist --remote=git@github.com:php/php-src.git php-7.4.0
119 git=$remote
122 git rev-parse --verify $treeish
131 git="current Git repository."
135 echo "makedist: Exporting $treeish from $git"
136 git archive --format=tar $remote_option --prefix=$prefix/ $treeish | "$tar" xvf - || exit 4
/PHP-8.2/.github/workflows/
H A Dnightly.yml39 - name: git checkout
149 - name: git checkout
239 - name: git checkout
308 - name: git checkout
384 - name: git checkout
438 - name: git checkout
537 git clone https://github.com/revoltphp/event-loop.git --depth=1
548 git clone https://github.com/symfony/symfony.git --depth=1
632 - name: git checkout
700 - name: git checkout
[all …]
H A Dpush.yml74 - name: git checkout
134 - name: git checkout
164 - name: git checkout
210 - name: git config
211 run: git config --global core.autocrlf false && git config --global core.eol lf
212 - name: git checkout
224 - name: git checkout
/PHP-8.2/docs/
H A Drelease-process.md233 git add -p
256 git add -p
357 git add -p
387 git add -p
537 git add -p
601 git submodule init
604 git fetch --all
698 git add -p
721 git add -p
985 git add -p
[all …]
/PHP-8.2/
H A DCONTRIBUTING.md26 * [Git commit rules](#git-commit-rules)
48 them by using `git rebase` instead of `git merge`.
56 Read [Git access page](https://www.php.net/git.php) for help on using Git to get
137 ├─ .git/ # Git configuration and source directory
147 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
148 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
149 ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git
150 ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git
258 - Update git source just before running your final `diff` and before testing.
295 detailed [information on Git](https://git-scm.com/).
[all …]
H A D.gitattributes17 # of git diff and to improve token splitting for --word-diff.
H A D.travis.yml1 git:
H A DCODING_STANDARDS.md55 Instead use `"<git username here>_0"`. For example, `#if FOO_0`, where `FOO`
56 is your git user `foo`. This allows easier tracking of why code was
H A D.gitignore4 # .git/info/exclude in the cloned repository or a global .gitignore file.
/PHP-8.2/sapi/fuzzer/
H A DREADME.md86 git clone https://github.com/kkos/oniguruma.git
/PHP-8.2/win32/build/
H A Dphpize.js.in102 if (n == '.svn' || n == 'tests' || n == '.git') {
/PHP-8.2/ext/opcache/jit/
H A DREADME.md131 echo .git >> .dockerignore
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic15154 # git: file(1) magic for Git objects
15169 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l32
15394 # <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=kbx/keybox-blob.c;hb=HEAD>
15779 # https://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
28818 # Type: Git bundles (git-bundle)
28820 0 string #\ v2\ git\ bundle\n Git bundle
28826 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
28838 # but in git binary
28840 !:mime application/x-git
30140 # Sereal.git repository for test Sereal data.
[all …]
H A Dmagic私はガラスを食べられます15154 # git: file(1) magic for Git objects
15169 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l32
15394 # <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=kbx/keybox-blob.c;hb=HEAD>
15779 # https://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
28818 # Type: Git bundles (git-bundle)
28820 0 string #\ v2\ git\ bundle\n Git bundle
28826 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
28838 # but in git binary
28840 !:mime application/x-git
30140 # Sereal.git repository for test Sereal data.
[all …]

Completed in 129 milliseconds