Skip to content
代码片段 群组 项目
  • Patrick Bajao's avatar
    7410ad5f
    Return conflict_type property in diffs_batch.json endpoint · 7410ad5f
    Patrick Bajao 创作于
    In order for frontend to display appropriate message when a file
    has a conflict, they need to know which type of conflict has
    occurred.
    
    This adds the `conflict_type` property which can be the following:
    - both_modified
    - modified_source_removed_target
    - modified_target_removed_source
    - renamed_same_file
    - removed_source_renamed_target
    - removed_target_renamed_source
    - both_added
    7410ad5f
    历史
    Return conflict_type property in diffs_batch.json endpoint
    Patrick Bajao 创作于
    In order for frontend to display appropriate message when a file
    has a conflict, they need to know which type of conflict has
    occurred.
    
    This adds the `conflict_type` property which can be the following:
    - both_modified
    - modified_source_removed_target
    - modified_target_removed_source
    - renamed_same_file
    - removed_source_renamed_target
    - removed_target_renamed_source
    - both_added
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。