Skip to content
Snippets Groups Projects
  1. Oct 15, 2013
  2. Oct 14, 2013
  3. Oct 12, 2013
  4. Oct 09, 2013
  5. Oct 08, 2013
  6. Oct 04, 2013
  7. Oct 01, 2013
  8. Sep 27, 2013
  9. Sep 26, 2013
  10. 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
  11. Sep 19, 2013
  12. Sep 17, 2013
  13. Sep 16, 2013
  14. Sep 13, 2013
Loading