From 5aba210dd88cbffe6de95db33b0ce1e786220295 Mon Sep 17 00:00:00 2001 From: Timothy M Preble Date: Mon, 25 Nov 2024 12:43:47 -0500 Subject: [PATCH] new remote --- HEAD | 1 + config | 6 + description | 1 + hooks/applypatch-msg.sample | 15 ++ hooks/commit-msg.sample | 24 +++ hooks/post-receive | 16 ++ hooks/post-receive.d/gitea | 3 + hooks/post-update.sample | 8 + hooks/pre-applypatch.sample | 14 ++ hooks/pre-commit.sample | 49 +++++ hooks/pre-push.sample | 53 ++++++ hooks/pre-rebase.sample | 169 ++++++++++++++++++ hooks/pre-receive | 16 ++ hooks/pre-receive.d/gitea | 3 + hooks/pre-receive.sample | 24 +++ hooks/prepare-commit-msg.sample | 36 ++++ hooks/proc-receive | 3 + hooks/proc-receive.d/gitea | 0 hooks/update | 15 ++ hooks/update.d/gitea | 3 + hooks/update.sample | 128 +++++++++++++ info/exclude | 6 + info/refs | 1 + logs/refs/heads/master | 2 + .../0f/6914daa06d26421d51415ff4952a9702ccf3b0 | 1 + .../1b/9e62f7500dd0fbe5c124714bb2bbd4bcbbfd98 | Bin 0 -> 348 bytes .../2b/b525ebbd1212b1c653a305ba1a94986b5b8cb8 | 2 + .../2e/4acfb7040d1b0be0285e6c931ffe354707d3f3 | Bin 0 -> 1161 bytes .../33/79b1784565820c3637869501cab11abdec38d5 | Bin 0 -> 287 bytes .../37/8e7013cf70ff35307ef2d1c740879e68d34cbf | Bin 0 -> 21 bytes .../3b/914c9311862578ffec179c495c248e7a14fe57 | Bin 0 -> 58 bytes .../40/e8c264c144f081b4b1514b14ba43d4b97b2b86 | Bin 0 -> 288 bytes .../51/71c54083337f0b87926da2e8f52abefe19d70f | Bin 0 -> 42 bytes .../51/ff12739a6ad6ff5593c9d78489389c6a10481a | 3 + .../5a/8943e8f19fdc81e85146ebb1b06ec100c252f2 | Bin 0 -> 571 bytes .../5d/6915a883e40e9f61de396d591ba104f344944b | Bin 0 -> 220 bytes .../60/574db3ceaffa23cde055524fa2f1d7acef7ed0 | Bin 0 -> 39 bytes .../6c/0cf974763603f34580d5d15476b7cba3703fdc | Bin 0 -> 90 bytes .../89/2eaa2e22b1d0ae4edd2959e0f68ddb0b1937ae | Bin 0 -> 87 bytes .../89/33c090f064c6e2fdda28ba6e94dd7769b587a3 | Bin 0 -> 287 bytes .../8e/d2f4d7968ae755467535cb04a315221bb0c976 | Bin 0 -> 1158 bytes .../95/e909a7c489ff48db05f52deef05878ee3b60a2 | 4 + .../9d/7a672286c294273f60b3305e9c81dc181d2d5a | Bin 0 -> 573 bytes .../9d/c1d1cf3d7e25060b09a22a2c1773e185fa420d | 1 + .../d1/551d32102967d943ae1e9df50bd446f3d34879 | 4 + .../ff/c303fd4758a13cc0ca05fef0962d8185d3f944 | 1 + objects/info/packs | 1 + refs/heads/master | 1 + 48 files changed, 614 insertions(+) create mode 100755 HEAD create mode 100755 config create mode 100755 description create mode 100755 hooks/applypatch-msg.sample create mode 100755 hooks/commit-msg.sample create mode 100755 hooks/post-receive create mode 100755 hooks/post-receive.d/gitea create mode 100755 hooks/post-update.sample create mode 100755 hooks/pre-applypatch.sample create mode 100755 hooks/pre-commit.sample create mode 100755 hooks/pre-push.sample create mode 100755 hooks/pre-rebase.sample create mode 100755 hooks/pre-receive create mode 100755 hooks/pre-receive.d/gitea create mode 100755 hooks/pre-receive.sample create mode 100755 hooks/prepare-commit-msg.sample create mode 100755 hooks/proc-receive create mode 100755 hooks/proc-receive.d/gitea create mode 100755 hooks/update create mode 100755 hooks/update.d/gitea create mode 100755 hooks/update.sample create mode 100755 info/exclude create mode 100755 info/refs create mode 100755 logs/refs/heads/master create mode 100755 objects/0f/6914daa06d26421d51415ff4952a9702ccf3b0 create mode 100755 objects/1b/9e62f7500dd0fbe5c124714bb2bbd4bcbbfd98 create mode 100755 objects/2b/b525ebbd1212b1c653a305ba1a94986b5b8cb8 create mode 100755 objects/2e/4acfb7040d1b0be0285e6c931ffe354707d3f3 create mode 100755 objects/33/79b1784565820c3637869501cab11abdec38d5 create mode 100755 objects/37/8e7013cf70ff35307ef2d1c740879e68d34cbf create mode 100755 objects/3b/914c9311862578ffec179c495c248e7a14fe57 create mode 100755 objects/40/e8c264c144f081b4b1514b14ba43d4b97b2b86 create mode 100755 objects/51/71c54083337f0b87926da2e8f52abefe19d70f create mode 100755 objects/51/ff12739a6ad6ff5593c9d78489389c6a10481a create mode 100755 objects/5a/8943e8f19fdc81e85146ebb1b06ec100c252f2 create mode 100755 objects/5d/6915a883e40e9f61de396d591ba104f344944b create mode 100755 objects/60/574db3ceaffa23cde055524fa2f1d7acef7ed0 create mode 100755 objects/6c/0cf974763603f34580d5d15476b7cba3703fdc create mode 100755 objects/89/2eaa2e22b1d0ae4edd2959e0f68ddb0b1937ae create mode 100755 objects/89/33c090f064c6e2fdda28ba6e94dd7769b587a3 create mode 100755 objects/8e/d2f4d7968ae755467535cb04a315221bb0c976 create mode 100755 objects/95/e909a7c489ff48db05f52deef05878ee3b60a2 create mode 100755 objects/9d/7a672286c294273f60b3305e9c81dc181d2d5a create mode 100755 objects/9d/c1d1cf3d7e25060b09a22a2c1773e185fa420d create mode 100755 objects/d1/551d32102967d943ae1e9df50bd446f3d34879 create mode 100755 objects/ff/c303fd4758a13cc0ca05fef0962d8185d3f944 create mode 100755 objects/info/packs create mode 100755 refs/heads/master diff --git a/HEAD b/HEAD new file mode 100755 index 0000000..b870d82 --- /dev/null +++ b/HEAD @@ -0,0 +1 @@ +ref: refs/heads/main diff --git a/config b/config new file mode 100755 index 0000000..64280b8 --- /dev/null +++ b/config @@ -0,0 +1,6 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = true + symlinks = false + ignorecase = true diff --git a/description b/description new file mode 100755 index 0000000..498b267 --- /dev/null +++ b/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/hooks/applypatch-msg.sample b/hooks/applypatch-msg.sample new file mode 100755 index 0000000..a5d7b84 --- /dev/null +++ b/hooks/applypatch-msg.sample @@ -0,0 +1,15 @@ +#!/bin/sh +# +# An example hook script to check the commit log message taken by +# applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. The hook is +# allowed to edit the commit message file. +# +# To enable this hook, rename this file to "applypatch-msg". + +. git-sh-setup +commitmsg="$(git rev-parse --git-path hooks/commit-msg)" +test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} +: diff --git a/hooks/commit-msg.sample b/hooks/commit-msg.sample new file mode 100755 index 0000000..b58d118 --- /dev/null +++ b/hooks/commit-msg.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to check the commit log message. +# Called by "git commit" with one argument, the name of the file +# that has the commit message. The hook should exit with non-zero +# status after issuing an appropriate message if it wants to stop the +# commit. The hook is allowed to edit the commit message file. +# +# To enable this hook, rename this file to "commit-msg". + +# Uncomment the below to add a Signed-off-by line to the message. +# Doing this in a hook is a bad idea in general, but the prepare-commit-msg +# hook is more suited to it. +# +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" + +# This example catches duplicate Signed-off-by lines. + +test "" = "$(grep '^Signed-off-by: ' "$1" | + sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { + echo >&2 Duplicate Signed-off-by lines. + exit 1 +} diff --git a/hooks/post-receive b/hooks/post-receive new file mode 100755 index 0000000..80ae570 --- /dev/null +++ b/hooks/post-receive @@ -0,0 +1,16 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +data=$(cat) +exitcodes="" +hookname=$(basename $0) +GIT_DIR=${GIT_DIR:-$(dirname $0)/..} + +for hook in ${GIT_DIR}/hooks/${hookname}.d/*; do + test -x "${hook}" && test -f "${hook}" || continue + echo "${data}" | "${hook}" + exitcodes="${exitcodes} $?" +done + +for i in ${exitcodes}; do + [ ${i} -eq 0 ] || exit ${i} +done diff --git a/hooks/post-receive.d/gitea b/hooks/post-receive.d/gitea new file mode 100755 index 0000000..2a84d52 --- /dev/null +++ b/hooks/post-receive.d/gitea @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +/usr/local/bin/gitea hook --config=/data/gitea/conf/app.ini post-receive diff --git a/hooks/post-update.sample b/hooks/post-update.sample new file mode 100755 index 0000000..ec17ec1 --- /dev/null +++ b/hooks/post-update.sample @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script to prepare a packed repository for use over +# dumb transports. +# +# To enable this hook, rename this file to "post-update". + +exec git update-server-info diff --git a/hooks/pre-applypatch.sample b/hooks/pre-applypatch.sample new file mode 100755 index 0000000..4142082 --- /dev/null +++ b/hooks/pre-applypatch.sample @@ -0,0 +1,14 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed +# by applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-applypatch". + +. git-sh-setup +precommit="$(git rev-parse --git-path hooks/pre-commit)" +test -x "$precommit" && exec "$precommit" ${1+"$@"} +: diff --git a/hooks/pre-commit.sample b/hooks/pre-commit.sample new file mode 100755 index 0000000..68d62d5 --- /dev/null +++ b/hooks/pre-commit.sample @@ -0,0 +1,49 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed. +# Called by "git commit" with no arguments. The hook should +# exit with non-zero status after issuing an appropriate message if +# it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-commit". + +if git rev-parse --verify HEAD >/dev/null 2>&1 +then + against=HEAD +else + # Initial commit: diff against an empty tree object + against=4b825dc642cb6eb9a060e54bf8d69288fbee4904 +fi + +# If you want to allow non-ASCII filenames set this variable to true. +allownonascii=$(git config --bool hooks.allownonascii) + +# Redirect output to stderr. +exec 1>&2 + +# Cross platform projects tend to avoid non-ASCII filenames; prevent +# them from being added to the repository. We exploit the fact that the +# printable range starts at the space character and ends with tilde. +if [ "$allownonascii" != "true" ] && + # Note that the use of brackets around a tr range is ok here, (it's + # even required, for portability to Solaris 10's /usr/bin/tr), since + # the square bracket bytes happen to fall in the designated range. + test $(git diff --cached --name-only --diff-filter=A -z $against | + LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 +then + cat <<\EOF +Error: Attempt to add a non-ASCII file name. + +This can cause problems if you want to work with people on other platforms. + +To be portable it is advisable to rename the file. + +If you know what you are doing you can disable this check using: + + git config hooks.allownonascii true +EOF + exit 1 +fi + +# If there are whitespace errors, print the offending file names and fail. +exec git diff-index --check --cached $against -- diff --git a/hooks/pre-push.sample b/hooks/pre-push.sample new file mode 100755 index 0000000..6187dbf --- /dev/null +++ b/hooks/pre-push.sample @@ -0,0 +1,53 @@ +#!/bin/sh + +# An example hook script to verify what is about to be pushed. Called by "git +# push" after it has checked the remote status, but before anything has been +# pushed. If this script exits with a non-zero status nothing will be pushed. +# +# This hook is called with the following parameters: +# +# $1 -- Name of the remote to which the push is being done +# $2 -- URL to which the push is being done +# +# If pushing without using a named remote those arguments will be equal. +# +# Information about the commits which are being pushed is supplied as lines to +# the standard input in the form: +# +# +# +# This sample shows how to prevent push of commits where the log message starts +# with "WIP" (work in progress). + +remote="$1" +url="$2" + +z40=0000000000000000000000000000000000000000 + +while read local_ref local_sha remote_ref remote_sha +do + if [ "$local_sha" = $z40 ] + then + # Handle delete + : + else + if [ "$remote_sha" = $z40 ] + then + # New branch, examine all commits + range="$local_sha" + else + # Update to existing branch, examine new commits + range="$remote_sha..$local_sha" + fi + + # Check for WIP commit + commit=`git rev-list -n 1 --grep '^WIP' "$range"` + if [ -n "$commit" ] + then + echo >&2 "Found WIP commit in $local_ref, not pushing" + exit 1 + fi + fi +done + +exit 0 diff --git a/hooks/pre-rebase.sample b/hooks/pre-rebase.sample new file mode 100755 index 0000000..33730ca --- /dev/null +++ b/hooks/pre-rebase.sample @@ -0,0 +1,169 @@ +#!/bin/sh +# +# Copyright (c) 2006, 2008 Junio C Hamano +# +# The "pre-rebase" hook is run just before "git rebase" starts doing +# its job, and can prevent the command from running by exiting with +# non-zero status. +# +# The hook is called with the following parameters: +# +# $1 -- the upstream the series was forked from. +# $2 -- the branch being rebased (or empty when rebasing the current branch). +# +# This sample shows how to prevent topic branches that are already +# merged to 'next' branch from getting rebased, because allowing it +# would result in rebasing already published history. + +publish=next +basebranch="$1" +if test "$#" = 2 +then + topic="refs/heads/$2" +else + topic=`git symbolic-ref HEAD` || + exit 0 ;# we do not interrupt rebasing detached HEAD +fi + +case "$topic" in +refs/heads/??/*) + ;; +*) + exit 0 ;# we do not interrupt others. + ;; +esac + +# Now we are dealing with a topic branch being rebased +# on top of master. Is it OK to rebase it? + +# Does the topic really exist? +git show-ref -q "$topic" || { + echo >&2 "No such branch $topic" + exit 1 +} + +# Is topic fully merged to master? +not_in_master=`git rev-list --pretty=oneline ^master "$topic"` +if test -z "$not_in_master" +then + echo >&2 "$topic is fully merged to master; better remove it." + exit 1 ;# we could allow it, but there is no point. +fi + +# Is topic ever merged to next? If so you should not be rebasing it. +only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` +only_next_2=`git rev-list ^master ${publish} | sort` +if test "$only_next_1" = "$only_next_2" +then + not_in_topic=`git rev-list "^$topic" master` + if test -z "$not_in_topic" + then + echo >&2 "$topic is already up-to-date with master" + exit 1 ;# we could allow it, but there is no point. + else + exit 0 + fi +else + not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` + /usr/bin/perl -e ' + my $topic = $ARGV[0]; + my $msg = "* $topic has commits already merged to public branch:\n"; + my (%not_in_next) = map { + /^([0-9a-f]+) /; + ($1 => 1); + } split(/\n/, $ARGV[1]); + for my $elem (map { + /^([0-9a-f]+) (.*)$/; + [$1 => $2]; + } split(/\n/, $ARGV[2])) { + if (!exists $not_in_next{$elem->[0]}) { + if ($msg) { + print STDERR $msg; + undef $msg; + } + print STDERR " $elem->[1]\n"; + } + } + ' "$topic" "$not_in_next" "$not_in_master" + exit 1 +fi + +<<\DOC_END + +This sample hook safeguards topic branches that have been +published from being rewound. + +The workflow assumed here is: + + * Once a topic branch forks from "master", "master" is never + merged into it again (either directly or indirectly). + + * Once a topic branch is fully cooked and merged into "master", + it is deleted. If you need to build on top of it to correct + earlier mistakes, a new topic branch is created by forking at + the tip of the "master". This is not strictly necessary, but + it makes it easier to keep your history simple. + + * Whenever you need to test or publish your changes to topic + branches, merge them into "next" branch. + +The script, being an example, hardcodes the publish branch name +to be "next", but it is trivial to make it configurable via +$GIT_DIR/config mechanism. + +With this workflow, you would want to know: + +(1) ... if a topic branch has ever been merged to "next". Young + topic branches can have stupid mistakes you would rather + clean up before publishing, and things that have not been + merged into other branches can be easily rebased without + affecting other people. But once it is published, you would + not want to rewind it. + +(2) ... if a topic branch has been fully merged to "master". + Then you can delete it. More importantly, you should not + build on top of it -- other people may already want to + change things related to the topic as patches against your + "master", so if you need further changes, it is better to + fork the topic (perhaps with the same name) afresh from the + tip of "master". + +Let's look at this example: + + o---o---o---o---o---o---o---o---o---o "next" + / / / / + / a---a---b A / / + / / / / + / / c---c---c---c B / + / / / \ / + / / / b---b C \ / + / / / / \ / + ---o---o---o---o---o---o---o---o---o---o---o "master" + + +A, B and C are topic branches. + + * A has one fix since it was merged up to "next". + + * B has finished. It has been fully merged up to "master" and "next", + and is ready to be deleted. + + * C has not merged to "next" at all. + +We would want to allow C to be rebased, refuse A, and encourage +B to be deleted. + +To compute (1): + + git rev-list ^master ^topic next + git rev-list ^master next + + if these match, topic has not merged in next at all. + +To compute (2): + + git rev-list master..topic + + if this is empty, it is fully merged to "master". + +DOC_END diff --git a/hooks/pre-receive b/hooks/pre-receive new file mode 100755 index 0000000..80ae570 --- /dev/null +++ b/hooks/pre-receive @@ -0,0 +1,16 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +data=$(cat) +exitcodes="" +hookname=$(basename $0) +GIT_DIR=${GIT_DIR:-$(dirname $0)/..} + +for hook in ${GIT_DIR}/hooks/${hookname}.d/*; do + test -x "${hook}" && test -f "${hook}" || continue + echo "${data}" | "${hook}" + exitcodes="${exitcodes} $?" +done + +for i in ${exitcodes}; do + [ ${i} -eq 0 ] || exit ${i} +done diff --git a/hooks/pre-receive.d/gitea b/hooks/pre-receive.d/gitea new file mode 100755 index 0000000..00db788 --- /dev/null +++ b/hooks/pre-receive.d/gitea @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +/usr/local/bin/gitea hook --config=/data/gitea/conf/app.ini pre-receive diff --git a/hooks/pre-receive.sample b/hooks/pre-receive.sample new file mode 100755 index 0000000..a1fd29e --- /dev/null +++ b/hooks/pre-receive.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to make use of push options. +# The example simply echoes all push options that start with 'echoback=' +# and rejects all pushes when the "reject" push option is used. +# +# To enable this hook, rename this file to "pre-receive". + +if test -n "$GIT_PUSH_OPTION_COUNT" +then + i=0 + while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" + do + eval "value=\$GIT_PUSH_OPTION_$i" + case "$value" in + echoback=*) + echo "echo from the pre-receive-hook: ${value#*=}" >&2 + ;; + reject) + exit 1 + esac + i=$((i + 1)) + done +fi diff --git a/hooks/prepare-commit-msg.sample b/hooks/prepare-commit-msg.sample new file mode 100755 index 0000000..f093a02 --- /dev/null +++ b/hooks/prepare-commit-msg.sample @@ -0,0 +1,36 @@ +#!/bin/sh +# +# An example hook script to prepare the commit log message. +# Called by "git commit" with the name of the file that has the +# commit message, followed by the description of the commit +# message's source. The hook's purpose is to edit the commit +# message file. If the hook fails with a non-zero status, +# the commit is aborted. +# +# To enable this hook, rename this file to "prepare-commit-msg". + +# This hook includes three examples. The first comments out the +# "Conflicts:" part of a merge commit. +# +# The second includes the output of "git diff --name-status -r" +# into the message, just before the "git status" output. It is +# commented because it doesn't cope with --amend or with squashed +# commits. +# +# The third example adds a Signed-off-by line to the message, that can +# still be edited. This is rarely a good idea. + +case "$2,$3" in + merge,) + /usr/bin/perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;; + +# ,|template,) +# /usr/bin/perl -i.bak -pe ' +# print "\n" . `git diff --cached --name-status -r` +# if /^#/ && $first++ == 0' "$1" ;; + + *) ;; +esac + +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" diff --git a/hooks/proc-receive b/hooks/proc-receive new file mode 100755 index 0000000..1974627 --- /dev/null +++ b/hooks/proc-receive @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +/usr/local/bin/gitea hook --config=/data/gitea/conf/app.ini proc-receive diff --git a/hooks/proc-receive.d/gitea b/hooks/proc-receive.d/gitea new file mode 100755 index 0000000..e69de29 diff --git a/hooks/update b/hooks/update new file mode 100755 index 0000000..b3570b0 --- /dev/null +++ b/hooks/update @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +exitcodes="" +hookname=$(basename $0) +GIT_DIR=${GIT_DIR:-$(dirname $0/..)} + +for hook in ${GIT_DIR}/hooks/${hookname}.d/*; do + test -x "${hook}" && test -f "${hook}" || continue + "${hook}" $1 $2 $3 + exitcodes="${exitcodes} $?" +done + +for i in ${exitcodes}; do + [ ${i} -eq 0 ] || exit ${i} +done diff --git a/hooks/update.d/gitea b/hooks/update.d/gitea new file mode 100755 index 0000000..3f58296 --- /dev/null +++ b/hooks/update.d/gitea @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +/usr/local/bin/gitea hook --config=/data/gitea/conf/app.ini update $1 $2 $3 diff --git a/hooks/update.sample b/hooks/update.sample new file mode 100755 index 0000000..80ba941 --- /dev/null +++ b/hooks/update.sample @@ -0,0 +1,128 @@ +#!/bin/sh +# +# An example hook script to block unannotated tags from entering. +# Called by "git receive-pack" with arguments: refname sha1-old sha1-new +# +# To enable this hook, rename this file to "update". +# +# Config +# ------ +# hooks.allowunannotated +# This boolean sets whether unannotated tags will be allowed into the +# repository. By default they won't be. +# hooks.allowdeletetag +# This boolean sets whether deleting tags will be allowed in the +# repository. By default they won't be. +# hooks.allowmodifytag +# This boolean sets whether a tag may be modified after creation. By default +# it won't be. +# hooks.allowdeletebranch +# This boolean sets whether deleting branches will be allowed in the +# repository. By default they won't be. +# hooks.denycreatebranch +# This boolean sets whether remotely creating branches will be denied +# in the repository. By default this is allowed. +# + +# --- Command line +refname="$1" +oldrev="$2" +newrev="$3" + +# --- Safety check +if [ -z "$GIT_DIR" ]; then + echo "Don't run this script from the command line." >&2 + echo " (if you want, you could supply GIT_DIR then run" >&2 + echo " $0 )" >&2 + exit 1 +fi + +if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then + echo "usage: $0 " >&2 + exit 1 +fi + +# --- Config +allowunannotated=$(git config --bool hooks.allowunannotated) +allowdeletebranch=$(git config --bool hooks.allowdeletebranch) +denycreatebranch=$(git config --bool hooks.denycreatebranch) +allowdeletetag=$(git config --bool hooks.allowdeletetag) +allowmodifytag=$(git config --bool hooks.allowmodifytag) + +# check for no description +projectdesc=$(sed -e '1q' "$GIT_DIR/description") +case "$projectdesc" in +"Unnamed repository"* | "") + echo "*** Project description file hasn't been set" >&2 + exit 1 + ;; +esac + +# --- Check types +# if $newrev is 0000...0000, it's a commit to delete a ref. +zero="0000000000000000000000000000000000000000" +if [ "$newrev" = "$zero" ]; then + newrev_type=delete +else + newrev_type=$(git cat-file -t $newrev) +fi + +case "$refname","$newrev_type" in + refs/tags/*,commit) + # un-annotated tag + short_refname=${refname##refs/tags/} + if [ "$allowunannotated" != "true" ]; then + echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2 + echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 + exit 1 + fi + ;; + refs/tags/*,delete) + # delete tag + if [ "$allowdeletetag" != "true" ]; then + echo "*** Deleting a tag is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/tags/*,tag) + # annotated tag + if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 + then + echo "*** Tag '$refname' already exists." >&2 + echo "*** Modifying a tag is not allowed in this repository." >&2 + exit 1 + fi + ;; + refs/heads/*,commit) + # branch + if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then + echo "*** Creating a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/heads/*,delete) + # delete branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/remotes/*,commit) + # tracking branch + ;; + refs/remotes/*,delete) + # delete tracking branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a tracking branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + *) + # Anything else (is there anything else?) + echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 + exit 1 + ;; +esac + +# --- Finished +exit 0 diff --git a/info/exclude b/info/exclude new file mode 100755 index 0000000..a5196d1 --- /dev/null +++ b/info/exclude @@ -0,0 +1,6 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ diff --git a/info/refs b/info/refs new file mode 100755 index 0000000..db8009f --- /dev/null +++ b/info/refs @@ -0,0 +1 @@ +0f6914daa06d26421d51415ff4952a9702ccf3b0 refs/heads/master diff --git a/logs/refs/heads/master b/logs/refs/heads/master new file mode 100755 index 0000000..15124cb --- /dev/null +++ b/logs/refs/heads/master @@ -0,0 +1,2 @@ +9dc1d1cf3d7e25060b09a22a2c1773e185fa420d 95e909a7c489ff48db05f52deef05878ee3b60a2 Gitea 1715190710 -0400 push +95e909a7c489ff48db05f52deef05878ee3b60a2 0f6914daa06d26421d51415ff4952a9702ccf3b0 Gitea 1715281568 -0400 push diff --git a/objects/0f/6914daa06d26421d51415ff4952a9702ccf3b0 b/objects/0f/6914daa06d26421d51415ff4952a9702ccf3b0 new file mode 100755 index 0000000..7b906aa --- /dev/null +++ b/objects/0f/6914daa06d26421d51415ff4952a9702ccf3b0 @@ -0,0 +1 @@ +xi1@sV@3LHHe,"wr{սm mU>b>q̄JVJ깑9d}B&͘%yYk 'V%8#\?[o-7¯UQ 6Yrl)xǀhy:? sM6*"M \ No newline at end of file diff --git a/objects/1b/9e62f7500dd0fbe5c124714bb2bbd4bcbbfd98 b/objects/1b/9e62f7500dd0fbe5c124714bb2bbd4bcbbfd98 new file mode 100755 index 0000000000000000000000000000000000000000..c20b7c76045803f4eb1220fcef0becd04d00e644 GIT binary patch literal 348 zcmV-i0i*tS0fkXZPr^VD_RO!C^s3on2?vb_2_^;;3<am5X&?ei?ZNY5s!>~uL^m!?5wod4MG|AFX>9zc}ll85bZ&JS; zihK_a<8>5j=Nfc@fDT;;eFGOnjuT=}wJ{{#2pp0e>hl8hh3(!@?on^O{Hw|FW!X&4$`@5N>UkTM`VIV>X#w|CdjB*eP78Gprp3AaRz9 uIDq4~TdZ@eGc84&3anc9-BtJzsoRMf58^ETeH}86)U@Ls9Y%kj'M9j˒(k< o*~x8${m0*vG T Xt*{ţ\Byd#8% rgdbya QuiJ 4ES Nz%bQ\[ ܱZ)lm=aX4l68`_.65Z36B2..@X#;6{$=.c}pd}ˬo AVYY|Rjy|->ƋaG}Pl'ZPcx;5NAN[XlƔuWt"}2 I|^A_L~@ac \ No newline at end of file diff --git a/objects/2e/4acfb7040d1b0be0285e6c931ffe354707d3f3 b/objects/2e/4acfb7040d1b0be0285e6c931ffe354707d3f3 new file mode 100755 index 0000000000000000000000000000000000000000..87049b6aa7654e3a1279bba6550ad01f106d1726 GIT binary patch literal 1161 zcmV;41a|v)0gYB+Pvb@q?N|F(OkJsV4$D4TwUvURDuhUvmJ3%LINhh<*pt{j#~XGx zK#KV9o!NB~o1;>Z0B3gQ&70Xb<18w%fS-Q(`Pc8_7_RYtTT0AfDsqheRW1d{@0BU?RwFZ`5@62`GIOYyy>3WlvE6(WMrWMw@ ztkGA5zVps(ku8r0Q7JN0EF@ZDx(2a?(cWQ}u3U#fl|36k!yvMTz*joeTZJlKmK8Dc zLwE)))9h>iK;(tV5&n> z_TbrdfPTnHi3+1itOD<9gLPXN7Oa~y@`#bMr!_iq5fqGhn}OFbz})-)91_zk${9tJ z>X>O((A74rZ6_g-BI-_&#&W1o%iX?MF1SeRyuuj=1=f+u;e!|Ixy}j*P|8CvA9PxD zQ{&TyR7G<|el$u3k6UEG`aq>x*ao$!z&+f-w*-hD=ZWJaeL%j`eBn9`Z70q1xdA+~ zZ8H^?tJ5KQaSmf9M{MB4@-&y`x=tLA3e3J5T38A7t37kd7QHJUz_`QCbPHuk2m#=m>g?R?jPyZ#Lx z7h{b~=siCY3I2C}eKQ)HC$Hz5UDUn>s*HL}mgs(qau?9&r3%^M1iEd_ki(JskCBKyBIGi#J0*|fiw#ZhS_#qxBpVwYqV>-WoT3UU?ti> z&NH#C^{eC%c<@H9#whjRl(#O;09N#ld!~o(08WL5A-(gBY#4|fUfgD~HiEiKO?!6s zS|>ucSC@$w(ug~b2_oV5J5sb~%`EJX8bP+scqBTfEK7Ud8k&wrOP(zPdlwd{HM1)B zRx@sf?d#j^gVe3D>w`b6vqDIp77OncqfDy)sM0t003_oX{7%Z_ZXHEz-UmV&L2fIp z=%mCdSNw_q-k&UN-ogiI3lg{a$~2`-@V!xPS3rhPWJZU-S+$oE=T?TvU76nz>C+JI bbg3)k5B>+NDghsN$zPYg%Zu}0jOQjUFNi#@ literal 0 HcmV?d00001 diff --git a/objects/33/79b1784565820c3637869501cab11abdec38d5 b/objects/33/79b1784565820c3637869501cab11abdec38d5 new file mode 100755 index 0000000000000000000000000000000000000000..c9f4e4c070da96fac8748f5c68e52128274f5b67 GIT binary patch literal 287 zcmV+)0pR|40V^p=O;s>9Fk>(@FfcPQQP4}tPtHy)%1qD8FG^(yEIjJaY+TRXJ}Gz6 zi?3Sy{z+cvhbc_YEP<+u>U4hbasHjg7lCfCH*Ux~$Z#m=6Ht}8si}es*tE3FoKyzw zt*Wp03JGmI7QC2sm(-LQ+0i{apk^Ud#rrxsGyFfy{MS8Vq0NC)tp7et(`{_M{L=-h zGRW1@#n)9YH-*7^qR(W(Hr0y%Z^Y+##;EjFiTn#UF#rOEm z8?IgqDcgQ}ae@6Es3`@B$=QkNsd`z(`FRY|^OC*?@Lu@+^q@+i_om%f_U!&U1FEh# lwWut$2&jxf&+Ghl7G7!Y2O4oXljZ-Jy0c&Y3;>*Seqei6m4W~O literal 0 HcmV?d00001 diff --git a/objects/37/8e7013cf70ff35307ef2d1c740879e68d34cbf b/objects/37/8e7013cf70ff35307ef2d1c740879e68d34cbf new file mode 100755 index 0000000000000000000000000000000000000000..a2623a84c1915024d673351e0468fd8fbcdb5957 GIT binary patch literal 21 ccmb=6@#3Wl&ZK2{z)=QV7Y&ELH%bM1|yx#Ju!Wppb87dQoCYYKlTh QzJhyZNopb&0Fz!1%*xgnLjV8( literal 0 HcmV?d00001 diff --git a/objects/40/e8c264c144f081b4b1514b14ba43d4b97b2b86 b/objects/40/e8c264c144f081b4b1514b14ba43d4b97b2b86 new file mode 100755 index 0000000000000000000000000000000000000000..baa124a6c135fe27597cda46d3da36b391222a41 GIT binary patch literal 288 zcmV+*0pI?30V^p=O;s>9Fk>(@FfcPQQP4}tPtHy)%1qD8FG^(yEIjJaY+TRXJ}Gz6 zi?3Sy{z+cvhbc_YEP<+u>U4hbasHjg7lCfCH*Ux~$Z#m=6Ht}8si}es*tE3FoKyzw zt*Wp03JGmI7QC2sm(-LQ+0i{apk^Ud#rrxsGyFfy{MS8Vq0NC)tp7et(`{_M{L=-h zGRW1@#n)9YH-#Y~+;{W2^}m$QJ_rr+U-a?%n)h`VObmcPAvr%UEi;`Vhv#QWnHlqE z*M_SXL&~*2Wm<|Vsdt3da7Plaef|y^t`0+0lXJ}KRu{Y=)Gz8l|8%v&VZ^b mPAw`+EdnZI(DORKorPDL`+-JW&Sd$2rta*QKLY?l;(_q6c8*Q} literal 0 HcmV?d00001 diff --git a/objects/51/71c54083337f0b87926da2e8f52abefe19d70f b/objects/51/71c54083337f0b87926da2e8f52abefe19d70f new file mode 100755 index 0000000000000000000000000000000000000000..e824e905c8cfd9ac20d6e13c1e2224bb8e5aa1ee GIT binary patch literal 42 zcmV+_0M-9^0ZYosPf{>4W5~--NsZ6VPbtkwE#}HA$kk0rO)5>-%gIj%0L^U-AD@d7 A#Q*>R literal 0 HcmV?d00001 diff --git a/objects/51/ff12739a6ad6ff5593c9d78489389c6a10481a b/objects/51/ff12739a6ad6ff5593c9d78489389c6a10481a new file mode 100755 index 0000000..5c03b5a --- /dev/null +++ b/objects/51/ff12739a6ad6ff5593c9d78489389c6a10481a @@ -0,0 +1,3 @@ +xͽ +0@a<}kk@ա.irC)зng8 $'ZD׫B%+"*gqb뤴vZ7 +\*M; VgXva}/3לp, ͔ mZ`ؕ-F-KBo \ No newline at end of file diff --git a/objects/5a/8943e8f19fdc81e85146ebb1b06ec100c252f2 b/objects/5a/8943e8f19fdc81e85146ebb1b06ec100c252f2 new file mode 100755 index 0000000000000000000000000000000000000000..f3a6e0e108830569857a7759df399e08d81b6d38 GIT binary patch literal 571 zcmV-B0>u4z0cBH7Zxb;PO z8ydChVQtU&&6^Lu?R@O$^QVvR7LPgF(Nq@$-NmqTJ?)(5qUzbz%DFidWxMOTR7x%A zKK4a+>O0hOEu{n-q@UT%$IvGJdL5cfywHsRdQCCuwgCCvcUk@93|b_ zWi~bDiFPrQ3#I09;859;cU_^L17|H}H_@S(c!Jq;`)hM2M+MLdPNA9|xFdVz9LpuJ z#^?(Ok4&yq9lFu0XDSH|lcCC`($(3(wT)v)UjHXZ?rZ%v3D2NKGmTd3$wWcp^ z+Y97S8WV@sWY*P%ewF;#qp5{}#jd&>SMwv>s%DN5_HXgbnJgy`mV=pIbTG3Q(077q zTx@UEeB2^WiUFf4a|hA#>a2I@KpuL;%<$}Lp7ZKlOm=B*9_7jLT?IA4Ldcs$Srr<#j32fac)eSf^C zJyZbAfkSG|oc#9LC28kpr?{gVNi5ahK(@92D@=dz2hdL_q0g>DwwR`B=HEi(F*^lj zW94und@jczlBSc+PIs8f{~+7}xmeJk&BKOpLYDPryFqQ>{F;*IbsQ0)n)}TIB{cv5 literal 0 HcmV?d00001 diff --git a/objects/5d/6915a883e40e9f61de396d591ba104f344944b b/objects/5d/6915a883e40e9f61de396d591ba104f344944b new file mode 100755 index 0000000000000000000000000000000000000000..fa3bf89848c386f429a490eda1d6753ee82e5e2e GIT binary patch literal 220 zcmV<203-i+0V^p=O;s>5He@g~FfcPQQP4}tPtHy)%1qD8FG^(yEIjJaY+TRXJ}Gz6 zi?3Sy{z+cvhbc_YEP<+;Ta~WVc4&&aeZppgxH*k?BxH4?psHNJrln=(q%!36q zVxi4}Q>_0!Ow(;_z5LS!sw&9U(Z$zQFE@q3ystp`e8GQHgSt-_k2|!_%ed^bAF8Mz zF*!RiJykEOI6sd;dS24^0Nx9~pB_{x^xm}l%AVbSXF$~zrxul^76Fwp^j-RLeOlM^ WP`6Uk(=3Zcm83VEECT=+&0y{TGHqP| literal 0 HcmV?d00001 diff --git a/objects/60/574db3ceaffa23cde055524fa2f1d7acef7ed0 b/objects/60/574db3ceaffa23cde055524fa2f1d7acef7ed0 new file mode 100755 index 0000000000000000000000000000000000000000..b46528140221b298839fcf753851c3af573e5c33 GIT binary patch literal 39 vcmb literal 0 HcmV?d00001 diff --git a/objects/6c/0cf974763603f34580d5d15476b7cba3703fdc b/objects/6c/0cf974763603f34580d5d15476b7cba3703fdc new file mode 100755 index 0000000000000000000000000000000000000000..5b01da92f1cb874c99153589f4d4de7c1ab0c143 GIT binary patch literal 90 zcmV-g0HyzU0V^p=O;xZkXD~D{Ff%bxNJ)xMtw_u*$Vt`9DrUGCDr+R5nSRrGo!s27 w+*jN_U-qbkDl93_EGbDXLRQ_Ww@OcG6uw>xM%}*)KN!3fOD9A4=DORvmsOI8K&d)0@%}p(e&rYqh tQczddK@uuXO)g3;fr=(3C#Mz{$Cu=1r{-Z1ibp8s;;gmi0s!C3C79gTC9Fk>(@FfcPQQP4}tPtHy)%1qD8FG^(yEIjJaY+TRXJ}Gz6 zi?3Sy{z+cvhbc_YEP<+u>U4hbasHjg7lCfCH*Ux~$Z#m=6Ht}8si}es*tE3FoKyzw zt*Wp03JGmI7QC2sm(-LQ+0i{apk^Ud#rrxsGyFfy{MS8Vq0NC)tp7et(`{_M{L=-h zGRW1@#n)9YH-*8xuR!>G!GBYOx=$C6JG9Tsxa_mv!~h5slJoP@GSeAycz%|YnK6HM zZMb?dq-^`?#Rc|vpr#ZgCTAz6r|M-D=jSm<&rA9qzdt=oGXQ-efJb1^m9qc< literal 0 HcmV?d00001 diff --git a/objects/8e/d2f4d7968ae755467535cb04a315221bb0c976 b/objects/8e/d2f4d7968ae755467535cb04a315221bb0c976 new file mode 100755 index 0000000000000000000000000000000000000000..2309dfb7b730b09c4b0e64357a47bc54facf89d4 GIT binary patch literal 1158 zcmV;11bO>-0gYB+Pvb@q?N|F(OkJsV4$D4TRjq=e3PPl&<-!$*JKd+?#GAx-jvaP4 z2Pxve_sy=I*c_FL1gvLg-@KW9Gxofw=JeAqKmYb!9Mg@s-{n$dG^sKXeO9!ovRxr) zSxMTdyj;=rA=g?+I)6V_?$=Zr0}V*plYy_{;P=jm0Jqk9tNL-g%Jq6Tj~3M?#^HZN z5wn*$zNpG&zG?$Rv9%c=gaQrV#qqm64UO|oraG@m`Uq6!K|j*@Vj+~Gzr@~>0>Z11 z+1#QrJK$ZWI-RFV)W85jgi};47W#of0Zu z<^`zvAw7|n>EcWOz~q_P0skD_H(StI5m?uWk*;cRwxfQoW1*v}4E)*;sLNex3PFJs zYFm{`^ytZT2tROARUx9HS_R(qR+MdJSg>x)$O9v%p*1{msc=|iZ3bS=KxE$k=a86U zA!ZaI)G^X@jk~Q&+YSPi3ZXkm8p|O=E%!~bobWm=vqDVyP+%RA4sSf8=6bQFKuCEw z%p08&-In5U3t6GD;D=r^cw8a_)+eNDVQbVn1NU$T-x2^ljuXd8`c?3qW^>o6X*+3_ z%?#j?ZJTLjxjG$^mlrf*a$rLzmZ!Ni*LC7}xE6~qMma)Iz9hXC5(`CXqbzz5bIb@K zT?hW3ghD&mYvE%_u0;f-PQ+Vy+h~Ss#HS;*kV2HRGTjK!@TOezwv!f*8oZvNaBh=B zrU-YaR-H9Ugf8fWG;n_=*AolLD{d@YMZVnE$ABKcG2rUHpn*T0B%_-tjVIG<+i36( z8dZgc`Yg{v&So~g49P4e;2$P77qd2gVUd=r5W~_uiEL(@IUHgRKpnG-eUE(CgeCra zLOy*szq%bI6p;7v)6MCxkc#JH!yrUCLrC`XLeD?3MpMT;Ype%nW3LNq{JT5d%6A>O z>fhjTGSxc5a z#0ZjlA9yb>#p{6rq}+JW=rLDXv8kPmm#nK@ko5H+ITkQv6^g zT0_nj)vnYpf>YqpE3s;$)Pqx=y66E>;3fBjMYjPbm8NsN^o?v72oBF~-C5fT)kV>s zoJQ*)#NP##oH;@HYCxy!RVkUkCRPUpH1 Y{NVo~ilU--`{eH{-{r~qFWDs~i*p-4nE(I) literal 0 HcmV?d00001 diff --git a/objects/95/e909a7c489ff48db05f52deef05878ee3b60a2 b/objects/95/e909a7c489ff48db05f52deef05878ee3b60a2 new file mode 100755 index 0000000..772d020 --- /dev/null +++ b/objects/95/e909a7c489ff48db05f52deef05878ee3b60a2 @@ -0,0 +1,4 @@ +xA +0E]se&6-x$SZhR[-!4WNvyĞ<{jMd?8o}ߙM(RԶءAȹFoGa^\5\b@x0cBIcZrd;n-C18jAcw96Vq-gPyKT)dY$(v8*=46dmKaBgED4gF!29|= z+H29G2g@S$_{c|5osS)T{`B$P>LEuvn(AVp+Zgt)r@iy6>c!Q{xj7bPJ6V-l(Ov9| z^0M4C_^FVFwdHQ?#kx_G&f$&CImf)5gW+)u)eTHmSFMt>!h|2z!Yn@+0GpGf+qlf8 z#yrtJW^$p_JPsTxTk@_e)N|mh#q1_J78B1fdv1SiZ)K|hTEi(+vjb;jpE<{}1lAaR z0pW?sm8wHGdi6vlp~HgN6YSkqVq@FPPM%0s&bwhjeRLDiD&{h`+MrEPnG z97|*3(3;G;y3ntaAA5*e30Ul^%V{mmFW0J>BZU21yl^JViG$@}rWXok_5%7&FpZ1t zwVJm(q{}&rCG==qL3c#bU~x*+S(Y(vk0Mq zhM4)jyPYX^pi!}$mLOp(e zxT6Dx0iy>FDLHfUyC;{Voo}Dwo~|UZh`7S^*8Z@2H)gmzXH1FI(Q literal 0 HcmV?d00001 diff --git a/objects/9d/c1d1cf3d7e25060b09a22a2c1773e185fa420d b/objects/9d/c1d1cf3d7e25060b09a22a2c1773e185fa420d new file mode 100755 index 0000000..79fc722 --- /dev/null +++ b/objects/9d/c1d1cf3d7e25060b09a22a2c1773e185fa420d @@ -0,0 +1 @@ +xMj0F)1IJsB#)ؒqEo_#tmm4q !2"2f]R"fmJc]dNGn*Eio"!%,Źh8&"#)i"Aϱ |y^3\G>מwPOH+W/9A{k0:콯=P]kCopk|?YR \ No newline at end of file diff --git a/objects/d1/551d32102967d943ae1e9df50bd446f3d34879 b/objects/d1/551d32102967d943ae1e9df50bd446f3d34879 new file mode 100755 index 0000000..88ab42a --- /dev/null +++ b/objects/d1/551d32102967d943ae1e9df50bd446f3d34879 @@ -0,0 +1,4 @@ +xEM +0)7Z(; +IIC{{@Ls-%40V}4M-3ڈWP$0ZFuq< r[ȃF'H} +9GɮS_n6 \ No newline at end of file diff --git a/objects/ff/c303fd4758a13cc0ca05fef0962d8185d3f944 b/objects/ff/c303fd4758a13cc0ca05fef0962d8185d3f944 new file mode 100755 index 0000000..1983aed --- /dev/null +++ b/objects/ff/c303fd4758a13cc0ca05fef0962d8185d3f944 @@ -0,0 +1 @@ +x]Ao@{~b*Ǣ&(mZSQطY{\3|*KR[.V4زr e rRCs3&E\՘36u6{ZNbúd]TRGUԙVxӦA5O_'|gKON Jg .c.˯4/͢Q]^^yY \ No newline at end of file diff --git a/objects/info/packs b/objects/info/packs new file mode 100755 index 0000000..8b13789 --- /dev/null +++ b/objects/info/packs @@ -0,0 +1 @@ + diff --git a/refs/heads/master b/refs/heads/master new file mode 100755 index 0000000..3036aa9 --- /dev/null +++ b/refs/heads/master @@ -0,0 +1 @@ +0f6914daa06d26421d51415ff4952a9702ccf3b0