About 1,139,959 results (4,741 milliseconds)

Git Extensions - Extract all the code at a particular commit

https://groups.google.com/g/gitextensions/c/_Cz1oRLQm0A
Mar 1, 2017 ... ... Revision" ->. Inline-Bild 1 AND THEN Inline-Bild 2. After saving the ZIP file, you can extract it in the location you like :-) -- Oliver ...

Building an old specific commit in one AOSP project

https://groups.google.com/g/android-building/c/xs-lPKre6TE
Jun 28, 2019 ... The procedure: Find the commit ID; Find the appropriate manifest branch (git tag --contains $COMMIT_ID ) in the appropriate project in the ...

Building a specific commit with Gerrit

https://groups.google.com/g/jenkinsci-users/c/skbGF_-JPAQ
Sep 22, 2014 ... I need to build every commit that gets submitted into a Gerrit repo (preferably in order). I have all the latest git/Gerrit plugins on the latest Jenkins 1.565 ...

How to checkout specific revision (e.g. an old one) with gclient?

https://groups.google.com/a/chromium.org/g/chromium-dev/c/JQYhMptiQ08
Feb 24, 2014 ... ... revision options, so I delete the 'safesync_url' from '.gclient' file, the content of '.gclient' becomes 1 solutions = [ 2 { "name" : "src ...

What's the best way to tag a repo

https://groups.google.com/g/repo-discuss/c/2-Wb8dKiXJA
Try using `repo manifest -r` to create a manifest XML file which has specific Git commit IDs for each project, commit that to your manifest project, and then ...

Build Tags and Source Revisions

https://groups.google.com/g/openxt/c/roq03G5T0vs
May 19, 2016 ... conf file with either AUTOREV, leaving the existing revision process, or with a specific tag. This new variable will make pointing to tagged ...

repo init with -b <SHA1> fails

https://groups.google.com/g/repo-discuss/c/1S3tQtlQhRQ
We use gerrit repo plugin in jenkins to checkout a specific commit of the manifest. ... > <sha> support? > The repo file (meaning the one shown if you do `which ...

How to change committer email address during git push

https://groups.google.com/g/repo-discuss/c/aH7sCmw94pg/m/eSil6DaieQYJ
Sep 27, 2013 ... Then it's likely that you have locally created several commits which are included in the push. git commit ... commit-author-at-one-specific-commit.

question about revision in the manifest file

https://groups.google.com/g/repo-discuss/c/qFcZaVtF-5Q
May 11, 2011 ... The revision controls which commit is checked out in a particular git and hence from which commit new topic branches are based.

getting specified tag by using repo

https://groups.google.com/g/repo-discuss/c/IBgCUc4QaKg
so only using repo cannot be used to get particular tag, right? and $>repo help init says -b REVISION, --manifest-branch=REVISION manifest branch or revision

Delta commits between two git branches

https://groups.google.com/g/repo-discuss/c/YZnnJ1M5qoA
Oct 20, 2021 ... echo "[$branch] create commit $1 with file $file" echo "$file" > "$file" git add "$file" git commit -q -m "Commit $1" } cd "$repo" git init ...

Windows 10 Tortoise Commit Window Hangs (and Resolution)

https://groups.google.com/g/tortoisesvn/c/oOzbLfSiDUw
The commit dialog, and other dialogs that displayed file lists, would freeze between displaying the dialog and loading/populating the file list and would be ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
To delete one or more Git branches from your project, first navigate to the ... To revert any additions or deletions in the contents of a single file, select the ...

[RFC] Change to repo manifest format

https://groups.google.com/g/repo-discuss/c/ozcAHjSVuyM
... gitlink" file entries recording the current commit SHA-1 of each project. [1] ... remove an existing project, through a few `git config --file=.

[llvm-dev] Workflow to commit changes using git alone (?)

https://groups.google.com/g/llvm-dev/c/MRa4Tfc6q7o
Nov 8, 2019 ... I have recently given commit access to LLVM and successfully pushed a test commit from my local master branch. However, I can't find which is ...

How to skip a build after a "git push" done by a Jenkinsfile

https://groups.google.com/g/jenkinsci-users/c/cCr21Wr5lks
Mar 23, 2017 ... The git plugin as used in pipeline doesn't support ignoring commits from certain users, or ignoring commits with certain messages. Until it does ...

Create and manage build triggers | Cloud Build Documentation ...

https://cloud.google.com/build/docs/automating-builds/create-manage-triggers
... single commit. If you want to include more of your repo's history in the build, add a build step in your build config file to "unshallow" the clone. For ...

Re: amend a commit and upload it

https://groups.google.com/g/repo-discuss/c/jFG4aIHpsTM
> so I just did "git commit --amend". Maybe "git add <something here>" > wasn't necessary because I only modified a single file, and that file > was already ...

Git how to force server changes (overwrite local changes) and vice ...

https://groups.google.com/g/okapi-devel/c/yd8WDJ5p13g
But it does demand the files be committed ... one commit to the parent. git stash apply stash@{X} to apply the changes for a specific stash (without removing the ...

git rebase-update && gclient sync fails repeatedly due to unstaged ...

https://groups.google.com/a/chromium.org/g/chromium-dev/c/imnsxNawOiI
))$ git status. HEAD detached at b2ca305. Changes not staged for commit: (use "git add/rm <file>..." to update what will be committed). (use "git checkout -- < ...