[git] mode and whitespace changes remaining between develop and master
Hello,
I am trying to follow the instructions for "Establishing a merge point
after SVN Conversion" [1] for the Boost.Range library.
After cherry-picking all the commits to develop that have not been
merged to master, onto master (all locally, I have not pushed
anything yet), I am finding that there are still some mode and
whitespace differences between master and develop (see the diff at
the bottom of the message). I cannot find the commits that are
responsible for these changes - is it safe to just ignore them?
Thanks,
Nate
[1] https://svn.boost.org/trac/boost/wiki/PostCvtMergePoint
diff --git a/include/boost/range.hpp b/include/boost/range.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/range/adaptor/strided.hpp b/include/boost/range/adaptor/strided.hpp
old mode 100644
new mode 100755
diff --git a/include/boost/range/adaptor/transformed.hpp b/include/boost/range/adaptor/transformed.hpp
old mode 100644
new mode 100755
diff --git a/include/boost/range/algorithm_ext/is_sorted.hpp b/include/boost/range/algorithm_ext/is_sorted.hpp
old mode 100644
new mode 100755
diff --git a/include/boost/range/detail/demote_iterator_traversal_tag.hpp b/include/boost/range/detail/demote_iterator_traversal_tag.hpp
old mode 100644
new mode 100755
diff --git a/include/boost/range/detail/implementation_help.hpp b/include/boost/range/detail/implementation_help.hpp
old mode 100644
new mode 100755
index 1f7d163..ca12fa4
--- a/include/boost/range/detail/implementation_help.hpp
+++ b/include/boost/range/detail/implementation_help.hpp
@@ -21,13 +21,13 @@
#include
From: zeratul976@hotmail.com To: boost@lists.boost.org Date: Mon, 30 Dec 2013 10:08:52 +0000 Subject: [boost] [git] mode and whitespace changes remaining between develop and master
Hello,
I am trying to follow the instructions for "Establishing a merge point after SVN Conversion" [1] for the Boost.Range library.
After cherry-picking all the commits to develop that have not been merged to master, onto master (all locally, I have not pushed anything yet), I am finding that there are still some mode and whitespace differences between master and develop (see the diff at the bottom of the message). I cannot find the commits that are responsible for these changes - is it safe to just ignore them?
I'd recommend doing the merge (with --no-commit) and making sure that the mode for the files is correct (.hpp files don't need to be executable) and that the whitespace is what you want in each case, then commit.
participants (2)
-
Ahmed Charles
-
Nathan Ridge