Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(866)

Unified Diff: git-gs

Issue 11028112: Adding *.pm and *.pl files to the list searched by 'git gs'. (Closed) Base URL: https://git.chromium.org/chromium/tools/depot_tools.git@master
Patch Set: And *.pl too. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-gs
diff --git a/git-gs b/git-gs
index 2ef1a6e7e7a18d3439732f03a152b9cbe49ec7f6..0c5be062716feb4f6186c2156a73607a3fbc0b2b 100755
--- a/git-gs
+++ b/git-gs
@@ -5,4 +5,4 @@
git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\
"*.grd" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\
"*SConscript" "SConscript*" "*.scons" "*.vcproj" "*.vsprops" "*.make"\
- "*.gyp" "*.gypi" "*.isolate" "*.js" "*.html" "*.css" "*.ebuild"
+ "*.gyp" "*.gypi" "*.isolate" "*.js" "*.html" "*.css" "*.ebuild" "*.pl" "*.pm"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698