diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-05 07:06:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-05 07:06:46 +0000 |
commit | 893e0ffd1812ec38a3651eca3ab85928b3090555 (patch) | |
tree | 0a8601f7be56c78d2a6ed82c258742af942e4f08 /git/bin | |
parent | Adding upstream version 20211231. (diff) | |
download | open-infrastructure-service-tools-893e0ffd1812ec38a3651eca3ab85928b3090555.tar.xz open-infrastructure-service-tools-893e0ffd1812ec38a3651eca3ab85928b3090555.zip |
Adding upstream version 20220105.upstream/20220105
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'git/bin')
-rwxr-xr-x | git/bin/git-checkout-branches | 2 | ||||
-rwxr-xr-x | git/bin/git-hook | 2 | ||||
-rwxr-xr-x | git/bin/git-remove-origin-branches | 2 | ||||
-rwxr-xr-x | git/bin/git-remove-origin-tags | 2 | ||||
-rwxr-xr-x | git/bin/git-repo-repack | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/git/bin/git-checkout-branches b/git/bin/git-checkout-branches index e98345d..c0c586c 100755 --- a/git/bin/git-checkout-branches +++ b/git/bin/git-checkout-branches @@ -2,7 +2,7 @@ # Open Infrastructure: service-tools -# Copyright (C) 2014-2021 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/git/bin/git-hook b/git/bin/git-hook index b6928d9..218ef00 100755 --- a/git/bin/git-hook +++ b/git/bin/git-hook @@ -2,7 +2,7 @@ # Open Infrastructure: service-tools -# Copyright (C) 2014-2021 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/git/bin/git-remove-origin-branches b/git/bin/git-remove-origin-branches index 9ae5f30..be65a1f 100755 --- a/git/bin/git-remove-origin-branches +++ b/git/bin/git-remove-origin-branches @@ -2,7 +2,7 @@ # Open Infrastructure: service-tools -# Copyright (C) 2014-2021 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/git/bin/git-remove-origin-tags b/git/bin/git-remove-origin-tags index 5d99ada..8246ec2 100755 --- a/git/bin/git-remove-origin-tags +++ b/git/bin/git-remove-origin-tags @@ -2,7 +2,7 @@ # Open Infrastructure: service-tools -# Copyright (C) 2014-2021 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/git/bin/git-repo-repack b/git/bin/git-repo-repack index 1d9d142..cf5a30c 100755 --- a/git/bin/git-repo-repack +++ b/git/bin/git-repo-repack @@ -2,7 +2,7 @@ # Open Infrastructure: service-tools -# Copyright (C) 2014-2021 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # |