Home
last modified time | relevance | path

Searched full:git (Results 1 – 25 of 30) sorted by relevance

12

/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Drelease-candidate.yml22 - name: Configure git identity
24 git config --global user.name ${{ github.actor }}
25 git config --global user.email ${{ github.actor }}@users.noreply.github.com
28git 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 }}
35git diff ${{ github.event.inputs.commit_id }} tags/${{ github.event.inputs.version_number }}
Drelease.yml22 - 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 }}
40git 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 …]
Duncrustify.yml20 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"
Dci.yml20 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/
Dcompute_patch.py122 # 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: {}
DMakefile6 git format-patch $(BRANCH)..$(BRANCH)-cbmc-patches
17 git checkout ../../../lib
D.gitattributes1 # It seems git apply does not want crlf line endings on Windows
Dpatch.py19 … result = subprocess.run(["git", "apply", "--ignore-space-change", "--ignore-whitespace", tmpfile],
Dunpatch.py39 …result = subprocess.run(["git", "apply", "-R", "--ignore-space-change", "--ignore-whitespace", tmp…
/FreeRTOS-Plus-TCP-v4.0.0/
DREADME.md52 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
Dmanifest.yml10 type: "git"
11 url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
DREADME.md23 …- `git clone --recurse-submodules https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git ./FreeRTOS_TCP`
25 - `git submodule update --checkout --init --recursive`
DCMakeLists.txt33 execute_process( COMMAND git submodule update --init --checkout ${KERNEL_DIRECTORY}
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
DREADME.md27 - `git clone https://github.com/FreeRTOS/FreeRTOS.git ./FreeRTOS_Dir`
28 - `git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel`
Dcmock_build.cmake3 find_package( Git REQUIRED )
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/
DREADME.md79 - 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/
DREADME.md6 ## Last Git Release :
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DREADME.md5 ## Last Git Release :
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/esp32/
DREADME.md6 ## Last Git Release :
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/SH2A/
DREADME.md6 ## Last Git Release :
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
DREADME.md6 ## Last Git Release :
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC17xx/
DREADME.md6 ## Last Git Release :
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DREADME.md6 ## Last Git Release :
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
DREADME.md6 ## Last Git Release :
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
DREADME.md6 ## Last Git Release :

12