| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,8 @@ | |||
| 1 | 1 | #!/bin/bash | |
| 2 | 2 | # | |
| 3 | + # This file is part of GitPython and is released under the | ||
| 4 | + # 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ | ||
| 5 | + # | ||
| 3 | 6 | # This script builds a release. If run in a venv, it auto-installs its tools. | |
| 4 | 7 | # You may want to run "make release" instead of running this script directly. | |
| 5 | 8 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,8 @@ | |||
| 1 | 1 | #!/bin/bash | |
| 2 | 2 | # | |
| 3 | + # This file is part of GitPython and is released under the | ||
| 4 | + # 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ | ||
| 5 | + # | ||
| 3 | 6 | # This script checks if we are in a consistent state to build a new release. | |
| 4 | 7 | # See the release instructions in README.md for the steps to make this pass. | |
| 5 | 8 | # You may want to run "make release" instead of running this script directly. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1 @@ | |||
| 1 | + ../LICENSE | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,7 @@ | |||
| 1 | 1 | # shellcheck shell=bash | |
| 2 | + # | ||
| 3 | + # This file is part of GitPython and is released under the | ||
| 4 | + # 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ | ||
| 2 | 5 | ||
| 3 | 6 | set -euo pipefail | |
| 4 | 7 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,8 @@ | |||
| 1 | 1 | #!/usr/bin/env bash | |
| 2 | + # | ||
| 3 | + # This file is part of GitPython and is released under the | ||
| 4 | + # 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ | ||
| 5 | + | ||
| 2 | 6 | set -euo pipefail | |
| 3 | 7 | ||
| 4 | 8 | ################# | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,7 @@ | |||
| 1 | 1 | #!/bin/sh | |
| 2 | + # | ||
| 3 | + # This file is part of GitPython and is released under the | ||
| 4 | + # 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ | ||
| 2 | 5 | ||
| 3 | 6 | set -eu | |
| 4 | 7 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments