Searched full:git (Results 1 – 25 of 14864) sorted by relevance
12345678910>>...595
2 [!git] skip8 # go mod download with the pseudo-version should invoke git but not have a TagSum or Ref.9 go mod download -x -json vcs-test.golang.org/git/hello.git@v0.0.0-20170922010558-fc3a09f3dc5c10 stderr 'git( .*)* fetch'14 stdout '"VCS": "git"'15 stdout '"URL": ".*/git/hello"'19 # go mod download vcstest/hello should invoke git, print origin info20 go mod download -x -json vcs-test.golang.org/git/hello.git@latest21 stderr 'git( .*)* fetch'24 stdout '"VCS": "git"'[all …]
... /.project j-format-string/.git/ j-format-string/.git/ ...
537 sudo apt-add-repository ppa:git-core/ppa538 … sudo apt-get -o Acquire::Retries=3 update && apt-get -o Acquire::Retries=3 -y install git609 git clone --depth 1 -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root611 git submodule init libs/algorithm612 git submodule init libs/any613 git submodule init libs/array614 git submodule init libs/assert615 git submodule init libs/assign616 git submodule init libs/atomic617 git submodule init libs/bind[all …]
53 - git clone --depth 1 -b %BOOST_BRANCH% https://github.com/boostorg/boost.git boost-root56 - git submodule init libs/algorithm57 - git submodule init libs/any58 - git submodule init libs/array59 - git submodule init libs/assert60 - git submodule init libs/assign61 - git submodule init libs/atomic62 - git submodule init libs/bind63 - git submodule init libs/chrono64 - git submodule init libs/circular_buffer[all …]
444 - git clone --depth 1 -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root447 - git submodule init libs/algorithm448 - git submodule init libs/any449 - git submodule init libs/array450 - git submodule init libs/assert451 - git submodule init libs/assign452 - git submodule init libs/atomic453 - git submodule init libs/bind454 - git submodule init libs/chrono455 - git submodule init libs/circular_buffer[all …]
20 git clone --depth 1 -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root22 git submodule init libs/algorithm23 git submodule init libs/any24 git submodule init libs/array25 git submodule init libs/assert26 git submodule init libs/assign27 git submodule init libs/atomic28 git submodule init libs/bind29 git submodule init libs/chrono30 git submodule init libs/circular_buffer[all …]
1 handle git8 git init11 git add go.mod12 git commit -a -m 'v1'13 git branch -m master14 git tag start16 git branch v221 git add status22 git commit -a -m 'before v0.0.0-pre1'26 git commit -a -m 'at v0.0.0-pre1'[all …]
1 handle git8 git init11 git add LICENSE README.md12 git commit -m 'initial commit'13 git branch -m master15 git checkout --detach HEAD21 git add pkg/p.go22 git commit -m 'add pkg/p.go'23 git tag v0.0.024 git tag v1.0.0[all …]
15 'BINDIR': '/tmpfs/src/git/out/python3/install/bin',16 'BINLIBDEST': '/tmpfs/src/git/out/python3/install/lib/python3.11',21 '-L/tmpfs/src/git/out/libffi/install/lib64 '46 '-L/tmpfs/src/git/out/libffi/install/lib64 '50 'CONFIG_ARGS': "'--prefix=/tmpfs/src/git/out/python3/install' "55 '-L/tmpfs/src/git/out/libffi/install/lib64 '57 "'PKG_CONFIG_PATH=/tmpfs/src/git/out/libffi/install/lib/pkgconfig'",58 'CONFINCLUDEDIR': '/tmpfs/src/git/out/python3/install/include',59 'CONFINCLUDEPY': '/tmpfs/src/git/out/python3/install/include/python3.11',61 'COVERAGE_INFO': '/tmpfs/src/git/out/python3/build/coverage.info',[all …]
20 // GOVCS defaults to public:git|hg,private:all,21 // which breaks many tests here - they can't use non-git, non-hg VCS at all!50 "hub.jazz.net/git/user1/pkgname",53 Repo: "https://hub.jazz.net/git/user1/pkgname",57 "hub.jazz.net/git/user1/pkgname/submodule/submodule/submodule",60 Repo: "https://hub.jazz.net/git/user1/pkgname",85 "hub.jazz.net/git/User 1/pkgname",89 "hub.jazz.net/git/user1/pkg name",94 "hub.jazz.net/git/user.1/pkgname",98 "hub.jazz.net/git/user/pkg.name",[all …]
3 # Merging repository to google-cloud-java using git-filter-repo.4 # https://stackoverflow.com/questions/1425892/how-do-you-merge-two-git-repositories16 # git checkout -b merge_repositories21 [ -z "`git config user.email`" ] && git config --global user.email "${USERNAME:-script}@google.com"22 [ -z "`git config user.name`" ] && git config --global user.name "${USERNAME:-script}"34 git clone https://github.com/newren/git-filter-repo.git35 export PATH=$PATH:`pwd`/git-filter-repo38 git clone https://github.com/googleapis/google-cloud-java "${merged_repository}"45 git clone https://github.com/googleapis/${service}.git47 git filter-repo --to-subdirectory-filter ${service}[all …]
3 cd git10 git init14 git add LICENSE README.md15 git commit -m 'initial commit'16 git branch -m master19 git branch mybranch20 git checkout mybranch26 git add pkg/p.go27 git commit -m 'add pkg/p.go'28 git tag v0.0.0[all …]
54 if [ ! -d ".git" ]; then55 …echo "Missing '.git' file. Please make sure that you are running this script from a new github rep…64 git submodule add --force https://github.com/"${ORGANIZATION}"/gapic-generator-java.git83 if [ ! "$(git branch --list "$GRAALVM_BRANCH")" ]85 git diff86 git checkout -b "${GRAALVM_BRANCH}"87 git add gax-java/pom.xml88 git commit -m "chore: update graalvm-sdk's version (${GRAALVM_VERSION}) in GAX for testing"89 git push origin "${GRAALVM_BRANCH}"97 git submodule add --force https://github.com/"${ORGANIZATION}"/java-shared-config.git[all …]
28 - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root30 - git submodule init libs/align31 - git submodule init libs/array32 - git submodule init libs/assert33 - git submodule init libs/bind34 - git submodule init libs/compatibility35 - git submodule init libs/concept_check36 - git submodule init libs/config37 - git submodule init libs/container38 - git submodule init libs/container_hash[all …]
8 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…99 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…123 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…139 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…144 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…176 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…191 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…196 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…215 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…220 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr…[all …]
11 …* [git-lts](https://git-lfs.github.com/) has to be installed to pull binaries correctly from the g…21 … at http://g3doc/company/teams/android-build-team/playbook/create_branch#creating-new-git-branches.39 export UPSTREAM_CLDR_GIT=/media/user/disk/icu-git/cldr40 export UPSTREAM_ICU_GIT=/media/user/disk/icu-git/icu56 git fetch aosp upstream-release-cldr57 git branch ${CLDR_UPSTREAM_BRANCH} --track aosp/upstream-release-cldr58 git checkout ${CLDR_UPSTREAM_BRANCH}60 git clone https://github.com/unicode-org/cldr.git ${UPSTREAM_CLDR_GIT}62 git --git-dir=${UPSTREAM_CLDR_GIT}/.git --work-tree=${UPSTREAM_CLDR_GIT} fetch63 …git --git-dir=${UPSTREAM_CLDR_GIT}/.git --work-tree=${UPSTREAM_CLDR_GIT} checkout ${CLDR_UPSTREAM_…[all …]
3 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…4 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…5 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…6 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…7 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…8 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…9 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…10 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…11 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…12 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…[all …]
5 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…6 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…7 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…8 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…9 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…10 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…11 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…12 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…13 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…14 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…[all …]