mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 09:17:57 +08:00
a47a512ea6
This requires depot_tools 57c4721d81da or later. Run “gclient” to update. When git-cl opens an editor for a change description that doesn’t already have a bug line, the default bug line will now be a “Bug: crashpad:” git footer field. git footers are a more Gerrit-y way of handling things. It didn’t make sense to have two distinct metadata footer sections (or more, if they wound up interleaved). Standardize on the newer format. Bye-bye, BUG=. Change-Id: I7dade51703f9eff471a49510793d37686ce5fc97 Reviewed-on: https://chromium-review.googlesource.com/452557 Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>
22 lines
851 B
Plaintext
22 lines
851 B
Plaintext
# Copyright 2014 The Crashpad Authors. All rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
GERRIT_HOST: True
|
|
GERRIT_SQUASH_UPLOADS: True
|
|
CODE_REVIEW_SERVER: https://canary-chromium-review.googlesource.com/
|
|
VIEW_VC: https://chromium.googlesource.com/crashpad/crashpad/+/
|
|
PROJECT: crashpad
|
|
BUG_LINE_FORMAT: Bug: %s
|
|
BUG_PREFIX: crashpad:
|