Skip to content

Commit

Permalink
Add copyright notice and update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlueck committed Dec 12, 2024
1 parent 489e155 commit 9e78cb3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions adoc/scripts/squash-commits.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
#!/bin/bash
# Copyright (c) 2024-2024 The Khronos Group, Inc.
# SPDX-License-Identifier: Apache-2.0
#
# squash-commits.sh [--create] <branch>
#
#
# NOTE: We don't use this script anymore, but keeping it around in case it
# becomes useful again someday. We originally wrote this script because
# another team wanted a linear history of squashed commits to our repo, rather
# than the merged commit history that we currently maintain.
#
# Script that maintains a branch of squashed commits, where each commit
# represents one PR that was merged into <branch>. To use this script, first
# create a new branch <squashed> that will hold the squashed commit history of
Expand Down

0 comments on commit 9e78cb3

Please sign in to comment.