Преглед на файлове

Remove confusing --binary-files=without-match

Many files may look like text file but be actually considerd binary by
git.  In suich case this setting can be extremely confusing.
Alois Mahdal преди 6 години
родител
ревизия
b722f5d3dd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Целия файл

@@ -364,7 +364,7 @@ alias open='gnome-open'
364 364
 alias diff='colordiff -u'
365 365
 alias dmesg='dmesg --time-format iso'
366 366
 alias pad4='sed -e "/./s/^/    /"'
367
-alias grep='grep --color --binary-files=without-match'
367
+alias grep='grep --color'
368 368
 alias sc='se --direction=encz.cz'
369 369
 alias taskm='task modify'
370 370
 alias tasks='task rc.context:none'