About 1,880,616 results (4,579 milliseconds)

Delta commits between two git branches

https://groups.google.com/g/repo-discuss/c/YZnnJ1M5qoA
Oct 20, 2021 ... present in both branch1 and branch2 , this should show all the commits that present in branch2 but not in branch1.. Jakub Sokół's profile ...

Git log show patchset and submitted changes

https://groups.google.com/g/repo-discuss/c/2swWVO-C4TM
Jun 18, 2018 ... ... git log. Is this expected behavior. I don't have "merge commit" allowed in access control.This does not happen to all commits. 392c6fa7d ...

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

https://groups.google.com/g/repo-discuss/c/mYMC0jOwlqQ
Apr 27, 2011 ... "Git log" just limit to a > project,I want to see log of all project as a whole. "I want to list all commits" is not a problem, it's a solution ...

Can gerrit handle reviewing and merging entire topic branches with ...

https://groups.google.com/g/repo-discuss/c/mUYbUvpMFNY
In Git, HEAD is the currently checked out ref (or commit, in the ... We solve this with manual merge commits. > > [...] This and making it easy to see all commits ...

Git Extensions - Extract all the code at a particular commit

https://groups.google.com/g/gitextensions/c/_Cz1oRLQm0A
Mar 1, 2017 ... I would like to extract all the code at a particular commit (show in blue highlight below) in GitExtensions. I want to leave all the commits ...

Does gerrit support review for merge commits

https://groups.google.com/g/repo-discuss/c/tExhesupv0o
Sep 23, 2015 ... At the same time I do *not* want to create CL's for all 1000 commits from original project. ... $ git show. commit ...

How to git pull latest changes from gerrit changeset + master

https://groups.google.com/g/repo-discuss/c/QCtXQa7ZEGY
Here's a snippet of python code that checks if all the current commits for ... Here I was checking to see if the commit in HEAD has a change Id. But I ...

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

https://groups.google.com/g/reviewboard/c/NyJv8HbS8hU
Apr 16, 2015 ... ... Commit 1 DIFF, ReviewBoard accepts the patch with no issues. I assume that this is the case since ReviewBoard has a list of all file indexes ...

Gerrit and development branches issues

https://groups.google.com/g/repo-discuss/c/tmiyz6GCRaw
May 27, 2011 ... ... git command to rebase all local changes without rebasing where ... > you'll create a code review by squashing all your commits (I guess).

Want to pull all remote branches at once.. But git branch -r showing ...

http://feedproxy.google.com/~r/stackoverflow/tGpU/~3/a8kE8-6WSz0/want-to-pull-all-remote-branches-at-once-but-git-branch-r-showing-only-some-b
May 11, 2021 ... The default for any clone is to copy all commits and no branches at all, because copying branches is generally not useful. ... git - Get all new ...

gitk lists my already committed files as "Uncommitted changes", but ...

https://groups.google.com/g/msysgit/c/ew43zMNdwSg
After I commit all the changes by the "git gui" tool fired from the "gitk ... So, you can see that git diff-files will give empty result only after I ...

Re: amend a commit and upload it

https://groups.google.com/g/repo-discuss/c/jFG4aIHpsTM
git commit --amend > 7. edit the commit message > 8. git push aosp. This will push all local branches with names that match remote branches (see git-push(1)).

Showing review diffs from -current- parent commit

https://groups.google.com/g/repo-discuss/c/-M-gjwm3TDA
Hi all,. We're currently using Gerrit 2.1.6.1 and have started to ... > How do you get the diff you want using git? The ticket Edwin linked[1] had ...

How to search commits via web interface in new git world?

https://groups.google.com/a/chromium.org/g/chromium-dev/c/LBnG0T6cB_g
Sep 11, 2014 ... Use http://svnsearch.org/svnsearch/repos/CHROMIUM/search to search through commits and find precise stats (eg, all of commits in a particular subfolder over a ...

Trouble getting fetching single SHA1s to work with Gerrit 2.13.5

https://groups.google.com/g/repo-discuss/c/NYr9FnbJY90
... every gerit project .git/config file to get rid of this issue ? any help on ... These settings work for all commits, these are security relevant policies which ...

Commits and refs affected by "git push -f"

https://groups.google.com/g/jenkinsci-dev/c/Lj_mPb7jMmo/m/3N7AVQQed70J
see them all in [2] as well. Since Git does not allow retrieval of commits by their SHA1, I'm going to try if Git would let me tag a commit that I don't ...

Commits occurring as "unknown" even though username set

https://groups.google.com/g/gitextensions/c/FuMO9if1cy8
$ git config --list | grep user user.name=Matthew Shapiro [email protected]. If you don't get any output, git doesn't know about your settings.

Tags not visible

https://groups.google.com/g/repo-discuss/c/XzqVIMaouLs
Nov 19, 2013 ... If I create an annotated tag referencing a specific commit and push it, he cannot see it. git tag -a mytag <sha1>. What's the difference here?

Repository browser with standard Gerrit commit viewer

https://groups.google.com/g/repo-discuss/c/TJmjeelXG1E/m/7f5ndn6HGAAJ
Feb 17, 2020 ... I know there is gitiles and other web Git browsers but they all have dummy interface and diff viewers. ... I see no real reason why this commit ...

Troubles editing All-Projects

https://groups.google.com/g/repo-discuss/c/iE_PypbWiNE
Mar 4, 2021 ... config file to All-Projects but I'm confused what is going on here, see below. ... commit-msg "All-Projects/.git/hooks/". Cloning into 'All- ...