Searched refs:git (Results 1 – 15 of 15) sorted by relevance
8 set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git28 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&136 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…38 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
119 git checkout ext\pgsql\tests\config.inc120 git diff > bless_tests.patch
69 scripts/dev/makedist --remote=git@github.com:php/php-src.git php-7.4.0119 git=$remote122 git rev-parse --verify $treeish131 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
13 git add . -Nu && git diff --exit-code
39 - name: git checkout149 - name: git checkout239 - name: git checkout308 - name: git checkout384 - name: git checkout438 - name: git checkout537 git clone https://github.com/revoltphp/event-loop.git --depth=1548 git clone https://github.com/symfony/symfony.git --depth=1632 - name: git checkout700 - name: git checkout[all …]
73 - name: git checkout118 - name: git checkout163 - name: git config164 run: git config --global core.autocrlf false && git config --global core.eol lf165 - name: git checkout177 - name: git checkout
26 * [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 get135 ├─ .git/ # Git configuration and source directory145 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git146 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git147 ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git148 ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git256 - Update git source just before running your final `diff` and before testing.293 detailed [information on Git](https://git-scm.com/).[all …]
1 git:
55 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
4 # .git/info/exclude in the cloned repository or a global .gitignore file.
91 git commit -a97 git tag -u YOURKEYID php-7.4.2RC2113 git push --tags origin HEAD114 git push origin {main branch}115 git push origin {release branch}234 git submodule init235 git submodule update237 git fetch238 git pull --rebase origin master240 git commit distributions[all …]
66 git clone https://github.com/kkos/oniguruma.git
102 if (n == '.svn' || n == 'tests' || n == '.git') {
15154 # git: file(1) magic for Git objects15169 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l3215394 # <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#l25028818 # Type: Git bundles (git-bundle)28820 0 string #\ v2\ git\ bundle\n Git bundle28826 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt28838 # but in git binary28840 !:mime application/x-git30140 # Sereal.git repository for test Sereal data.[all …]
Completed in 127 milliseconds