Home
last modified time | relevance | path

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

/PHP-8.3/.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.bat143 git checkout ext\pgsql\tests\config.inc
144 git diff > bless_tests.patch
/PHP-8.3/.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.3/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.3/.github/workflows/
H A Dpush.yml78 - name: git checkout
155 - name: git checkout
185 - name: git checkout
231 - name: git config
232 run: git config --global core.autocrlf false && git config --global core.eol lf
233 - name: git checkout
246 - name: git checkout
319 git pull --autostash
320 if [ -e ".git/MERGE_HEAD" ]; then
324 git add .
[all …]
H A Dnightly.yml82 - name: git checkout
174 - name: git checkout
243 - name: git checkout
311 - name: git checkout
358 - name: git checkout
442 git clone https://github.com/revoltphp/event-loop.git --depth=1
454 git clone https://github.com/symfony/symfony.git --depth=1
538 - name: git checkout
614 - name: git checkout
714 - name: git checkout
[all …]
/PHP-8.3/docs/
H A Drelease-process.md233 git add -p
256 git add -p
357 git add -p
387 git add -p
536 git add -p
603 git fetch --all
697 git add -p
720 git add -p
984 git add -p
986 git push
[all …]
/PHP-8.3/
H A D.gitattributes17 # of git diff and to improve token splitting for --word-diff.
22 # Collapse generated files within git and pull request diff.
H A DCONTRIBUTING.md27 * [Git commit rules](#git-commit-rules)
49 them by using `git rebase` instead of `git merge`.
57 Read [Git access page](https://www.php.net/git.php) for help on using Git to get
162 ├─ .git/ # Git configuration and source directory
172 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
173 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
174 ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git
175 ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git
280 - Update git source just before running your final `diff` and before testing.
317 detailed [information on Git](https://git-scm.com/).
[all …]
H A D.travis.yml1 git:
H A DCODING_STANDARDS.md59 Instead, use `"<git username here>_0"`. For example, `#if FOO_0`,
60 where `FOO` is your git user `foo`. This allows easier tracking of why
H A D.gitignore4 # .git/info/exclude in the cloned repository or a global .gitignore file.
/PHP-8.3/sapi/fuzzer/
H A DREADME.md86 git clone https://github.com/kkos/oniguruma.git
/PHP-8.3/ext/fileinfo/
H A Dmagicdata.patch54 diff --git a/magic/Magdir/sgml b/magic/Magdir/sgml
/PHP-8.3/win32/build/
H A Dphpize.js.in102 if (n == '.svn' || n == 'tests' || n == '.git') {
/PHP-8.3/ext/opcache/jit/
H A DREADME.md131 echo .git >> .dockerignore
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic7019 # https://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
16925 # git: file(1) magic for Git objects
16940 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l32
17165 # <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=kbx/keybox-blob.c;hb=HEAD>
33491 # Type: Git bundles (git-bundle)
33493 0 string #\ v2\ git\ bundle\n Git bundle
33499 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
33511 # but in git binary
33513 !:mime application/x-git
34966 # Sereal.git repository for test Sereal data.
[all …]
H A Dmagic私はガラスを食べられます7019 # https://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
16925 # git: file(1) magic for Git objects
16940 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l32
17165 # <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=kbx/keybox-blob.c;hb=HEAD>
33491 # Type: Git bundles (git-bundle)
33493 0 string #\ v2\ git\ bundle\n Git bundle
33499 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
33511 # but in git binary
33513 !:mime application/x-git
34966 # Sereal.git repository for test Sereal data.
[all …]

Completed in 206 milliseconds