> The problem doesn't need sexy things like git subtrees, we are not developing 
> UCtags. What it needs is a script that copies the relevant files from a clone 
> of UCtags to a Geany clone so not just superman @techee but an ordinary human 
> can update it without making mistakes.

After this pull request the update of ctags main will look like:
1. rm geany/ctags/main/*
2. cp ctags/main/*.c ctags/main/*.h geany/ctags/main
3. Apply the 6-line anonymous tag patch (without which everything should 
compile just fine)
4. Update Makefile.am if files have been removed or added
(5. Possibly update parsers if they were affected by some change in main)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2132#issuecomment-493923849

Reply via email to