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

Issue 12634013: Don't replace default fetch config with branch-heads. (Closed)

Created:
7 years, 9 months ago by Michael Moss
Modified:
7 years, 8 months ago
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org
Visibility:
Public.

Description

Don't replace default fetch config with branch-heads. This causes the 'git config' to only add or update the branch-heads fetch entry, and not replace any other existing entry (e.g. refs/heads/*).

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M gclient_scm.py View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Michael Moss
7 years, 9 months ago (2013-03-20 15:45:16 UTC) #1
rohitrao (ping after 24h)
https://codereview.chromium.org/12634013/diff/1/gclient_scm.py File gclient_scm.py (right): https://codereview.chromium.org/12634013/diff/1/gclient_scm.py#newcode707 gclient_scm.py:707: '^\+refs/branch-heads/\*:.*$'] Where will the initial "branch-heads" entry come from ...
7 years, 9 months ago (2013-03-20 15:52:41 UTC) #2
M-A Ruel
https://codereview.chromium.org/12634013/diff/1/gclient_scm.py File gclient_scm.py (right): https://codereview.chromium.org/12634013/diff/1/gclient_scm.py#newcode707 gclient_scm.py:707: '^\+refs/branch-heads/\*:.*$'] '^\\+refs/branch-heads/\\*:.*$' ?
7 years, 9 months ago (2013-03-20 15:55:24 UTC) #3
Michael Moss
This will cause it to add if there is no match, and change the existing ...
7 years, 9 months ago (2013-03-20 15:59:38 UTC) #4
Michael Moss
https://codereview.chromium.org/12634013/diff/1/gclient_scm.py File gclient_scm.py (right): https://codereview.chromium.org/12634013/diff/1/gclient_scm.py#newcode707 gclient_scm.py:707: '^\+refs/branch-heads/\*:.*$'] On 2013/03/20 15:55:24, Marc-Antoine Ruel wrote: > '^\\+refs/branch-heads/\\*:.*$' ...
7 years, 9 months ago (2013-03-20 16:01:11 UTC) #5
Michael Moss
https://codereview.chromium.org/12634013/diff/1/gclient_scm.py File gclient_scm.py (right): https://codereview.chromium.org/12634013/diff/1/gclient_scm.py#newcode707 gclient_scm.py:707: '^\+refs/branch-heads/\*:.*$'] On 2013/03/20 16:01:11, Michael Moss wrote: > On ...
7 years, 9 months ago (2013-03-20 16:23:49 UTC) #6
M-A Ruel
On 2013/03/20 16:23:49, Michael Moss wrote: > Actually, I tested both ways and it still ...
7 years, 9 months ago (2013-03-20 17:04:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmoss@chromium.org/12634013/6001
7 years, 9 months ago (2013-03-20 17:19:44 UTC) #8
commit-bot: I haz the power
7 years, 9 months ago (2013-03-20 17:22:00 UTC) #9
Message was sent while issue was closed.
Change committed as 189326

Powered by Google App Engine
This is Rietveld 408576698