diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-10 01:06:47 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-10 01:06:47 +0100 |
commit | e11af568285525f4d16bbefef5faae5fea2ef008 (patch) | |
tree | 5ea72631970da7889606bfa72e74a78b75172687 /tools | |
parent | d1dd3403ac6064eaa8c11c6954b41a51a7b11bb6 (diff) | |
parent | c1f352c100278551a7a144b756983ed8a5990c41 (diff) | |
download | jgit-e11af568285525f4d16bbefef5faae5fea2ef008.tar.gz jgit-e11af568285525f4d16bbefef5faae5fea2ef008.zip |
Merge branch 'stable-1.2'
* stable-1.2:
Fix version.sh
Throw API exception when MergeCommand hits checkout conflicts
Add methods for configuring platform emulation
Fix history rendering not to occupy too many lanes
Fix History rendering
Change-Id: If71cc760423ae2b76c7435ca4830edc1745556de
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/version.sh b/tools/version.sh index 2fae5e1427..eaff9a61d8 100755 --- a/tools/version.sh +++ b/tools/version.sh @@ -141,7 +141,7 @@ perl -pi~ -e ' $seen_version = 0; $old_argv = $ARGV; } - if ($seen_version < 6) { + if ($seen_version < 5) { $seen_version++ if s{<(version)>.*</\1>}{<${1}>'"$POM_V"'</${1}>}; } |