About 1,016,055 results (2,939 milliseconds)

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

https://groups.google.com/g/reviewboard/c/NyJv8HbS8hU
Apr 16, 2015 ... Is there a way I can append multiple parent diff's for a review? My attempts were to merge append patch 1 and 2 together, with no luck. Or, am I ...

Delta commits between two git branches

https://groups.google.com/g/repo-discuss/c/YZnnJ1M5qoA
Oct 20, 2021 ... r2 is called symmetric difference of r1 and r2 and is defined as r1 r2 --not $(git merge-base --all r1 r2). It is the set of commits that are ...

Gerrit and development branches issues

https://groups.google.com/g/repo-discuss/c/tmiyz6GCRaw
May 27, 2011 ... You could use the --squash option to "git merge". If you constantly find yourself with topic branches with many commits that you want to squash ...

Possible to attach multiple diffs to a draft?

https://groups.google.com/g/reviewboard/c/2g2FrBkcDyY
Nov 9, 2023 ... ... git repo. The upstream branch is not linear, and so 'rbt post ... (Where D is a merge commit). gets linearized as 2 squash diffs A..B ...

How do I create a patch

https://groups.google.com/g/tortoisegit-users/c/GbswDejQ_-w
AFAICT I can view a diff for multiple files - but I can only save ... I quickly realised that the options "Save unified diff" and "Show changes as unified diff" ...

Review Board, Git and patch-series

https://groups.google.com/g/reviewboard/c/7ungX3jLoXk
... changes, except it'd be broken up into several diffs. 2) Update post-review ... Deleted or added commits would thus show the same as a diff hunk in one ...

Multiple working copies in EDG 7.0 - no conflict resolution?

https://groups.google.com/g/topbraid-users/c/zCe4xUBpQhU
Feb 18, 2022 ... What's also confusing, currently, if this happens, your changes will show ... The major, major difference is that git branches a whole repo ...

The patch to {file_name} didn't apply cleanly

https://groups.google.com/g/reviewboard/c/ZT8X_S1YMkc
Mar 23, 2017 ... ... git commits. I used the following command: git format-patch ... commits, but you can't have one diff represent multiple commits. The ...

[llvm-dev] Phabricator -> GitHub PRs?

https://groups.google.com/g/llvm-dev/c/eC4-ZaED7Rw/m/C5MxHcjsBAAJ
linked list. Git allows multiple commits per pull request, so does GitHub's PR UI, as well as showing all the other changes (force push, rebase, reorder,

Viewing commit changes | Cloud Source Repositories Documentation

https://cloud.google.com/source-repositories/docs/viewing-commit-changes
This happens when a commit is the result of a merge of two or more branches. If a commit has multiple parents, the Commit Details view provides a drop-down list ...

Use version control with Cloud Shell Editor | Google Cloud

https://cloud.google.com/shell/docs/version-control
On this page · Use version control · Authenticate with Git · Toggle between multiple repositories. Display working changes; Turn on diff view; Commit changes.

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 in order to perform the merge. If you don't want to commit your local changes, one possibility is to use "git stash ...

Git: how my life has improved since last month when I used SVN ...

http://feedproxy.google.com/~r/NoRelationTo/~3/1WxDDA5mBw8/
May 31, 2010 ... I can simplify the commit history by merging two or more commits (I typically merge commits I used as unstable checkpoints); These operations ...

Multiple commits in a review request

https://groups.google.com/g/reviewboard-dev/c/2MuigbF_-X8
* A mechanism to keep comments on each commit separate. I don't want review comments for all commits to be combined into a single list of comments. This ...

Undetected rename, how do undo related pathset

https://groups.google.com/g/repo-discuss/c/BI1qVfUkPb0
using patchsets of a change as a way of splitting commits into multiple parts that you combine (basically squash-merge) when you submit the change. Surely ...

Comparing rebased patchsets

https://groups.google.com/g/repo-discuss/c/jCFPnrIIdLI/m/vczDFrdspdcJ
... show exactly what "git diff" would show when specifying two SHA1s. Does this ... changes happen in different steps, and we have more commits to diff against.

Gerrit Topic Review - Take two?

https://groups.google.com/g/repo-discuss/c/gXjbuhfW0tg
... diff computed from the artificial topic commit to show the net change. It ... > generated when the topic is merged e.g. a list of commits in the topic > ...

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

https://groups.google.com/g/msysgit/c/ew43zMNdwSg
8, click on "a.c" in the right bottom window(there is a file list), then it shows the diffs in left bottom window. ... 10, in the new opened git gui, stage the ...

Parent and Child reviews with changes

https://groups.google.com/g/repo-discuss/c/fb3VCJTIM5c
Jul 4, 2018 ... I got into a situation where a parent Gerrit review (2.15.2) had to go through multiple revision. Same for child review. They both got approved.

Gerrit and cherry-picking changes across branches

https://groups.google.com/g/repo-discuss/c/e48GqA92TSA
> Push Branch privileges. You can "code review" a merge commit just like any other commit. Its file list will be empty if the merge was completely ...