You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo'It is a script to create patch between Current branch (branch with changes) and Default branch. The script is safe and does not break or lose your changes.'
echo"It should be called from IGNITE_HOME directory."
echo"Patch will be created at PATCHES_HOME (= IGNITE_HOME, by default) between Default branch (IGNITE_DEFAULT_BRANCH) and Current branch."
echo"Note: you can use ${IGNITE_HOME}/scripts/git-patch-prop-local.sh to set your own local properties (to rewrite settings at git-patch-prop-local.sh). "
echo'Examples:'
echo'- Basic (with all defaults and properties from git-patch-prop.sh): ./scripts/git-format-patch.sh'
echo'- Rewrite some defaults (see Usage): ./scripts/git-format-patch.sh -ph /home/user_name/patches'
echo
#
# Init home and import properties and functions.
#
if [ -z${IGNITE_HOME} ] # Script can be called from not IGNITE_HOME if IGNITE_HOME was set.