Changeset 1079


Ignore:
Timestamp:
07/26/16 15:16:47 (8 years ago)
Author:
davidb
Message:

Comments added to track some useful StackOverflow articles on custom git-merging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Misc.java

    r1076 r1079  
    14511451
    14521452    // Some experimental actions to do with keeping framesets stored within a Git repository
     1453
     1454
     1455    // For custom merge, some potentially useful information at:
     1456    //   http://stackoverflow.com/questions/23140240/git-how-do-i-add-a-custom-merge-strategy
     1457    //   http://stackoverflow.com/questions/7607125/git-merge-conflict-to-always-take-the-newest-file
     1458   
    14531459    protected static String gitexe = "git";
    14541460   
Note: See TracChangeset for help on using the changeset viewer.