projects
/
drupal-init-tools.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59acf79
)
bootstrap.sh: improve the informational message about 'git core-diff'
author
Antonio Ospite <ao2@ao2.it>
Fri, 9 Mar 2018 14:55:06 +0000
(15:55 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:07:15 +0000
(13:07 +0100)
libexec/bootstrap.sh
patch
|
blob
|
history
diff --git
a/libexec/bootstrap.sh
b/libexec/bootstrap.sh
index
f18d337
..
8b92f97
100755
(executable)
--- a/
libexec/bootstrap.sh
+++ b/
libexec/bootstrap.sh
@@
-199,7
+199,7
@@
chmod 555 sites/default
if [ -d core/.git ];
then
git -C core/ config --local alias.core-diff "diff --src-prefix=a/core/ --dst-prefix=b/core/"
- echo "Added a 'git core-diff' to the drupal/core repository clone."
+ echo "Added a 'git core-diff'
command
to the drupal/core repository clone."
echo "This command helps creating core patches ready for upstream."
fi