summaryrefslogtreecommitdiffstats
path: root/git_trace2_event_log.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_trace2_event_log.py')
-rw-r--r--git_trace2_event_log.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/git_trace2_event_log.py b/git_trace2_event_log.py
index 57edee4d..d7d5cbc2 100644
--- a/git_trace2_event_log.py
+++ b/git_trace2_event_log.py
@@ -1,3 +1,19 @@
1# Copyright (C) 2020 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15"""Event logging in the git trace2 EVENT format."""
16
1from git_command import GetEventTargetPath 17from git_command import GetEventTargetPath
2from git_command import RepoSourceVersion 18from git_command import RepoSourceVersion
3from git_trace2_event_log_base import BaseEventLog 19from git_trace2_event_log_base import BaseEventLog