Sverre Hvammen Johansen wrote:
diff --git a/Documentation/fast-forward-options.txt b/Documentation/fast-forward-options.txt new file mode 100644 index 0000000..87fd0ae --- /dev/null +++ b/Documentation/fast-forward-options.txt @@ -0,0 +1,69 @@ +FAST FORWARD OPTIONS +--------------------
+ +However, if your workflow require a linear history for the special +branch ("master"), topic branches must be rebased before merging them +back to "master". A pull or a merge from the "master branch of a +topic branch may accidentally introduce a merge commit that was not +already in the topic branch if the topic that were merged was not +properly rebased. This will creating a none linear history.
s/none /non/ jdl -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html