author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 3 Jun 2007 00:31:28 +0000 (01:31 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 3 Jun 2007 03:04:04 +0000 (20:04 -0700) | ||
commit | 6f6826c52bb751450e2bfa28f07c817dfa5802d6 | |
tree | 2522249ed3803835b87fce98ee5e7d978b32613c | tree | snapshot |
parent | c94bf41c9a78dc1c084f2a2895f95b6b6d8f79b1 | commit | diff |
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 <johannes.schindelin@gmx.de>
Hopefully-signed-off-by: Petr "cogito master" Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 <johannes.schindelin@gmx.de>
Hopefully-signed-off-by: Petr "cogito master" Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history | |
git-filter-branch.sh | [new file with mode: 0644] | blob |
t/t7003-filter-branch.sh | [new file with mode: 0755] | blob |