commit | 685ef546b62d063c72b401cd38b83a879301aac4 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Fri Jun 08 01:30:35 2007 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jun 09 12:16:49 2007 -0700 |
tree | e77b86327c888b55739f79c1ca939b89f947e193 | |
parent | 3520e1e86878c6787c3abfe677e6472ce2c97f66 [diff] |
Teach filter-branch about subdirectory filtering 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. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>