Re: [PATCH] added -C option to chdir() into another directory first

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael J Gruber
Date: Friday, February 27, 2009 - 7:21 am

kevin brintnall venit, vidit, dixit 26.02.2009 21:11:

I'm afraid you hit a somewhat reoccurring issue here. chdir'ing looks
simple, but it has many side effects, such as on relative paths (as
Junio pointed out) but also on the order of parsing config. Having -C as
a global git option would require dealing with all of these effects.

On the other hand, a shell function can achieve the same very easily.
The side effects are left to be dealt with by the user then ;)

Michael
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] added -C option to chdir() into another direct ..., Michael J Gruber, (Fri Feb 27, 7:21 am)