Repository: incubator-ignite Updated Branches: refs/heads/ignite-1245 10e4f9fe0 -> b882354e8
# minor Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b882354e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b882354e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b882354e Branch: refs/heads/ignite-1245 Commit: b882354e87d16b68cdc76780e1b19fda260b630a Parents: 10e4f9f Author: sboikov <sboi...@gridgain.com> Authored: Thu Aug 13 16:11:54 2015 +0300 Committer: sboikov <sboi...@gridgain.com> Committed: Thu Aug 13 16:11:54 2015 +0300 ---------------------------------------------------------------------- scripts/git-format-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b882354e/scripts/git-format-patch.sh ---------------------------------------------------------------------- diff --git a/scripts/git-format-patch.sh b/scripts/git-format-patch.sh index b11c73d..83aee3e 100755 --- a/scripts/git-format-patch.sh +++ b/scripts/git-format-patch.sh @@ -20,7 +20,7 @@ # Git patch-file maker. # echo 'Usage: scripts/git-format-patch.sh [-ih|--ignitehome <path>] [-idb|--ignitedefbranch <branch-name>] [-ph|--patchhome <path>]' -echo 'It is a script to create patch between Current branch (branch with changes) and Default branche. The script is safe and do not broke or lose your changes.' +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). "