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

Unified Diff: git-try

Issue 159855: Make initial git-cl and git-try fetch quieter. (Closed)
Patch Set: Created 11 years, 4 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 | « git-cl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-try
diff --git a/git-try b/git-try
index 4b6f8fab2e238b99e468b7faf69e274e2563cc24..6c614695ddbb9306bb35ec1335cd2344c5d2941a 100755
--- a/git-try
+++ b/git-try
@@ -6,7 +6,7 @@
base_dir=$(dirname "$0")
if [ ! -f "$base_dir/git-try-repo/git-try" ]; then
- git clone git://neugierig.org/git-try.git $base_dir/git-try-repo
+ git clone git://neugierig.org/git-try.git $base_dir/git-try-repo -q
fi
$base_dir/git-try-repo/git-try "$@"
« no previous file with comments | « git-cl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698