git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob aa714a51ed3bfbeb5c2f6d1a3cfa6bcd9992d3fa 801 bytes (raw)
name: contrib/mw-to-git/bin-wrapper/git 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
#!/bin/sh

# git executable wrapper script for Git-Mediawiki to run tests without
# installing all the scripts and perl packages.

# based on $GIT_ROOT_DIR/wrap-for-bin.sh


GIT_ROOT_DIR=../../..
GIT_EXEC_PATH=$(cd "$(dirname "$0")" && cd ${GIT_ROOT_DIR} && pwd)

echo $GIT_EXEC_PATH

if test -n "$NO_SET_GIT_TEMPLATE_DIR"
then
	unset GIT_TEMPLATE_DIR
else
	GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt'
	export GIT_TEMPLATE_DIR
fi
# Hack to make the `use lib` call works with multiple paths
GITPERLLIB="$GIT_EXEC_PATH"'/contrib/mw-to-git:'"$GIT_EXEC_PATH"'/perl/blib/lib'
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale'
PATH="$GIT_EXEC_PATH"'/contrib/mw-to-git:'"$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH"
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR

exec "${GIT_EXEC_PATH}/git" "$@"

debug log:

solving aa714a5 ...
found aa714a5 in https://public-inbox.org/git/1372354652-4147-3-git-send-email-benoit.person@ensimag.fr/

applying [1/1] https://public-inbox.org/git/1372354652-4147-3-git-send-email-benoit.person@ensimag.fr/
diff --git a/contrib/mw-to-git/bin-wrapper/git b/contrib/mw-to-git/bin-wrapper/git
new file mode 100755
index 0000000..aa714a5

Checking patch contrib/mw-to-git/bin-wrapper/git...
Applied patch contrib/mw-to-git/bin-wrapper/git cleanly.

index at:
100755 aa714a51ed3bfbeb5c2f6d1a3cfa6bcd9992d3fa	contrib/mw-to-git/bin-wrapper/git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).