Do not require ls-remote to be run inside a git repository.
The scripts work perfectly without a repository. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
a24e658649
commit
12aac5de3d
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
. git-sh-setup || die "Not a git archive"
|
. git-sh-setup
|
||||||
|
|
||||||
usage () {
|
usage () {
|
||||||
echo >&2 "usage: $0 [--heads] [--tags] <repository> <refs>..."
|
echo >&2 "usage: $0 [--heads] [--tags] <repository> <refs>..."
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. git-sh-setup || die "Not a git archive"
|
. git-sh-setup
|
||||||
|
|
||||||
get_data_source () {
|
get_data_source () {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
Reference in New Issue
Block a user