* branch builtin
@ 2006-11-01 20:17 Andy Whitcroft
2006-11-01 20:50 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Andy Whitcroft @ 2006-11-01 20:17 UTC (permalink / raw)
To: Git Mailing List
Since the branch command moved built-in it no longer works in
sub-directories. I've futzed with it and it seems adding RUN_SETUP to
the command table for branch makes 'git branch' work. Is this safe to do?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: branch builtin
2006-11-01 20:17 branch builtin Andy Whitcroft
@ 2006-11-01 20:50 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2006-11-01 20:50 UTC (permalink / raw)
To: Andy Whitcroft; +Cc: git
Andy Whitcroft <apw@shadowen.org> writes:
> Since the branch command moved built-in it no longer works in
> sub-directories. I've futzed with it and it seems adding RUN_SETUP to
> the command table for branch makes 'git branch' work. Is this safe to do?
"git branch" is usable only within a git repository, so
RUN_SETUP should be the sane thing to do. Thanks for noticing.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-01 20:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 20:17 branch builtin Andy Whitcroft
2006-11-01 20:50 ` Junio C Hamano
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.