Re: Integration branching
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:27
"Kai Hendry" [off-list ref] writes:
On Mon, Apr 7, 2008 at 6:41 PM, Junio C Hamano [off-list ref] wrote:quoted
A set of big questions is how that git.webvm.net/srv/git/webkit-test repository was prepared, what its history look like and how it relates to the history your repository has. I presume that that is different from the repository you are pushing from (which is "x61:aplix/test/WebKit" repository), but other than that you did not give any details to guess further.webkit-test was just a `git --bare init --shared` and completely empty with I tried pushing (publishing) the changes to WebKit trunk.
That explains it without the "theory" in my previous message. The destination repository must be populated with full history somehow (and one way would have been to start it by cloning from the upstream), but if it was empty that is alright as well, because your push made it up-to-date. IOW, there is nothing to worry about and the system is working as designed. Further pushes will update it incrementally.