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

Issue 10905202: Look for git.cmd on Windows. (Closed)

Created:
8 years, 3 months ago by nweiz
Modified:
8 years, 3 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Look for git.cmd on Windows. BUG=4947 Committed: https://code.google.com/p/dart/source/detail?r=12222

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -21 lines) Patch
M utils/pub/git_source.dart View 1 4 chunks +4 lines, -6 lines 0 comments Download
M utils/pub/io.dart View 1 2 chunks +33 lines, -10 lines 1 comment Download
M utils/tests/pub/test_pub.dart View 1 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
8 years, 3 months ago (2012-09-11 01:14:46 UTC) #1
Bob Nystrom
https://chromiumcodereview.appspot.com/10905202/diff/1/utils/pub/git_source.dart File utils/pub/git_source.dart (right): https://chromiumcodereview.appspot.com/10905202/diff/1/utils/pub/git_source.dart#newcode241 utils/pub/git_source.dart:241: Future<PubProcessResult> _runGit(List<String> args, [String workingDir]) => How about moving ...
8 years, 3 months ago (2012-09-11 16:18:55 UTC) #2
nweiz
https://chromiumcodereview.appspot.com/10905202/diff/1/utils/pub/git_source.dart File utils/pub/git_source.dart (right): https://chromiumcodereview.appspot.com/10905202/diff/1/utils/pub/git_source.dart#newcode241 utils/pub/git_source.dart:241: Future<PubProcessResult> _runGit(List<String> args, [String workingDir]) => On 2012/09/11 16:18:55, ...
8 years, 3 months ago (2012-09-11 19:25:11 UTC) #3
Bob Nystrom
8 years, 3 months ago (2012-09-11 19:53:55 UTC) #4
Naming nit. Otherwise LGTM.

https://chromiumcodereview.appspot.com/10905202/diff/7001/utils/pub/io.dart
File utils/pub/io.dart (right):

https://chromiumcodereview.appspot.com/10905202/diff/7001/utils/pub/io.dart#n...
utils/pub/io.dart:478: String __gitCommand;
"_gitCommandCache"

Powered by Google App Engine
This is Rietveld 408576698