Questions tagged [automerge]
35 questions
69
votes
3 answers
Is it possible to disable the auto-merge option in Visual Studio Team System 2008? If so how?
I'd like to disable the automatic merge feature when checking in a file to TFS that another developer has worked on so that I always need to merge manually. Is there any way to do this?

Bryan Anderson
- 15,969
- 8
- 68
- 83
8
votes
1 answer
GitHub auto-merge option isn't showing in pull requests
According to GitHub's docs, after enabling "Allow auto-merge" in my repo settings, I should see a button that says "Enable auto-merge" in my pull requests. I do not.
I've opened new PRs, toggled the types of merging allowed, and switched my repo…

Spencer Goff
- 1,036
- 3
- 14
- 23
4
votes
1 answer
How to list only auto merged files in git
Is there any command to list only auto merged files in git after taking pull. Auto merging is not forcing us to watch code. Some time I needed to check explicitly to automerged files.
Git enlists changed files generally in three types in mix up. New…

Niklesh Raut
- 34,013
- 16
- 75
- 109
4
votes
1 answer
Why does git does not merge some changes?
We ran into a strange git merge issue. We have 2 repos (simplication below). The PublicRepo is where we do most development on and every now and then we pull/merge changes into PrivateRepo. …

Suwat Ch
- 598
- 3
- 5
3
votes
1 answer
Prevent automatic changelog merging
I have the following setup:
I use Keep a Changelog (https://keepachangelog.com/)
I use Git with GitHub
I follow the Gitflow Workflow
Precondition:
The changelog is saved in a file named CHANGELOG.md in the develop branch which looks partly like…

John Sinclair
- 91
- 2
3
votes
1 answer
How to e2e test multiple client synchronization?
I am writing e2e tests where I want to test that when I add an entity on one client, the other online client will be synced and see the added entity. (Think google docs when you type and the words appear on the other users' screens).
My question…

Tom
- 4,776
- 2
- 38
- 50
3
votes
0 answers
npm module versioning with auto merging in git
I'm currently struggling with automatic merges of a semantic versioned node project. In my current setup I have to maintain multiple older (minor) versions of the applications. To ensure that bug fixes in older versions are also applied to newer…

Alexander Heimbuch
- 657
- 9
- 14
3
votes
1 answer
What does TFS mean by Keeping a nonexistent file or Automerging with it?
When trying to merge a newer version of a project with an older one, I get, "The item has been deleted in the target branch" and it gives me three options:
Restore File And AutoMerge
Keep Target Branch Version
Take Source Branch Version
...as can…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
3
votes
2 answers
How can I merge my files when the folder structure has changed
I want to perform a major codebase reorganization, but I'm unable to proceed unless I can provide a way for trunk fixes to be easily applied to branches that were taken before the reorganization.
One approach I was considering was to apply the…

tomdee
- 2,319
- 5
- 25
- 39
3
votes
1 answer
Let git merge different filetypes with an external tool?
we are working on a project where we often get the same conflict due to git not able to merge the files correctly. However these conflicts can be easily fixed with an external script. Is it somehow possible to let git now that it always should…

Michael Ochs
- 2,846
- 3
- 27
- 33
2
votes
0 answers
I am getting "Can't import the named export 'memory'.'buffer' (imported as 'wasm') from default-exporting module (only default export is available)"
How can I resolve this error?
ERROR in
./node_modules/@automerge/automerge-wasm/bundler/automerge_wasm_bg.js
27:40-58 Can't import the named export 'memory'.'buffer' (imported as
'wasm') from default-exporting module (only default export…

user1976625
- 21
- 1
2
votes
1 answer
Program to take the update of given SVN branch and get username who committed last in the conflicted file
I am trying to write a program in C# which can list out all conflicted files in a selected branch. The program will list out the username who committed last in conflicted file.
Actually we have multiple projects and a centralized project where…

deepika jadhav
- 23
- 6
2
votes
1 answer
How to auto-Merge Bitbucket branches from Bamboo?
We are working on a POC with Bamboo and Bitbucket to do an auto-merge between the Master and Feature branches.
The task list is as follows:
Commit code in trunk
Get a repository polled bamboo build for the Trunk
Code gets Auto-merge in feature…

Fahad Ali Khan
- 91
- 1
- 7
2
votes
2 answers
How to prevent Git automerging particular lines with equal changes
Given you have a file with a version number which is increased in two branches, how to prevent Git from silently automerging the two lines changing lines defining the version?
* Git automatically merges here, but shouldn't
|\
| * change same line…

Daniel Böhmer
- 14,463
- 5
- 36
- 46
2
votes
2 answers
Teamcity automerge cannot find destination branch
I'm trying to set up automated merge of changes for a teamcity build.
TeamCity Professional 9.1.6 (build 37459)
I want all the changes in branches release/* to be merged into the following branch:
develop-automerge
VCS root specification:
Default…

George Polevoy
- 7,450
- 3
- 36
- 61