David Aguilar schrieb: > On Wed, May 27, 2009 at 08:34:57AM +0200, Johannes Sixt wrote: >> David Aguilar schrieb: >>> +#include <libgen.h> >> We don't have libgen.h on Windows :-( (at least not with my aging gcc >> 3.something). Would you please open-code the call to basename()? > > I don't know much about Windows. > Do we need to check for \ in addition to /? If the paths have been taken from the index or have passed through get_pathspec or prefix_filename, then it is sufficient to check for '/'. Otherwise, use is_dir_sep() (note it is a macro: don't call it like is_dir_sep(*c++)). -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html