Lines Matching refs:git
159 test -d .git && vc_ignore=.gitignore
227 # See if we can use gnulib's git-merge-changelog merge driver.
228 if test -d .git && (git --version) >/dev/null 2>/dev/null ; then
229 if git config merge.merge-changelog.driver >/dev/null ; then
231 elif (git-merge-changelog --version) >/dev/null 2>/dev/null ; then
232 echo "initializing git-merge-changelog driver"
233 git config merge.merge-changelog.name 'GNU-style ChangeLog merge driver'
234 git config merge.merge-changelog.driver 'git-merge-changelog %O %A %B'
236 echo "consider installing git-merge-changelog from gnulib"
248 test -f .gitmodules && git config --file .gitmodules "$@"
257 git submodule init || exit $?
258 git submodule update || exit $?
265 git clone --depth 2 git://git.sv.gnu.org/gnulib ||
275 if test -d "$GNULIB_SRCDIR"/.git && \
277 git submodule init
279 git config --replace-all submodule.gnulib.url $GNULIB_SRCDIR
281 git submodule update || exit $?
463 elif test -d .git; then
464 git rm -n "$dir/$file" > /dev/null 2>&1 && found=yes
584 # unusual case in which a symlinked-to .m4 file is git-removed from gnulib