Home | History | Annotate | Download | only in asmack-master

Lines Matching refs:git

19     echo "Fetching ${2} branch/commit from ${1} to ${3} via git"
21 if ! [ -f "${3}/.git/config" ]; then
22 git clone "${1}" "${3}"
24 git checkout "${2}"
27 git fetch
28 git checkout "${2}"
56 if [ -f .used-smack-git-repo ] && [ $(cat .used-smack-git-repo) != $SMACK_REPO ] ; then
58 echo "Old: $(cat .used-smack-git-repo) New: ${SMACK_REPO}."
62 echo "${SMACK_REPO}" > .used-smack-git-repo
72 git archive $SMACK_BRANCH | tar -x -C ${SRC_DIR}/smack
89 execute gitfetch "git://kenai.com/jbosh~origin" "master" "jbosh"
91 # execute gitfetch "git://git.openldap.org/openldap-jldap.git" "master" "novell-openldap-jldap"
118 if [[ -d $d/.git ]] ; then
119 v=$(cd $d && git rev-parse HEAD)
131 v=$(git rev-parse HEAD)
136 v=$(git rev-parse HEAD)
312 echo "-r <repo>: Git repository (can be local or remote) for underlying smack repository"
313 echo "-b <branch>: Git branch used to build aSmack from underlying smack repository"
394 local R="^(git|ssh)"
449 SMACK_REPO=git://github.com/Flowdalic/smack.git
499 if ! git diff --exit-code; then
503 if ! git diff --cached --exit-code; then
513 echo "Smack git repository $SMACK_REPO with branch $SMACK_BRANCH"