About 1,462,717 results (2,823 milliseconds)

Delta commits between two git branches

https://groups.google.com/g/repo-discuss/c/YZnnJ1M5qoA
Oct 20, 2021 ... ... differences,I just want a list of commit id's between the two git branches. Hello,. The command you are looking for is git cherry which find ...

git diff using change IDs

https://groups.google.com/g/repo-discuss/c/H5l9VOlM8Eg
I need to find the difference between two branches by gerrit Change IDs, not by files or commit IDs. I mean, the commits which are not in one branch.

Re: [repo] diff/changelog between two manifests

https://groups.google.com/g/repo-discuss/c/tOXveIgbavo
This is what I ended up with: #!/bin/sh old_manifest=$1 new_manifest=$2 [ -z "$3" ] && diff_cmd="git --no-pager log --pretty=oneline --abbrev-commit"

How to check the diff between two branches across AOSP?

https://groups.google.com/g/android-building/c/gr_x7T5BqRY
Apr 23, 2012 ... Now I know I can do this under /frameworks/base, where I can check out both branches in `git`. ... > > repo forall -c "git diff android-4.0.3_r1..

What is the correct approach when attempting to add multiple pre ...

https://groups.google.com/g/reviewboard/c/NyJv8HbS8hU
Apr 16, 2015 ... ReviewBoard understands the base of "Commit 2" since the Git full ... By uploading my Commit 2 DIFF with a parent Commit 1 DIFF ...

Gerrit and development branches issues

https://groups.google.com/g/repo-discuss/c/tmiyz6GCRaw
May 27, 2011 ... You can use "git merge-base commit1 commit2" to find the most recent common ancestor between two commits, but the tools we're talking about

How to find code commits between two chrome versions ?

https://groups.google.com/a/chromium.org/g/chromium-dev/c/pTgJY5cca1U
Nov 5, 2014 ... Does "git log a..b" do what you want, where a and b are either the commit hashes or branch or tag names? Note that, if it ...

Doing something similar to "git rev-list" using Gerrit REST API

https://groups.google.com/g/repo-discuss/c/POTJJdZHa-4
Jun 9, 2022 ... We are looking to get set of commits occured between two commit hashes and currently we are using "git rev-list <from_commit>...<to_commit>" but the ...

Gerrit query to get the list of delta commits between to commit SHA

https://groups.google.com/g/repo-discuss/c/5o5CMWvZoD0
Apr 13, 2021 ... Hi Is there any gerrit query/API to get the list of all the changes merged between two given commit SHA's in gerrit?

How can I view the newest changes log in Repo or Gerrit?

https://groups.google.com/g/repo-discuss/c/mYMC0jOwlqQ
Apr 27, 2011 ... One thing that could be useful is running "git ls-remote" to find out ... > git log just between two tag? I will be crazy if I should do this ...

Miscalculated "new issues/coverage/TD" between 2 analysis ...

https://groups.google.com/g/sonarqube/c/MDMFycnav0s
I wrote a few days ago about analysis between 2 git commits. The purpose is to get the metrics on the difference - coverage on new code, issues on new code, ...

"+1" plus "+1" = 2

https://groups.google.com/g/repo-discuss/c/HXC9aNJtcZY
git add rules.pl ; git commit... git push origin config:refs/meta/config ... diff --git i/project.config w/project.config. index 8028b0c..568902e 100644.

JGit DFS backend - has anyone tried to implement Cassandra?

https://groups.google.com/g/repo-discuss/c/IekVPmow0yE
Jan 7, 2016 ... a diff between two commits for Gerrit you may only need 512 KiB worth ... To be honest with you, my current scalability problems are on the Git ...

Making git bisect more useful | Ovid [blogs.perl.org]

http://feedproxy.google.com/~r/PerlWeekly/~3/7FmnSdZKzXs/making-git-bisect-more-useful.html
Jul 4, 2014 ... Tell git that this is a good commit. At this point, git will automatically check out a commit halfway between the two commits. You rerun your ...

Bisecting the toolchain

https://groups.google.com/g/golang-dev/c/bQpH12WJZ5Y
I saw one wiki page mentioning "use git bisect to find the bad commit ... between whichever two commits have the biggest performance difference. As a ...

Commits and refs affected by "git push -f"

https://groups.google.com/g/jenkinsci-dev/c/Lj_mPb7jMmo/m/3N7AVQQed70J
... between the two lists humbug-plugin => pre-push and post-push (GitHub) ... find any missing commits, to boost our confidence level in the recovery

Gerrit not updating branch after merge

https://groups.google.com/g/repo-discuss/c/ko9vyryFHvA
Mar 6, 2020 ... 2. So they decided to use "git commit --allow-empty" and then push that to Gerrit for review. 3. The code review showed ...

Gerrit 2.8.1 Replication plugin Broken --- at least for me

https://groups.google.com/g/repo-discuss/c/NEgxb7CTbf0
Feb 3, 2014 ... > > and found that the difference between 2.7 and 2.8 is ... > > * the first two digits of the merge commit's object > > > > * name, and ...

Multiple working copies in EDG 7.0 - no conflict resolution?

https://groups.google.com/g/topbraid-users/c/zCe4xUBpQhU
Feb 18, 2022 ... I was thinking that WF #2 would check to see if the production graph had been changed and surface all the changes between the WF #2 working ...

Viewing commit changes | Cloud Source Repositories Documentation

https://cloud.google.com/source-repositories/docs/viewing-commit-changes
Compare commits · Access the Commit Details view for a specific commit. · Click Compare. The Compare screen opens. This screen allows you to select two different ...