forked from adamm/git-importer
Instead of calculating diffs, just apply the revision to the branch as-is. If things don't match, update them. Done. Problems happens if there are devel project changes and histories are no longer linear and the diffs are not calculated properly. eg. trytond_stock_lot devel branch was imported incorrectly
sudo zypper in python3-psycopg sudo su - postgres
createdb -O <LOCAL_USER> imported_git
To reset the database, drop table scheme
Description
Languages
Python
99.1%
Shell
0.5%
Makefile
0.4%