X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=article.tex;h=0688c7ad02524d0d5c0d399682f3ac46946d1e1f;hb=26c18196858d61ec8bd051837aa9ccb08f68ccaf;hp=f73f7229ae114bc2104d3b4b8bb55b0a5b5b49e6;hpb=450c63c9959be28a023c1e8a9276b0c9954fce4f;p=topbloke-formulae.git diff --git a/article.tex b/article.tex index f73f722..0688c7a 100644 --- a/article.tex +++ b/article.tex @@ -152,10 +152,13 @@ $\displaystyle \bigforall_{D \in \py} D \isin C \equiv D \le C $. $\displaystyle \bigforall_{D \in \py} D \not\isin C $. ~ Informally, $C$ has none of the contents of $\p$. -Non-Topbloke commits are $\nothaspatch \p$ for all $\p$; if a Topbloke +Non-Topbloke commits are $\nothaspatch \p$ for all $\p$. This +includes commits on plain git branches made by applying a Topbloke +patch. If a Topbloke patch is applied to a non-Topbloke branch and then bubbles back to -the Topbloke patch itself, we hope that git's merge algorithm will -DTRT or that the user will no longer care about the Topbloke patch. +the relevant Topbloke branches, we hope that +if the user still cares about the Topbloke patch, +git's merge algorithm will DTRT when trying to re-apply the changes. \item[ $\displaystyle \mergeof{C}{L}{M}{R} $ ] The contents of a git merge result: @@ -168,18 +171,6 @@ $\displaystyle D \isin C \equiv \end{cases} $ -Some (overlapping) alternative formulations: - -$\displaystyle D \isin C \equiv - \begin{cases} - D \isin L \equiv D \isin R : & D = C \lor D \isin L \\ - D \isin L \equiv D \isin R : & D = C \lor D \isin R \\ - D \isin L \nequiv D \isin R : & D = C \lor D \not\isin M \\ - D \isin M \equiv D \isin L : & D = C \lor D \isin R \\ - D \isin M \equiv D \isin R : & D = C \lor D \isin L \\ - \end{cases} -$ - \end{basedescript} \newpage \section{Invariants} @@ -208,6 +199,23 @@ We maintain these each time we construct a new commit. \\ \section{Some lemmas} +\[ \eqn{Alternative (overlapping) formulations defining + $\mergeof{C}{L}{M}{R}$:}{ + D \isin C \equiv + \begin{cases} + D \isin L \equiv D \isin R : & D = C \lor D \isin L \\ + D \isin L \nequiv D \isin R : & D = C \lor D \not\isin M \\ + D \isin L \equiv D \isin M : & D = C \lor D \isin R \\ + D \isin L \nequiv D \isin M : & D = C \lor D \isin L \\ + \text{as above with L and R exchanged} + \end{cases} +}\] +\proof{ + Truth table xxx + + Original definition is symmetrical in $L$ and $R$. +} + \[ \eqn{Exclusive Tip Contents:}{ \bigforall_{C \in \py} \neg \Bigl[ D \isin \baseof{C} \land ( D \in \py \land D \le C ) @@ -332,6 +340,8 @@ A simple single-parent forward commit $C$ as made by git-commit. \tag*{} \patchof{C} = \patchof{A} \\ \tag*{} D \isin C \equiv D \isin A \lor D = C \end{gather} +This also covers Topbloke-generated commits on plain git branches: +Topbloke strips the metadata when exporting. \subsection{No Replay} Trivial. @@ -419,15 +429,15 @@ Used for removing a branch dependency. \subsection{Conditions} +\[ \eqn{ From Base }{ + L \in \pn +}\] \[ \eqn{ Unique Tip }{ \pendsof{L}{\pry} = \{ R^+ \} }\] \[ \eqn{ Currently Included }{ L \haspatch \pry }\] -\[ \eqn{ Not Self }{ - L \not\in \{ R^+ \} -}\] \subsection{No Replay} @@ -471,7 +481,12 @@ $\qed$ \subsection{Unique Base} -Need to consider only $C \in \py$, ie $L \in \py$. +From Base means that $C \in \pn$, so Unique Base is not +applicable. $\qed$ + +\subsection{Tip Contents} + +Again, not applicable. $\qed$ xxx tbd @@ -521,6 +536,17 @@ We will occasionally use $X,Y$ s.t. $\{X,Y\} = \{L,R\}$. \right] }\] +\subsection{Non-Topbloke merges} + +We require both $\patchof{L} = \bot$ and $\patchof{R} = \bot$. +I.e. not only is it forbidden to merge into a Topbloke-controlled +branch without Topbloke's assistance, it is also forbidden to +merge any Topbloke-controlled branch into any plain git branch. + +Given those conditions, Tip Merge and Merge Acyclic do not apply. +And $Y \not\in \py$ so $\neg [ Y \haspatch \p ]$ so neither +Merge Ends condition applies. Good. + \subsection{No Replay} See No Replay for Merge Results. @@ -690,26 +716,35 @@ $\baseof{C} = R$ so $D \isin C \equiv D \isin \baseof{C}$. OK. $\qed$ -xxx junk after here - -%D \in \py$:} +\subsection{Foreign Inclusion} +Consider some $D$ s.t. $\patchof{D} = \bot$. +By Foreign Inclusion of $L, M, R$: +$D \isin L \equiv D \le L$; +$D \isin M \equiv D \le M$; +$D \isin R \equiv D \le R$. +\subsubsection{For $D = C$:} -xxx the coherence is not that useful ? +$D \isin C$ and $D \le C$. OK. -$L \haspatch \p$ by +\subsubsection{For $D \neq C, D \isin M$:} -xxx need to recheck this +Thus $D \le M$ so $D \le L$ and $D \le R$ so $D \isin L$ and $D \isin +R$. So by $\merge$, $D \isin C$. And $D \le C$. OK. -$C \in \py$ $C \haspatch P$ so $D \isin C \equiv D \le C$. OK. +\subsubsection{For $D \neq C, D \not\isin M, D \isin X$:} -\subsubsection{For $L \in \py, D \not\in \py, R \in \py$:} +By $\merge$, $D \isin C$. +And $D \isin X$ means $D \le X$ so $D \le C$. +OK. -Tip Contents for $L$: $D \isin L \equiv D \isin \baseof{L}$. +\subsubsection{For $D \neq C, D \not\isin M, D \not\isin L, D \not\isin R$:} -Tip Contents for $R$: $D \isin R \equiv D \isin \baseof{R}$. +By $\merge$, $D \not\isin C$. +And $D \not\le L, D \not\le R$ so $D \not\le C$. +OK -But by Tip Merge, $\baseof{R} \ge \baseof{L}$ +$\qed$ \end{document}