Thread (71 messages) flat view 71 messages, 8 authors, 2016-06-15

Re: [PATCH v6 2/4] git-cherry-pick: Add keep-redundant-commits option

From: Clemens Buchacher <hidden>
Date: 2016-06-15 22:53:37

On Tue, Apr 17, 2012 at 02:20:07PM -0400, Neil Horman wrote:
+	if (!empty && !opts->keep_redundant_commits && index_unchanged)
+			/*
+			 * The head tree and the index match
+			 * meaning the commit is empty.  Since it wasn't created
+			 * empty (based on the previous test), we can conclude
+			 * the commit has been made redundant.  Since we don't
+			 * want to keep redundant commits, we can just return
+			 * here, skipping this commit
+			 */
+			return 0;
You can remove one level of indentation (yay!).
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help