[arch-commits] Commit in fish/trunk (fish-2.1.1-grep-options-is-deprecated.patch)

Levente Polyak anthraxx at archlinux.org
Thu Jul 16 16:38:45 UTC 2015


    Date: Thursday, July 16, 2015 @ 18:38:45
  Author: anthraxx
Revision: 137011

upgpkg: fish 2.2.0-1

updpkg fish 2.2.0-1

Deleted:
  fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch

---------------------------------------------+
 fish-2.1.1-grep-options-is-deprecated.patch |   15 ---------------
 1 file changed, 15 deletions(-)

Deleted: fish-2.1.1-grep-options-is-deprecated.patch
===================================================================
--- fish-2.1.1-grep-options-is-deprecated.patch	2015-07-16 16:37:06 UTC (rev 137010)
+++ fish-2.1.1-grep-options-is-deprecated.patch	2015-07-16 16:38:45 UTC (rev 137011)
@@ -1,15 +0,0 @@
-diff --git a/share/functions/grep.fish b/share/functions/grep.fish
-index b0dc958..cd7c31b 100644
---- a/share/functions/grep.fish
-+++ b/share/functions/grep.fish
-@@ -6,8 +6,8 @@ if command grep --color=auto --help 1>/dev/null 2>/dev/null
- 	if not set -q GREP_COLOR
- 		set -gx GREP_COLOR '97;45'
- 	end
--	if not set -q GREP_OPTIONS
--		set -gx GREP_OPTIONS --color=auto
-+	function grep
-+		command grep --color=auto $argv
- 	end
- end
- 



More information about the arch-commits mailing list