aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.local
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-10-17 02:52:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-10-17 02:52:28 +0300
commit4ca3e4f06227356ccdf2b7837250c456230dfa9a (patch)
tree44bd43dcd1deebedb0f4fe4da1ecef559bed1145 /%HOME%/.local
parent.ssh/config: enable keep-alive messages (diff)
downloadlinux-home-4ca3e4f06227356ccdf2b7837250c456230dfa9a.tar.gz
linux-home-4ca3e4f06227356ccdf2b7837250c456230dfa9a.zip
git-fixup: add copyright notice
Diffstat (limited to '%HOME%/.local')
-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