Searched full:git (Results 1 – 25 of 30) sorted by relevance
12
| /FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/ |
| D | release-candidate.yml | 22 - name: Configure git identity 24 git config --global user.name ${{ github.actor }} 25 git config --global user.email ${{ github.actor }}@users.noreply.github.com 28 …git tag ${{ github.event.inputs.version_number }} -a -m "FreeRTOS-Plus-TCP Library ${{ github.even… 29 git push origin --tags 32 git tag -d ${{ github.event.inputs.version_number }} 33 git remote update 34 git checkout tags/${{ github.event.inputs.version_number }} 35 … git diff ${{ github.event.inputs.commit_id }} tags/${{ github.event.inputs.version_number }}
|
| D | release.yml | 22 - name: Configure git identity 24 git config --global user.name ${{ github.actor }} 25 git config --global user.email ${{ github.actor }}@users.noreply.github.com 27 …run: git checkout -b ${{ github.event.inputs.version_number }} ${{ github.event.inputs.commit_id }} 35 git add . 36 git commit -m 'Update SBOM' 37 git push -u origin ${{ github.event.inputs.version_number }} 40 …git tag ${{ github.event.inputs.version_number }} -a -m "FreeRTOS-Plus-TCP Library ${{ github.even… 41 git push origin --tags 44 git tag -d ${{ github.event.inputs.version_number }} [all …]
|
| D | uncrustify.yml | 20 sudo add-apt-repository ppa:git-core/ppa 21 sudo apt-get update && sudo apt-get --assume-yes install git 22 git --version 61 git config --global --add safe.directory '*' 62 git config --global user.name 'GitHub Action' 63 git config --global user.email 'action@github.com' 64 git add -A 65 git commit -m "Uncrustify: triggered by comment." 67 git push 69 echo -e "\033[32;3mPushed formatting changes, don't forget to run 'git pull'!\033[0m"
|
| D | ci.yml | 20 git submodule update --checkout 22 git submodule update --init vendor/unity 177 git-secrets: 183 - name: Checkout awslabs/git-secrets 186 repository: awslabs/git-secrets 188 path: git-secrets 189 - name: Install git-secrets 190 run: cd git-secrets && sudo make install && cd .. 191 - name: Run git-secrets 193 git-secrets --register-aws [all …]
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/ |
| D | compute_patch.py | 122 # Git does not update the modified file list returned by diff-files on 124 # Running git status updates git's internal state. 125 status = subprocess.run(["git", "status"], stdout=subprocess.DEVNULL, 128 diff_state = subprocess.run(["git", "diff-files"], stdout=subprocess.PIPE, 133 Could not run git status. Exited: {} 139 Could not run git diff-files. Exited: {} 152 patch = subprocess.run(["git", "diff", header_file], 155 cleaned = subprocess.run(["git", "checkout", "--", header_file], 161 git diff exited with error code: {} 167 git checkout for cleaning files failed with error code: {}
|
| D | Makefile | 6 git format-patch $(BRANCH)..$(BRANCH)-cbmc-patches 17 git checkout ../../../lib
|
| D | .gitattributes | 1 # It seems git apply does not want crlf line endings on Windows
|
| D | patch.py | 19 … result = subprocess.run(["git", "apply", "--ignore-space-change", "--ignore-whitespace", tmpfile],
|
| D | unpatch.py | 39 …result = subprocess.run(["git", "apply", "-R", "--ignore-space-change", "--ignore-whitespace", tmp…
|
| /FreeRTOS-Plus-TCP-v4.0.0/ |
| D | README.md | 52 GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git 53 GIT_TAG master #Note: Best practice to use specific git-hash or tagged version 76 This repository uses [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to bring… 78 … you will not get the contents of the submodules. (The ZIP file is also not a valid Git repository) 82 git clone https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git ./FreeRTOS-Plus-TCP 84 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel 88 git clone git@github.com:FreeRTOS/FreeRTOS-Plus-TCP.git ./FreeRTOS-Plus-TCP 90 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel
|
| D | manifest.yml | 10 type: "git" 11 url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ |
| D | README.md | 23 …- `git clone --recurse-submodules https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git ./FreeRTOS_TCP` 25 - `git submodule update --checkout --init --recursive`
|
| D | CMakeLists.txt | 33 execute_process( COMMAND git submodule update --init --checkout ${KERNEL_DIRECTORY}
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ |
| D | README.md | 27 - `git clone https://github.com/FreeRTOS/FreeRTOS.git ./FreeRTOS_Dir` 28 - `git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel`
|
| D | cmock_build.cmake | 3 find_package( Git REQUIRED )
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/ |
| D | README.md | 79 - Download and install the "git for Windows" package, which also 80 provides the `patch` command, from [here](https://git-scm.com/download/win).
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/mw300_rd/ |
| D | README.md | 6 ## Last Git Release :
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/ |
| D | README.md | 5 ## Last Git Release :
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/esp32/ |
| D | README.md | 6 ## Last Git Release :
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/SH2A/ |
| D | README.md | 6 ## Last Git Release :
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/ |
| D | README.md | 6 ## Last Git Release :
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC17xx/ |
| D | README.md | 6 ## Last Git Release :
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/ |
| D | README.md | 6 ## Last Git Release :
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/ |
| D | README.md | 6 ## Last Git Release :
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/ |
| D | README.md | 6 ## Last Git Release :
|
12