Hook for merging json files in N-ways
Created by: fernao
Create a git hook for running in cases of conflicts between two or more json files.
Must:
- split the conficted version in N objects
- interpret json object as json
- merge objects according to rules defined by a specific logic
This logic may be, for example:
- priority: owner / first publisher of content
- date
- etc