Home
last modified time | relevance | path

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

/PHP-8.0/.github/scripts/windows/
H A Dbuild.bat3 set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git
23 git clone --branch %SDK_BRANCH% %SDK_REMOTE% "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
31git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…
33git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
/PHP-8.0/scripts/dev/
H A Dmakedist60 scripts/dev/makedist --remote=git@git.php.net:php-src.git php-7.4.0
110 git=$remote
113 git rev-parse --verify $treeish
122 git="current Git repository."
126 echo "makedist: Exporting $treeish from $git"
127 git archive --format=tar $remote_option --prefix=$prefix/ $treeish | tar xvf - || exit 4
/PHP-8.0/.github/actions/verify-generated-files/
H A Daction.yml12 git add . -Nu && git diff --exit-code
/PHP-8.0/docs/
H A Drelease-process.md47 git clone https://git.php.net/repository/php-src.git ext-name
55 git remote set-url origin git@git.php.net:pecl/category/ext-name
111 git commit -a
249 `web/php-distributions.git`, then update the git submodule reference in
250 `web/php.git`:
253 git submodule init
254 git submodule update
256 git fetch
260 git push
409 Example: https://git.php.net/?p=php-src.git;a=commit;h=a63c99b
[all …]
/PHP-8.0/.github/workflows/
H A Dnightly.yml50 - name: git checkout
133 - name: git checkout
190 - name: git checkout
240 - name: git checkout
284 - name: git checkout
316 git clone https://github.com/laravel/framework.git --branch=master --depth=1
318 git rev-parse HEAD
330 git clone https://github.com/symfony/symfony.git --depth=1
332 git rev-parse HEAD
395 - name: git checkout
[all …]
H A Dpush.yml33 - name: git checkout
82 - name: git checkout
108 - name: git checkout
/PHP-8.0/
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
292 detailed [information on Git](https://git-scm.com/).
382 An Example from the git project (commit 2b34e486bc):
[all …]
H A D.travis.yml1 git:
H A DCODING_STANDARDS.md57 Instead use `"<git username here>_0"`. For example, `#if FOO_0`, where `FOO`
58 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.0/sapi/fuzzer/
H A DREADME.md66 git clone https://github.com/kkos/oniguruma.git
/PHP-8.0/win32/build/
H A Dphpize.js.in102 if (n == '.svn' || n == 'tests' || n == '.git') {
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます14628 # git: file(1) magic for Git objects
14643 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l32
14868 # <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=kbx/keybox-blob.c;hb=HEAD>
15253 # https://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
27266 # Type: Git bundles (git-bundle)
27268 0 string #\ v2\ git\ bundle\n Git bundle
27274 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
27286 # but in git binary
27288 !:mime application/x-git
28268 # Sereal.git repository for test Sereal data.
[all …]
H A Dmagic14628 # git: file(1) magic for Git objects
14643 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l32
14868 # <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=kbx/keybox-blob.c;hb=HEAD>
15253 # https://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
27266 # Type: Git bundles (git-bundle)
27268 0 string #\ v2\ git\ bundle\n Git bundle
27274 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
27286 # but in git binary
27288 !:mime application/x-git
28268 # Sereal.git repository for test Sereal data.
[all …]

Completed in 147 milliseconds