Skip to content
Snippets Groups Projects
  1. Oct 09, 2013
  2. Oct 08, 2013
  3. Oct 04, 2013
  4. Oct 01, 2013
  5. Sep 27, 2013
  6. Sep 26, 2013
  7. Sep 25, 2013
    • Giovanni Bussi's avatar
      6d826e8a
    • Giovanni Bussi's avatar
      Added --save-originals to patch · 278a84ca
      Giovanni Bussi authored
      I added a new mode to store patches. If one saves them with
      --save-originals (instead of -s) what happens is that
      /patches/codename.diff
      will be a directory. Instead of storing diff files there,
      we will store original/modified pairs.
      
      When patching, if a directory is found in
      /patches/codename.diff
      the diff are computed and then reapplied on the actual files.
      
      The only change is that the diff is not stored but re-computed on-the-fly.
      This has a completely equivalent effect of the original way.
      E.g., one can patch two slightly different versions
      of an MD code with the same patch.
      
      However, it has the advantage that stored files are more friendly.
      E.g., one could directly edit them. Also the git-merge of two
      different patches should work better now.
      278a84ca
  8. Sep 19, 2013
  9. Sep 17, 2013
  10. Sep 16, 2013
  11. Sep 13, 2013
  12. Sep 12, 2013
  13. Sep 10, 2013
  14. Sep 09, 2013
  15. Sep 03, 2013
Loading