| /minix3/etc/usr/ |
| H A D | Makefile | 16 PKGSRC_REPO_URL:= git://git.minix3.org/pkgsrc-ng.git 32 .if exists(${PKGSRC_REPO_DIR}/.git) 34 pkgsrc-update: git 37 @cd ${PKGSRC_REPO_DIR} && git pull --ff-only || \ 38 ( current_name=$$(git rev-parse --abbrev-ref HEAD); \ 39 new_name=$${current_name}-$$(git rev-parse --short HEAD); \ 44 git branch -m $${new_name}; \ 45 git checkout -t origin/${PKGSRC_BRANCH}; \ 54 pkgsrc-checkout: git 55 @cd ${PKGSRC_REPO_DIR} && git checkout ${PKGSRC_BRANCH} [all …]
|
| /minix3/minix/lib/liblwip/dist/doc/ |
| H A D | savannah.txt | 17 git clone git://git.savannah.nongnu.org/lwip.git 20 git clone --branch DEVEL-1_4_1 git://git.savannah.nongnu.org/lwip.git 23 git clone --branch STABLE-1_4_1 git://git.savannah.nongnu.org/lwip.git 41 ssh -v your_login@git.sv.gnu.org 51 Shared connection to git.sv.gnu.org closed. 55 git clone your_login@git.sv.gnu.org:/srv/git/lwip.git 62 fingerprint against https://savannah.nongnu.org/git/?group=lwip 72 git checkout master 75 git merge your-development-branch 80 git commit -a [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/utils/git-svn/ |
| H A D | git-svnup | 5 git status -uno 9 git fetch 10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD) 11 git checkout master 2> /dev/null 12 git svn rebase -l 13 git checkout $OLD_BRANCH 2> /dev/null
|
| H A D | git-svnrevert | 11 git status -uno 16 OTHER=$(git svn find-rev "$COMMIT") 31 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ") 34 git revert --no-commit $GIT 2>/dev/null 37 git reset --hard HEAD 50 git commit --file="$TEMPLATE" --edit 53 git reset --hard HEAD
|
| /minix3/releasetools/ |
| H A D | fetch_u-boot.sh | 5 : ${UBOOT_REPO_URL=git://git.minix3.org/u-boot} 43 git clone ${UBOOT_REPO_URL} -b minix $OUTPUT_DIR 52 CURRENT_VERSION=`git rev-parse HEAD` 56 git fetch -v 57 git checkout $GIT_VERSION
|
| H A D | release.sh | 12 : ${REPO:=git://git.minix3.org/minix} 60 if git --version >/dev/null 61 then if [ -d ../.git ] 163 git clone -b $GITBRANCH $REPO $srcdir 169 (cd $srcdir && git checkout $REVTAG ) 170 else REVTAG=`(cd $srcdir && git rev-parse --short HEAD)` 174 then rm -r $srcdir/.git 189 …( cd $srcdir && tar --exclude .git -cf - . ) | ( cd $RELEASEDIR/usr && mkdir $SRC && cd $SRC && t…
|
| H A D | netbsd-resync.sh | 17 git grep -i minix | cut -d: -f1 | grep -v '\.git' | grep -v '\./minix' | sort -u > files.minix 22 git checkout ${NETBSD_BRANCH} ${file}
|
| /minix3/external/bsd/llvm/dist/llvm/utils/ |
| H A D | GetSourceVersion | 19 elif [ -f .git/svn/.metadata ]; then 20 git svn info | grep 'Revision:' | cut -d: -f2- 21 elif [ -d .git ]; then 22 git log -1 --pretty=format:%H
|
| H A D | GetRepositoryPath | 19 elif [ -f .git/svn/.metadata ]; then 20 git svn info | grep 'URL:' | cut -d: -f2- 21 elif [ -d .git ]; then 22 git remote -v | grep 'fetch' | awk '{ print $2 }' | head -n1
|
| /minix3/external/public-domain/tz/dist/ |
| H A D | CONTRIBUTING | 26 git clone https://github.com/eggert/tz.git 31 git checkout master 32 git pull 37 git checkout -b mybranch 50 git add northamerica 51 git commit 53 See recent 'git log' output for the commit-message style. 57 git format-patch master 62 git send-email master
|
| /minix3/external/bsd/llvm/ |
| H A D | Makefile | 26 if [ -d ${MCLINKER_SRCDIR}/.git ]; then \ 27 cd ${MCLINKER_SRCDIR}; git pull ${MCLINKER_ROOT} ; \ 29 git clone ${MCLINKER_ROOT} ${MCLINKER_SRCDIR}; \ 31 cd ${MCLINKER_SRCDIR} && git checkout ${MCLINKER_REVISION}
|
| /minix3/external/bsd/llvm/dist/llvm/cmake/modules/ |
| H A D | VersionFromVCS.cmake | 20 elseif( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git ) 21 set(result "${result}git") 23 if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git/svn ) 24 find_program(git_executable NAMES git git.exe git.cmd)
|
| H A D | GetSVN.cmake | 44 find_program(git_executable NAMES git git.exe git.cmd) 63 find_program(git_executable NAMES git git.exe git.cmd) 89 elseif (EXISTS "${path}/.git/svn") 91 elseif (EXISTS "${path}/.git")
|
| /minix3/external/bsd/llvm/dist/clang/ |
| H A D | .gitignore | 2 # This file specifies intentionally untracked files that git should ignore. 3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html 5 # This file is intentionally different from the output of `git svn show-ignore`, 14 # Merge files created by git.
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-2011-03-17-AsmPrinterCrash.ll | 27 !3 = !{!"0x11\0012\00clang version 3.0 (http://llvm.org/git/clang.git git:/git/puzzlebox/clang.git/…
|
| /minix3/external/gpl3/binutils/patches/ |
| H A D | 0004-libdl-and-reconf.patch | 1 diff --git a/bfd/Makefile.am b/bfd/Makefile.am 14 diff --git a/bfd/Makefile.in b/bfd/Makefile.in 35 diff --git a/bfd/configure b/bfd/configure 47 diff --git a/bfd/configure.in b/bfd/configure.in 59 diff --git a/gold/Makefile.am b/gold/Makefile.am 72 diff --git a/gold/Makefile.in b/gold/Makefile.in 93 diff --git a/gold/config.in b/gold/config.in 117 diff --git a/gold/configure b/gold/configure 165 diff --git a/gold/configure.ac b/gold/configure.ac 183 diff --git a/gold/plugin.cc b/gold/plugin.cc [all …]
|
| /minix3/ |
| H A D | .gitreview | 8 # to install git review on a Linux setup. On Minix you can use pkgin to 9 # install git-review. 12 # The git-minix host is to be configured in your .ssh/config
|
| /minix3/minix/commands/worldstone/ |
| H A D | worldstone.sh | 6 TAG=time.$(basename $(git --git-dir=/usr/src/.git describe --all --dirty))
|
| /minix3/external/bsd/llvm/dist/llvm/ |
| H A D | .gitignore | 2 # This file specifies intentionally untracked files that git should ignore. 3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html 5 # This file is intentionally different from the output of `git svn show-ignore`, 14 # Merge files created by git.
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | GettingStarted.rst | 491 automatically with each Subversion commit and contain all necessary git-svn 492 marks (so, you can recreate git-svn metadata locally). Note that right now 498 % git clone http://llvm.org/git/llvm.git 505 % git clone http://llvm.org/git/clang.git 512 % git clone http://llvm.org/git/compiler-rt.git 519 % git clone http://llvm.org/git/test-suite.git 521 Since the upstream repository is in Subversion, you should use ``git 522 pull --rebase`` instead of ``git pull`` to avoid generating a non-linear history 523 in your clone. To configure ``git pull`` to pass ``--rebase`` by default on the 528 % git config branch.master.rebase true [all …]
|
| /minix3/external/bsd/libevent/dist/ |
| H A D | README | 14 (If you got libevent from the git repository, you will 57 "git clone git://levent.git.sourceforge.net/gitroot/levent/libevent" 59 You can browse the git repository online at 60 http://levent.git.sourceforge.net/git/gitweb-index.cgi .
|
| /minix3/external/bsd/file/dist/magic/magdir/ |
| H A D | guile | 6 # http://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
|
| /minix3/external/bsd/nvi/dist/dist/ |
| H A D | export | 3 gitrev=`git describe $revision` 7 (cd .. && git archive --format=tar --prefix=$dir/ $revision) | tar x $dir
|
| /minix3/external/bsd/llvm/dist/llvm/test/Linker/Inputs/ |
| H A D | type-unique-simple2-a.ll | 66 …lang version 3.4 (http://llvm.org/git/clang.git 8a3f9e46cb988d2c664395b21910091e3730ae82) (http://…
|
| /minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/Sparc/ |
| H A D | gnu-window-save.ll | 58 !0 = !{!"0x11\0012\00clang version 3.5 (http://llvm.org/git/clang.git 6a0714fee07fb7c4e32d3972b4fe2… 69 !11 = !{!"clang version 3.5 (http://llvm.org/git/clang.git 6a0714fee07fb7c4e32d3972b4fe2ce2f5678cf4…
|