Home
last modified time | relevance | path

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

/PHP-8.1/.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.bat119 git checkout ext\pgsql\tests\config.inc
120 git diff > bless_tests.patch
/PHP-8.1/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.1/.github/actions/verify-generated-files/
H A Daction.yml13 git add . -Nu && git diff --exit-code
/PHP-8.1/.github/workflows/
H A Dpush.yml56 - name: git checkout
101 - name: git checkout
146 - name: git config
147 run: git config --global core.autocrlf false && git config --global core.eol lf
148 - name: git checkout
H A Dnightly.yml56 - name: git checkout
143 - name: git checkout
204 - name: git checkout
258 - name: git checkout
307 - name: git checkout
353 git clone https://github.com/symfony/symfony.git --depth=1
423 - name: git checkout
499 - name: git checkout
598 - name: git checkout
667 - name: git config
[all …]
/PHP-8.1/
H A DCONTRIBUTING.md26 * [Git commit rules](#git-commit-rules)
47 them by using `git rebase` instead of `git merge`.
54 Read [Git access page](https://www.php.net/git.php) for help on using Git to get
135 ├─ .git/ # Git configuration and source directory
145 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
146 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
147 ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git
148 ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git
256 - Update git source just before running your final `diff` and before testing.
293 detailed [information on Git](https://git-scm.com/).
[all …]
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.1/docs/
H A Drelease-process.md91 git commit -a
97 git tag -u YOURKEYID php-7.4.2RC2
113 git push --tags origin HEAD
114 git push origin {main branch}
115 git push origin {release branch}
234 git submodule init
235 git submodule update
237 git fetch
238 git pull --rebase origin master
240 git commit distributions
[all …]
/PHP-8.1/sapi/fuzzer/
H A DREADME.md66 git clone https://github.com/kkos/oniguruma.git
/PHP-8.1/win32/build/
H A Dphpize.js.in102 if (n == '.svn' || n == 'tests' || n == '.git') {
/PHP-8.1/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 137 milliseconds