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

Issue 10913077: Use a bare git repository for the repo cache. (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

Use a bare git repository for the repo cache. This also allows remote branch names to be used in the `ref` field for Git dependencies. BUG=4892 Committed: https://code.google.com/p/dart/source/detail?r=11856

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -23 lines) Patch
M utils/pub/git_source.dart View 3 chunks +9 lines, -5 lines 4 comments Download
M utils/tests/pub/pub_install_git_test.dart View 7 chunks +42 lines, -15 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 4 chunks +27 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
8 years, 3 months ago (2012-09-05 00:25:34 UTC) #1
Bob Nystrom
LGTM https://chromiumcodereview.appspot.com/10913077/diff/1/utils/pub/git_source.dart File utils/pub/git_source.dart (right): https://chromiumcodereview.appspot.com/10913077/diff/1/utils/pub/git_source.dart#newcode130 utils/pub/git_source.dart:130: print(result.stderr); Remove these. https://chromiumcodereview.appspot.com/10913077/diff/1/utils/pub/git_source.dart#newcode159 utils/pub/git_source.dart:159: * Clones the ...
8 years, 3 months ago (2012-09-05 00:56:04 UTC) #2
nweiz
8 years, 3 months ago (2012-09-05 21:10:42 UTC) #3
https://chromiumcodereview.appspot.com/10913077/diff/1/utils/pub/git_source.dart
File utils/pub/git_source.dart (right):

https://chromiumcodereview.appspot.com/10913077/diff/1/utils/pub/git_source.d...
utils/pub/git_source.dart:130: print(result.stderr);
On 2012/09/05 00:56:04, Bob Nystrom wrote:
> Remove these.

Done.

https://chromiumcodereview.appspot.com/10913077/diff/1/utils/pub/git_source.d...
utils/pub/git_source.dart:159: * Clones the repo at the URI [from] to the path
[to] on the local filesystem.
On 2012/09/05 00:56:04, Bob Nystrom wrote:
> Can you explain what "mirror" is for here?

Done.

Powered by Google App Engine
This is Rietveld 408576698