Skip to content
Snippets Groups Projects
  1. Dec 18, 2018
  2. Dec 13, 2018
  3. Dec 11, 2018
  4. Dec 10, 2018
  5. Dec 07, 2018
  6. Nov 07, 2018
  7. Nov 01, 2018
  8. Oct 31, 2018
  9. Oct 24, 2018
  10. Oct 17, 2018
    • Simona Vetter's avatar
      dim: make apply-patch fail again · ee299e51
      Simona Vetter authored
      
      Somewhere since I originally typed this and today git apply-mbox lost
      the error status for "this patch didn't apply cleanly". So instead of
      exiting, we happily continue on and add Link: tags and other nonsense
      to the current patch, instead of the one that we wanted to apply.
      
      Fix this.
      
      v2: It wasn't git am, it was us, wrapping the apply_patch function in
      an if, which defeats set -e. Add explicit error handling. Thanks to
      Jani for figuring this one out.
      
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      ee299e51
  11. Oct 11, 2018
  12. Oct 05, 2018
    • Simona Vetter's avatar
      dim: Add range-diff convenience wrapper · 7656933d
      Simona Vetter authored
      
      range-diff is awesome, but the interface is a bit silly. Add a bunch
      of shortcuts, inspired by what git diff does.
      
      v2: Add it to the developer commmands list. With this dim range-diff
      is useable on any git repo, not just a dim managed one.
      
      v3: Comments from Lucas:
      - Forward additional arguments. There's no --no-patch in upstream git,
        but I tested this with --no-color and --no-dual-color. Slightly a
        hack since detecting whether it's a branch or not became even more
        fun, but works in all cases.
      - Remove impossible "$branch" == "" check - I added a default.
      
      v4: Update docs.
      
      Cc: Lucas De Marchi <lucas.de.marchi@gmail.com>
      Reviewed-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      7656933d
  13. Oct 04, 2018
  14. Sep 21, 2018
  15. Sep 19, 2018
  16. Sep 18, 2018
  17. Sep 05, 2018
    • Simona Vetter's avatar
      dim: Remove upgrade logic · 146d1980
      Simona Vetter authored
      
      Of course I forgot the imporant part.
      
      Note: Never push this, or anything after it, to the old place in
      drm-tip/maintainer-tools.
      
      Given our track record of forgetting a critical part in migrations I
      think it'd be good if we hold off for a week or so until we apply this
      one though. It's just a few wasted cpu cycles when running dim
      update-branches.
      
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      146d1980
Loading