From 28c873c85b9c11653b00956bb9f66324731ef4fb Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 31 May 2013 21:12:52 +0000 Subject: [PATCH] Added a comment --- .../comment_1_92211091daf9827a4ec7e5b5a6769d59._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Remotes_only_start_showing_changes_after_both_sides_have_written_to_the_repository/comment_1_92211091daf9827a4ec7e5b5a6769d59._comment diff --git a/doc/bugs/Remotes_only_start_showing_changes_after_both_sides_have_written_to_the_repository/comment_1_92211091daf9827a4ec7e5b5a6769d59._comment b/doc/bugs/Remotes_only_start_showing_changes_after_both_sides_have_written_to_the_repository/comment_1_92211091daf9827a4ec7e5b5a6769d59._comment new file mode 100644 index 0000000000..0daa25b7f9 --- /dev/null +++ b/doc/bugs/Remotes_only_start_showing_changes_after_both_sides_have_written_to_the_repository/comment_1_92211091daf9827a4ec7e5b5a6769d59._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-05-31T21:12:52Z" + content=""" +How are you creating the repositories? git cannot merge origin/master into master when master does not exist yet. The assistant, when it creates a repository, makes an empty commit, to create the master branch, which should avoid this problem. +"""]]