Searched refs:git (Results 1 – 24 of 24) sorted by relevance
6 set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git26 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&134 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…36 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
15 # 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
33 * `git am -3 ../patches/0001-Expose-line-and-column-information-for-use-in-PHP.patch`34 * `git am -3 ../patches/0002-Track-implied-added-nodes-for-options-use-in-PHP.patch`35 * `git am -3 ../patches/0003-Patch-utilities-and-data-structure-to-be-able-to-gen.patch`36 * `git am -3 ../patches/0004-Remove-unused-upper-case-tag-static-data.patch`37 * `git am -3 ../patches/0005-Shrink-size-of-static-binary-search-tree.patch`38 * `git am -3 ../patches/0006-Patch-out-unused-CSS-style-code.patch`39 * `git reset HEAD~6` # 6 is the number of commits created by the above commands
13 diff --git a/source/lexbor/html/tree.h b/source/lexbor/html/tree.h27 diff --git a/source/lexbor/html/tree/insertion_mode/after_head.c b/source/lexbor/html/tree/insertio…39 diff --git a/source/lexbor/html/tree/insertion_mode/before_head.c b/source/lexbor/html/tree/inserti…52 diff --git a/source/lexbor/html/tree/insertion_mode/before_html.c b/source/lexbor/html/tree/inserti…
17 diff --git a/source/lexbor/dom/interfaces/node.h b/source/lexbor/dom/interfaces/node.h30 diff --git a/source/lexbor/html/token.h b/source/lexbor/html/token.h43 diff --git a/source/lexbor/html/tokenizer.c b/source/lexbor/html/tokenizer.c92 diff --git a/source/lexbor/html/tokenizer.h b/source/lexbor/html/tokenizer.h105 diff --git a/source/lexbor/html/tokenizer/state.h b/source/lexbor/html/tokenizer/state.h118 diff --git a/source/lexbor/html/tree.c b/source/lexbor/html/tree.c154 diff --git a/source/lexbor/html/tree/error.c b/source/lexbor/html/tree/error.c170 diff --git a/source/lexbor/html/tree/error.h b/source/lexbor/html/tree/error.h
15 diff --git a/source/lexbor/core/sbst.h b/source/lexbor/core/sbst.h37 diff --git a/source/lexbor/html/tokenizer/state.c b/source/lexbor/html/tokenizer/state.c50 diff --git a/utils/lexbor/html/tmp/tokenizer_res.h b/utils/lexbor/html/tmp/tokenizer_res.h63 diff --git a/utils/lexbor/html/tokenizer_entities_bst.py b/utils/lexbor/html/tokenizer_entities_bst…100 diff --git a/utils/lexbor/lexbor/LXB.py b/utils/lexbor/lexbor/LXB.py
17 diff --git a/source/lexbor/core/shs.h b/source/lexbor/core/shs.h33 diff --git a/utils/lexbor/encoding/multi-byte.py b/utils/lexbor/encoding/multi-byte.py46 diff --git a/utils/lexbor/encoding/single-byte.py b/utils/lexbor/encoding/single-byte.py59 diff --git a/utils/lexbor/lexbor/LXB.py b/utils/lexbor/lexbor/LXB.py
11 diff --git a/source/lexbor/tag/res.h b/source/lexbor/tag/res.h31 diff --git a/source/lexbor/tag/tag.c b/source/lexbor/tag/tag.c
14 diff --git a/source/lexbor/css/rule.h b/source/lexbor/css/rule.h34 diff --git a/source/lexbor/html/interfaces/document.c b/source/lexbor/html/interfaces/document.c215 diff --git a/source/lexbor/html/interfaces/document.h b/source/lexbor/html/interfaces/document.h235 diff --git a/source/lexbor/html/interfaces/element.c b/source/lexbor/html/interfaces/element.c404 diff --git a/source/lexbor/html/interfaces/style_element.c b/source/lexbor/html/interfaces/style_el…
77 scripts/dev/makedist --remote=git@github.com:php/php-src.git php-7.4.0127 git=$remote130 git rev-parse --verify $treeish139 git="current Git repository."143 echo "makedist: Exporting $treeish from $git"144 git archive --format=tar $remote_option --prefix=$prefix/ $treeish | "$tar" xvf - || exit 4
84 - name: git checkout159 - name: git checkout199 - name: git checkout245 - name: git config246 run: git config --global core.autocrlf false && git config --global core.eol lf247 - name: git checkout261 - name: git checkout338 git pull --autostash343 git add .348 git push[all …]
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 …]
41 git config --global user.name "Benchmark"42 git config --global user.email "benchmark@php.net"69 …LAST_RESULT_SHA="$(cd ./php-version-benchmarks/tmp/php_master/ && git --no-pager log --until="$YES…92 … git clone ./php-version-benchmarks/tmp/php_master/ ./php-version-benchmarks/tmp/php_master_jit109 git pull --autostash110 if [ -e ".git/MERGE_HEAD" ]; then114 git add .115 if git diff --cached --quiet; then118 git commit -m "Add result for ${{ github.repository }}@${{ github.sha }}"119 git push
19 - name: git checkout
17 # of git diff and to improve token splitting for --word-diff.22 # Collapse generated files within git and pull request diff.
27 * [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 get158 ├─ .git/ # Git configuration and source directory168 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git169 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git170 ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git171 ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git278 - Update git source just before running your final `diff` and before testing.315 detailed [information on Git](https://git-scm.com/).[all …]
4 # .git/info/exclude in the cloned repository or a global .gitignore file.
231 git add -p248 git add -p265 git add -p366 git add -p396 git add -p546 git add -p718 git add -p741 git add -p1065 git add -p1067 git push[all …]
21 diff --git a/magic/Magdir/sgml b/magic/Magdir/sgml
86 git clone https://github.com/kkos/oniguruma.git
97 echo .git >> .dockerignore
102 if (n == '.svn' || n == 'tests' || n == '.git') {
7019 # https://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l25016925 # git: file(1) magic for Git objects16940 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l3217165 # <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 bundle33499 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt33511 # but in git binary33513 !:mime application/x-git34966 # Sereal.git repository for test Sereal data.[all …]
Completed in 169 milliseconds