diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-19 16:57:11 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-19 16:57:11 -0700 |
commit | 667661d46ef3de6ec38d915f048b4008c0b7c27d (patch) | |
tree | aab9f9cec4a3218f786552460a633875ec76bb06 /Makefile | |
parent | Merge branch 'jc/grep' (diff) | |
parent | Implement a --dry-run option to git-quiltimport (diff) | |
download | tgif-667661d46ef3de6ec38d915f048b4008c0b7c27d.tar.xz |
Merge branch 'eb/quilt'
* eb/quilt:
Implement a --dry-run option to git-quiltimport
Implement git-quiltimport
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ SCRIPT_SH = \ git-applymbox.sh git-applypatch.sh git-am.sh \ git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \ git-merge-resolve.sh git-merge-ours.sh \ - git-lost-found.sh + git-lost-found.sh git-quiltimport.sh SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ |