git - Falling back / 3-way messages in rebase -


when rebase on remote tracking branch master, following message

$ git rebase origin/master first, rewinding head replay work on top of it... applying: 'xxx' using index info reconstruct base tree... falling patching base , 3-way merge... 

what "patching base" mean here? 3-way merges done on file file basis? there way disable them?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -