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

Issue 6679019: msysgit - Fix issue where git cl doesn't recognize editor. (Closed)

Created:
9 years, 9 months ago by Mohamed Mansour
Modified:
9 years, 6 months ago
Reviewers:
M-A Ruel, Evan Martin
CC:
chromium-reviews, Aaron Boodman, Ryan Sleevi
Visibility:
Public.

Description

msysgit - Fix issue where git cl doesn't recognize editor. The unix editor doesn't popup resulting in a unsuccessful upload. This change successfully fixes it. BUG=70550 TEST=git cl upload works as expected under msysgit. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77910

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -8 lines) Patch
M git_cl/git_cl.py View 1 1 chunk +11 lines, -8 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
Mohamed Mansour
Added Aaron and Ryan, they might be interested in this change.
9 years, 9 months ago (2011-03-12 00:05:53 UTC) #1
Mohamed Mansour
Added evan since he maintains git-cl
9 years, 9 months ago (2011-03-12 00:15:10 UTC) #2
M-A Ruel
http://codereview.chromium.org/6679019/diff/1/git_cl/git_cl.py File git_cl/git_cl.py (right): http://codereview.chromium.org/6679019/diff/1/git_cl/git_cl.py#newcode654 git_cl/git_cl.py:654: ret = subprocess.call(['env', editor, filename], shell=True) Same comment as ...
9 years, 9 months ago (2011-03-12 00:35:31 UTC) #3
Mohamed Mansour
Hi Marc-Antoine, as we discussed on IM regarding Temporary files in msysgit has permission issues.
9 years, 9 months ago (2011-03-12 02:04:59 UTC) #4
M-A Ruel
lgtm
9 years, 9 months ago (2011-03-12 02:16:14 UTC) #5
M-A Ruel
9 years, 9 months ago (2011-03-12 02:17:42 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698