Thread (4 messages) flat view 4 messages, 2 authors, 2016-06-15

Re: [PATCH v2] checkout: apply Dscho's dwim even with "--" present

From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:49:56

Possibly related (same subject, not in this thread)

Jonathan Nieder wrote:
quoted hunk ↗ jump to hunk
--- a/builtin/checkout.c
+++ b/builtin/checkout.c
+			    (argc == has_dash_dash ? 2 : 1)) {
Hmph --- this should read

			    (argc == (has_dash_dash ? 2 : 1)))

for correctness and sanity.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help