Home
last modified time | relevance | path

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

/php-src/.github/scripts/windows/
H A Dbuild.bat6 set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git
26 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
34git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…
36git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
/php-src/.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-src/ext/dom/lexbor/patches/
H A DREADME.md33 * `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
H A D0002-Track-implied-added-nodes-for-options-use-in-PHP.patch13 diff --git a/source/lexbor/html/tree.h b/source/lexbor/html/tree.h
27 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…
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch17 diff --git a/source/lexbor/dom/interfaces/node.h b/source/lexbor/dom/interfaces/node.h
30 diff --git a/source/lexbor/html/token.h b/source/lexbor/html/token.h
43 diff --git a/source/lexbor/html/tokenizer.c b/source/lexbor/html/tokenizer.c
92 diff --git a/source/lexbor/html/tokenizer.h b/source/lexbor/html/tokenizer.h
105 diff --git a/source/lexbor/html/tokenizer/state.h b/source/lexbor/html/tokenizer/state.h
118 diff --git a/source/lexbor/html/tree.c b/source/lexbor/html/tree.c
154 diff --git a/source/lexbor/html/tree/error.c b/source/lexbor/html/tree/error.c
170 diff --git a/source/lexbor/html/tree/error.h b/source/lexbor/html/tree/error.h
H A D0005-Shrink-size-of-static-binary-search-tree.patch15 diff --git a/source/lexbor/core/sbst.h b/source/lexbor/core/sbst.h
37 diff --git a/source/lexbor/html/tokenizer/state.c b/source/lexbor/html/tokenizer/state.c
50 diff --git a/utils/lexbor/html/tmp/tokenizer_res.h b/utils/lexbor/html/tmp/tokenizer_res.h
63 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
H A D0003-Patch-utilities-and-data-structure-to-be-able-to-gen.patch17 diff --git a/source/lexbor/core/shs.h b/source/lexbor/core/shs.h
33 diff --git a/utils/lexbor/encoding/multi-byte.py b/utils/lexbor/encoding/multi-byte.py
46 diff --git a/utils/lexbor/encoding/single-byte.py b/utils/lexbor/encoding/single-byte.py
59 diff --git a/utils/lexbor/lexbor/LXB.py b/utils/lexbor/lexbor/LXB.py
H A D0004-Remove-unused-upper-case-tag-static-data.patch11 diff --git a/source/lexbor/tag/res.h b/source/lexbor/tag/res.h
31 diff --git a/source/lexbor/tag/tag.c b/source/lexbor/tag/tag.c
H A D0006-Patch-out-unused-CSS-style-code.patch14 diff --git a/source/lexbor/css/rule.h b/source/lexbor/css/rule.h
34 diff --git a/source/lexbor/html/interfaces/document.c b/source/lexbor/html/interfaces/document.c
215 diff --git a/source/lexbor/html/interfaces/document.h b/source/lexbor/html/interfaces/document.h
235 diff --git a/source/lexbor/html/interfaces/element.c b/source/lexbor/html/interfaces/element.c
404 diff --git a/source/lexbor/html/interfaces/style_element.c b/source/lexbor/html/interfaces/style_el…
/php-src/scripts/dev/
H A Dmakedist77 scripts/dev/makedist --remote=git@github.com:php/php-src.git php-7.4.0
127 git=$remote
130 git rev-parse --verify $treeish
139 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
/php-src/.github/workflows/
H A Dpush.yml83 - name: git checkout
158 - name: git checkout
198 - name: git checkout
244 - name: git config
245 run: git config --global core.autocrlf false && git config --global core.eol lf
246 - name: git checkout
260 - name: git checkout
337 git pull --autostash
338 if [ -e ".git/MERGE_HEAD" ]; then
342 git add .
[all …]
H A Dnightly.yml55 - name: git checkout
142 - name: git checkout
235 - name: git checkout
302 - name: git checkout
378 - name: git checkout
436 - name: git checkout
535 git clone https://github.com/revoltphp/event-loop.git --depth=1
546 git clone https://github.com/symfony/symfony.git --depth=1
636 - name: git checkout
710 - name: git checkout
[all …]
H A Dreal-time-benchmark.yml41 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…
92git clone ./php-version-benchmarks/tmp/php_master/ ./php-version-benchmarks/tmp/php_master_jit
109 git pull --autostash
110 if [ -e ".git/MERGE_HEAD" ]; then
114 git add .
115 if git diff --cached --quiet; then
118 git commit -m "Add result for ${{ github.repository }}@${{ github.sha }}"
119 git push
H A Ddocs.yml19 - name: git checkout
/php-src/docs/
H A Drelease-process.md231 git add -p
248 git add -p
265 git add -p
366 git add -p
396 git add -p
546 git add -p
718 git add -p
741 git add -p
1065 git add -p
1067 git push
[all …]
/php-src/
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
158 ├─ .git/ # Git configuration and source directory
168 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
169 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
170 ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git
171 ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git
278 - Update git source just before running your final `diff` and before testing.
315 detailed [information on Git](https://git-scm.com/).
[all …]
H A D.gitignore4 # .git/info/exclude in the cloned repository or a global .gitignore file.
/php-src/ext/fileinfo/
H A Dmagicdata.patch21 diff --git a/magic/Magdir/sgml b/magic/Magdir/sgml
/php-src/sapi/fuzzer/
H A DREADME.md86 git clone https://github.com/kkos/oniguruma.git
/php-src/ext/opcache/jit/
H A DREADME.md97 echo .git >> .dockerignore
/php-src/win32/build/
H A Dphpize.js.in102 if (n == '.svn' || n == 'tests' || n == '.git') {
/php-src/ext/fileinfo/tests/
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 …]
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 …]

Completed in 244 milliseconds