Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: [PATCH 6/9] Completely move out worktree setup from setup_git_directory_gently()

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:18

Possibly related (same subject, not in this thread)

Nguyễn Thái Ngọc Duy [off-list ref] writes:
-	prefix = setup_git_directory_gently(&nongit);
-	init_revisions(&rev, prefix);
+	setup_git_directory_gently(&nongit);
+	init_revisions(&rev, NULL);
quoted hunk ↗ jump to hunk
@@ -233,19 +233,20 @@ int cmd_diff(int argc, const char **argv, const char *prefix)
...
-	init_revisions(&rev, prefix);
+	init_revisions(&rev, NULL);
Hmm.  How is the effect of this change compensated later to give
proper prefix value to rev.diffopt.prefix?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help