Searched refs:git (Results 1 – 14 of 14) sorted by relevance
3 set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git23 git clone --branch %SDK_BRANCH% %SDK_REMOTE% "%PHP_BUILD_CACHE_SDK_DIR%" 2>&131 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…33 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
60 scripts/dev/makedist --remote=git@git.php.net:php-src.git php-7.4.0110 git=$remote113 git rev-parse --verify $treeish122 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
12 git add . -Nu && git diff --exit-code
47 git clone https://git.php.net/repository/php-src.git ext-name55 git remote set-url origin git@git.php.net:pecl/category/ext-name111 git commit -a249 `web/php-distributions.git`, then update the git submodule reference in250 `web/php.git`:253 git submodule init254 git submodule update256 git fetch260 git push409 Example: https://git.php.net/?p=php-src.git;a=commit;h=a63c99b[all …]
50 - name: git checkout133 - name: git checkout190 - name: git checkout240 - name: git checkout284 - name: git checkout316 git clone https://github.com/laravel/framework.git --branch=master --depth=1318 git rev-parse HEAD330 git clone https://github.com/symfony/symfony.git --depth=1332 git rev-parse HEAD395 - name: git checkout[all …]
33 - name: git checkout82 - name: git checkout108 - 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.git292 detailed [information on Git](https://git-scm.com/).382 An Example from the git project (commit 2b34e486bc):[all …]
1 git:
57 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
4 # .git/info/exclude in the cloned repository or a global .gitignore file.
66 git clone https://github.com/kkos/oniguruma.git
102 if (n == '.svn' || n == 'tests' || n == '.git') {
14628 # git: file(1) magic for Git objects14643 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l3214868 # <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#l25027266 # Type: Git bundles (git-bundle)27268 0 string #\ v2\ git\ bundle\n Git bundle27274 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt27286 # but in git binary27288 !:mime application/x-git28268 # Sereal.git repository for test Sereal data.[all …]
Completed in 143 milliseconds