OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../colordiff/git-diff-colors.patch
  5. # Copyright (C) 2008 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. We shouldn't apply this kind of patches in generic, but the
  17. default colors are... way too awful. I'll use something similar
  18. to `git diff --color`
  19. --- ./colordiffrc.orig 2008-07-03 15:25:47.000000000 +0000
  20. +++ ./colordiffrc 2008-07-03 15:26:05.000000000 +0000
  21. @@ -20,7 +20,7 @@
  22. # this, use the default output colour"
  23. #
  24. plain=off
  25. -newtext=blue
  26. -oldtext=red
  27. -diffstuff=magenta
  28. -cvsstuff=green
  29. +newtext=darkgreen
  30. +oldtext=darkred
  31. +diffstuff=darkyellow
  32. +cvsstuff=white