Johannes Schindelin, Fri, Jun 08, 2007 02:30:35 +0200: > > With git-filter-branch --subdirectory-filter <subdirectory> you can > get at the history, as seen by a certain subdirectory. The history > of the rewritten branch will only contain commits that touched that > subdirectory, and the subdirectory will be rewritten to be the new > project root. > Maybe it could be made more general --subdirectory-filter <from> [--subdirectory-filter-to <to>] <to> meaning root by default, and allow multiple filters to be set? You would have to deal with file name conflicts in case some filters refer to the same target directory, though. It has already been asked how to split a project into many projects based on directory boundaries. That'd help... - 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