Moved files so that you can convert $HOME in a git repository directly
This commit is contained in:
parent
73e80f935c
commit
f6df53e716
13 changed files with 0 additions and 0 deletions
29
.colordiffrc
Normal file
29
.colordiffrc
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Example colordiffrc file for dark backgrounds
|
||||
#
|
||||
# Set banner=no to suppress authorship info at top of
|
||||
# colordiff output
|
||||
banner=no
|
||||
# By default, when colordiff output is being redirected
|
||||
# to a file, it detects this and does not colour-highlight
|
||||
# To make the patch file *include* colours, change the option
|
||||
# below to 'yes'
|
||||
color_patches=no
|
||||
# Sometimes it can be useful to specify which diff command to
|
||||
# use: that can be specified here
|
||||
diff_cmd=diff
|
||||
#
|
||||
# available colours are: white, yellow, green, blue,
|
||||
# cyan, red, magenta, black,
|
||||
# darkwhite, darkyellow, darkgreen,
|
||||
# darkblue, darkcyan, darkred,
|
||||
# darkmagenta, darkblack
|
||||
#
|
||||
# Can also specify 'none', 'normal' or 'off' which are all
|
||||
# aliases for the same thing, namely "don't colour highlight
|
||||
# this, use the default output colour"
|
||||
#
|
||||
plain=off
|
||||
newtext=green
|
||||
oldtext=red
|
||||
diffstuff=cyan
|
||||
cvsstuff=white
|
Loading…
Add table
Add a link
Reference in a new issue