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

Re: [PATCH] Extend "checkout --track" DWIM to support more cases

From: Alex Riesen <hidden>
Date: 2016-06-15 22:45:11

Johannes Schindelin, Wed, Aug 20, 2008 21:52:23 +0200:
On Wed, 20 Aug 2008, Alex Riesen wrote:
quoted
-		slash = strchr(argv[0], '/');
-		if (slash && !prefixcmp(argv[0], "refs/"))
-			slash = strchr(slash + 1, '/');
-		if (slash && !prefixcmp(argv[0], "remotes/"))
-			slash = strchr(slash + 1, '/');
Why is this not enough?  It strips refs/ if there is one, and remotes/ if 
there is one (possibly after stripping refs/).  No?
No. It strips refs/ OR remotes/ (because of prefixcmp with argv[0]).
And I still wanted refs/<namespace>/something...
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help