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

Issue 6685062: Reland again Msysgit Support for gcl and git-cl.... (Closed)

Created:
9 years, 9 months ago by Mohamed Mansour
Modified:
9 years, 6 months ago
Reviewers:
TVL, M-A Ruel
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Reland again Msysgit Support for gcl and git-cl. EDITOR environment variable shouldn't be required anymore can contain quotes and multiple arguments. Uses shell=True to let the shell parse the quoted string instead of handling all forms of quotes ourselves. By default, msysgit ships with the TERM environment variable set, when set to 'msys', we prepend 'env' to the executed command. That is required so msys knows which program to run the given file. BUG=none TEST=On many platforms. Win7, WinXP, Ubuntu. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78332

Patch Set 1 #

Total comments: 2

Patch Set 2 : Copy Fail #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -9 lines) Patch
M gcl.py View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M git_cl/git_cl.py View 1 2 1 chunk +13 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Mohamed Mansour
I will commit this "after" hours. Maybe around 10PM EST. When you have a chance, ...
9 years, 9 months ago (2011-03-14 20:22:52 UTC) #1
TVL
http://codereview.chromium.org/6685062/diff/1/git_cl/git_cl.py File git_cl/git_cl.py (right): http://codereview.chromium.org/6685062/diff/1/git_cl/git_cl.py#newcode715 git_cl/git_cl.py:715: cmd = '%s %s' % (GetEditor(), filename) um, GetEditor() ...
9 years, 9 months ago (2011-03-14 20:53:38 UTC) #2
Mohamed Mansour
Copy fail :( http://codereview.chromium.org/6685062/diff/1/git_cl/git_cl.py File git_cl/git_cl.py (right): http://codereview.chromium.org/6685062/diff/1/git_cl/git_cl.py#newcode715 git_cl/git_cl.py:715: cmd = '%s %s' % (GetEditor(), ...
9 years, 9 months ago (2011-03-14 20:58:17 UTC) #3
Mohamed Mansour
Please let me know if this is acceptable. I believe we handled all cases possible ...
9 years, 9 months ago (2011-03-15 00:37:03 UTC) #4
TVL
seems ok, but M-A is the expert.
9 years, 9 months ago (2011-03-15 11:55:23 UTC) #5
M-A Ruel
9 years, 9 months ago (2011-03-15 17:09:46 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698