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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -