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

Issue 18173003: Replace --no-pager with GIT_PAGER=cat (Closed)

Created:
7 years, 5 months ago by Daniel Bratell
Modified:
7 years, 5 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

Replace --no-pager with GIT_PAGER=cat --no-pager looks ugly in logs and output and makes commands harder to read. Setting an environment variable is better. This is a followup to https://chromiumcodereview.appspot.com/14104005/ which added --no-pager. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=210503

Patch Set 1 #

Total comments: 12

Patch Set 2 : Code review comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -137 lines) Patch
M git_cl.py View 1 8 chunks +36 lines, -12 lines 0 comments Download
M scm.py View 1 1 chunk +5 lines, -2 lines 0 comments Download
M tests/git_cl_test.py View 10 chunks +123 lines, -123 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Daniel Bratell
Not tested it much but it did allow me to upload this patch.
7 years, 5 months ago (2013-06-28 14:14:24 UTC) #1
M-A Ruel
https://codereview.chromium.org/18173003/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/18173003/diff/1/git_cl.py#newcode79 git_cl.py:79: env['GIT_PAGER'] = 'cat' # Magic string that prevents a ...
7 years, 5 months ago (2013-07-08 19:10:50 UTC) #2
iannucci
https://codereview.chromium.org/18173003/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/18173003/diff/1/git_cl.py#newcode79 git_cl.py:79: env['GIT_PAGER'] = 'cat' # Magic string that prevents a ...
7 years, 5 months ago (2013-07-08 20:21:56 UTC) #3
Daniel Bratell
https://codereview.chromium.org/18173003/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/18173003/diff/1/git_cl.py#newcode79 git_cl.py:79: env['GIT_PAGER'] = 'cat' # Magic string that prevents a ...
7 years, 5 months ago (2013-07-08 22:08:06 UTC) #4
M-A Ruel
lgtm https://codereview.chromium.org/18173003/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/18173003/diff/1/git_cl.py#newcode308 git_cl.py:308: env = os.environ On 2013/07/08 22:08:06, bratell wrote: ...
7 years, 5 months ago (2013-07-08 22:15:13 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bratell@opera.com/18173003/6001
7 years, 5 months ago (2013-07-09 06:31:45 UTC) #6
commit-bot: I haz the power
7 years, 5 months ago (2013-07-09 06:33:42 UTC) #7
Message was sent while issue was closed.
Change committed as 210503

Powered by Google App Engine
This is Rietveld 408576698