mgaitan / waliki

A wiki engine powered by Django and Git
http://waliki.pythonanywhere.com
BSD 3-Clause "New" or "Revised" License
309 stars 56 forks source link

Messy auto-merge #113

Open turiphro opened 8 years ago

turiphro commented 8 years ago

Guys, the auto-merging system of Waliki is really a total mess. We keep getting unresolved merge conflicts every few changes. It looks like there is some weird merging policy that tries to merge starting from old commits, instead of committing to an existing branch. GIT ends up in a state detached from HEAD all the time.

screenshot_2015-11-05_23 43 46

Can someone explain to me how this merging system works, and how it can be fixed? This makes Waliki unusable as a wiki.

For debugging, this is a copy of the repository: https://github.com/TheThingsNetwork/wiki