From 913a84246235d9f66481c8ebb9b5db3a9842713b Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Wed, 12 Aug 2009 19:59:10 +0000 Subject: [PATCH] Add git-gs Review URL: http://codereview.chromium.org/164417 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@23210 0039d316-1c4b-4281-b951-d872f2087c98 --- git-gs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 git-gs diff --git a/git-gs b/git-gs new file mode 100755 index 0000000000..cf41e894c4 --- /dev/null +++ b/git-gs @@ -0,0 +1,9 @@ +#!/bin/sh +# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. +git grep -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\ + "*.grd" "*.idl" "*.m" "*.mm"\ + "*SConscript" "SConscript*" "*.scons" "*.vcproj" "*.vsprops"\ + "*.gyp" "*.gypi" +