mirror of
https://github.com/git/git.git
synced 2026-03-24 15:40:08 +01:00
Merge branch 'mz/rebase' into next
* mz/rebase: Makefile: do not install sourced rebase scripts
This commit is contained in:
6
Makefile
6
Makefile
@@ -369,9 +369,6 @@ SCRIPT_SH += git-merge-resolve.sh
|
||||
SCRIPT_SH += git-mergetool.sh
|
||||
SCRIPT_SH += git-pull.sh
|
||||
SCRIPT_SH += git-quiltimport.sh
|
||||
SCRIPT_SH += git-rebase--am.sh
|
||||
SCRIPT_SH += git-rebase--interactive.sh
|
||||
SCRIPT_SH += git-rebase--merge.sh
|
||||
SCRIPT_SH += git-rebase.sh
|
||||
SCRIPT_SH += git-repack.sh
|
||||
SCRIPT_SH += git-request-pull.sh
|
||||
@@ -381,6 +378,9 @@ SCRIPT_SH += git-web--browse.sh
|
||||
|
||||
SCRIPT_LIB += git-mergetool--lib
|
||||
SCRIPT_LIB += git-parse-remote
|
||||
SCRIPT_LIB += git-rebase--am
|
||||
SCRIPT_LIB += git-rebase--interactive
|
||||
SCRIPT_LIB += git-rebase--merge
|
||||
SCRIPT_LIB += git-sh-setup
|
||||
|
||||
SCRIPT_PERL += git-add--interactive.perl
|
||||
|
||||
0
git-rebase--interactive.sh
Executable file → Normal file
0
git-rebase--interactive.sh
Executable file → Normal file
Reference in New Issue
Block a user