diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-26 17:27:07 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-29 12:52:03 -0700 |
commit | e47e35acdda5e334befcde6ffaf207cb5a63b6f4 (patch) | |
tree | 6088772d6e7913f68df719f8e2b2050fb9bbca5d /Documentation/git.txt | |
parent | 48313592bf318139b39d6017a863f27420e3939a (diff) | |
download | git-e47e35acdda5e334befcde6ffaf207cb5a63b6f4.tar.gz |
Remove git-apply-patch-script.
Now the rebase is rewritten to use git cherry-pick, there is no user
for that ancient script. I've checked Cogito and StGIT to make sure
they do not use it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index f63cbdd372..807a470076 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -260,9 +260,6 @@ Manipulators: link:git-relink-script.html[git-relink-script]:: Hardlink common objects in local repositories. -link:git-apply-patch-script.html[git-apply-patch-script]:: - Sample script to apply the diffs from git-diff-* - link:git-convert-cache.html[git-convert-cache]:: Converts old-style GIT repository |