trying without --no-ff
authorChris Koeritz <fred@gruntose.com>
Wed, 3 Jan 2018 16:56:10 +0000 (11:56 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 3 Jan 2018 16:56:10 +0000 (11:56 -0500)
commit5f77718fdcb9dfc44f46e0202fdccbce9fd7b8d3
tree3c265b3545ffe587a9b87c98950ec6a7412e1873
parent52c8a2ad330180620f035cd8d2333ce75a1fba9c
trying without --no-ff

the fast forward feature seems important to avoid unnecessary merge messages from checkin.  we need to be careful at merge time with a branch to say: git merge --no-ff <thebranch>
because otherwise we would lose all the changes that occurred on the branch.  but remembering every trivial merge, even those without contents, is not good, so --no-ff needs to be dumped for most pulls.
scripts/rev_control/version_control.sh