Skip to content

Commit 6f6826c

Browse files
dschoJunio C Hamano
authored andcommitted
Add git-filter-branch
This script is derived from Pasky's cg-admin-rewritehist. In fact, it _is_ the same script, minimally adapted to work without cogito. It _should_ be able to perform the same tasks, even if only relying on core-git programs. All the work is Pasky's, just the adaption is mine. Signed-off-by: Johannes Schindelin <[email protected]> Hopefully-signed-off-by: Petr "cogito master" Baudis <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c94bf41 commit 6f6826c

File tree

3 files changed

+479
-1
lines changed

3 files changed

+479
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ SCRIPT_SH = \
209209
git-am.sh \
210210
git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \
211211
git-merge-resolve.sh git-merge-ours.sh \
212-
git-lost-found.sh git-quiltimport.sh git-submodule.sh
212+
git-lost-found.sh git-quiltimport.sh git-submodule.sh \
213+
git-filter-branch.sh
213214

214215
SCRIPT_PERL = \
215216
git-add--interactive.perl \

0 commit comments

Comments
 (0)