aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%/.local/bin')
-rwxr-xr-x%HOME%/.local/bin/git-fixup5
1 files changed, 5 insertions, 0 deletions
diff --git a/%HOME%/.local/bin/git-fixup b/%HOME%/.local/bin/git-fixup
index b721ffe..3883f10 100755
--- a/%HOME%/.local/bin/git-fixup
+++ b/%HOME%/.local/bin/git-fixup
@@ -1,5 +1,10 @@
#!/usr/bin/env bash
+# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com>
+# This file is part of the "Linux/Cygwin environment" project.
+# For details, see https://github.com/egor-tensin/linux-home.
+# Distributed under the MIT License.
+
set -o errexit -o nounset -o pipefail
if ! git rev-parse --is-inside-work-tree > /dev/null 2>&1 ; then