Home
last modified time | relevance | path

Searched full:git (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dgcc-git-customization.sh3 # Script to add some local git customizations suitable for working
4 # with the GCC git repository
20 # Add a git command to find the git commit equivalent to legacy SVN revision NNN
21 git config alias.svn-rev '!f() { rev=$1; shift; git log --all --grep="^From-SVN: r\\?$rev\\b" "${@}…
23 # Add git commands to convert git commit to monotonically increasing revision number
25 git config alias.gcc-descr '!f() { "`git rev-parse --show-toplevel`/contrib/git-descr.sh" $@; } ; f'
26 git config alias.gcc-undescr '!f() { "`git rev-parse --show-toplevel`/contrib/git-undescr.sh" $@; }…
28 git config alias.gcc-verify '!f() { "`git rev-parse --show-toplevel`/contrib/gcc-changelog/git_chec…
29 git config alias.gcc-backport '!f() { "`git rev-parse --show-toplevel`/contrib/git-backport.py" $@;…
30 git config alias.gcc-fix-changelog '!f() { "`git rev-parse --show-toplevel`/contrib/git-fix-changel…
[all …]
H A Dgit-fetch-vendor.sh7 git ls-remote ${upstream} "*/vendors/*" | sed -r "s:.*/vendors/([^/]+)/.*:\1:"|sort|uniq
14 upstream=`git config --get "gcc-config.upstream"`
17 echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization"
48 echo "setting up git to fetch vendor ${vendor} to remotes/vendors/${vendor}"
49 url=$(git config --get "remote.${upstream}.url")
50 pushurl=$(git config --get "remote.${upstream}.pushurl")
51 git config "remote.vendors/${vendor}.url" "${url}"
54 git config "remote.vendors/${vendor}.pushurl" "${pushurl}"
56 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/heads/*:refs/rem…
57 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/tags/*:refs/tags…
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dgcc-git-customization.sh3 # Script to add some local git customizations suitable for working
4 # with the GCC git repository
20 # Add a git command to find the git commit equivalent to legacy SVN revision NNN
21 git config alias.svn-rev '!f() { rev=$1; shift; git log --all --grep="^From-SVN: r\\?$rev\\b" "${@}…
23 # Add git commands to convert git commit to monotonically increasing revision number
25 git config alias.gcc-descr '!f() { "`git rev-parse --show-toplevel`/contrib/git-descr.sh" $@; } ; f'
26 git config alias.gcc-undescr '!f() { "`git rev-parse --show-toplevel`/contrib/git-undescr.sh" $@; }…
28 git config alias.gcc-verify '!f() { "`git rev-parse --show-toplevel`/contrib/gcc-changelog/git_chec…
29 git config alias.gcc-backport '!f() { "`git rev-parse --show-toplevel`/contrib/git-backport.py" $@;…
30 git config alias.gcc-fix-changelog '!f() { "`git rev-parse --show-toplevel`/contrib/git-fix-changel…
[all …]
H A Dgit-fetch-vendor.sh7 git ls-remote ${upstream} "*/vendors/*" | sed -r "s:.*/vendors/([^/]+)/.*:\1:"|sort|uniq
14 upstream=`git config --get "gcc-config.upstream"`
17 echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization"
48 echo "setting up git to fetch vendor ${vendor} to remotes/vendors/${vendor}"
49 url=$(git config --get "remote.${upstream}.url")
50 pushurl=$(git config --get "remote.${upstream}.pushurl")
51 git config "remote.vendors/${vendor}.url" "${url}"
54 git config "remote.vendors/${vendor}.pushurl" "${pushurl}"
56 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/heads/*:refs/rem…
57 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/tags/*:refs/tags…
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/projects/
H A Dprojects.json5 "source": "git",
6 "origin": "https://github.com/jarro2783/cxxopts.git",
13 "source": "git",
14 "origin": "https://github.com/erincatto/box2d.git",
21 "source": "git",
22 "origin": "https://github.com/codeplea/tinyexpr.git",
29 "source": "git",
30 "origin": "https://github.com/symengine/symengine.git",
37 "source": "git",
38 "origin": "https://github.com/nsf/termbox.git",
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DGitHubMove.rst22 infrastructure) will continue to work with a Git-based LLVM.
30 from SVN hosted on our own servers to Git hosted on GitHub. We are not proposing
37 Why Git, and Why GitHub?
44 and Git mirror on a voluntary basis. The LLVM Foundation sponsors the server and
54 space, Git server, code browsing, forking facilities, etc) for free.
56 Why Git?
59 Many new coders nowadays start with Git, and a lot of people have never used
64 Git is also the version control many LLVM developers use. Despite the
65 sources being stored in a SVN server, these developers are already using Git
66 through the Git-SVN integration.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGitBisecting.rst8 ``git bisect`` is a useful tool for finding which revision caused a bug.
10 This document describes how to use ``git bisect``. In particular, while LLVM
21 See https://git-scm.com/docs/git-bisect for a good overview. In summary:
25 git bisect start
26 git bisect bad main
27 git bisect good f00ba
29 git will check out a revision in between. Try to reproduce your problem at
30 that revision, and run ``git bisect good`` or ``git bisect bad``.
33 ``git bisect skip`` and git will pick a nearby alternate commit.
35 (To abort a bisect, run ``git bisect reset``, and if git complains about not
[all …]
/netbsd-src/external/gpl3/autoconf/dist/build-aux/
H A Dgit-version-gen20 # This script is derived from GIT-VERSION-GEN from GIT: http://git.or.cz/.
22 # - from a git repository in which the "git describe" command below
24 # - from a non-git-repo directory containing a .tarball-version file, which
25 # presumes this script is invoked like "./git-version-gen .tarball-version".
32 # the last time autoconf was run, and used by git-version-gen. Must not
33 # be present in either $(srcdir) or $(builddir) for git-version-gen to
58 # m4_esyscmd([build-aux/git-version-gen .tarball-version]),
75 version="git-version-gen $scriptversion
88 --prefix prefix of git tags (default 'v')
134 # then try "git describe", then default.
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Drevision12 # Type: Git bundles (git-bundle)
14 0 string #\ v2\ git\ bundle\n Git bundle
16 # Type: Git pack
19 # URL: http://fileformats.archiveteam.org/wiki/Git
20 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
23 # the first byte of which is never 0, while the first byte of the Git pack
27 # test for major version. Git 2017 accepts version number 2 or 3
32 # but in git binary
33 >>9 default x Git pack
34 !:mime application/x-git
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py32 parser.add_argument('--write-git-rev', action='store_true',
33 help='if set, writes git revision, else writes #undef')
42 git, use_shell = which('git'), False
43 if not git: git = which('git.exe')
44 if not git: git, use_shell = which('git.bat'), True
46 [git, 'rev-parse', '--git-dir'],
49 print('.git dir not found at "%s"' % git_dir, file=sys.stderr)
53 [git, 'rev-parse', '--short', 'HEAD'],
56 [git, 'remote', 'get-url', 'origin'],
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dlink.d4 * $(LINK2 http://sourceware.org/git/?p=glibc.git;a=blob;f=elf/link.h, glibc elf/link.h)
45 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/elfclass.h in version()
51 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/elfclass.h in version()
57 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/elfclass.h in version()
63 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/elfclass.h in version()
69 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/elfclass.h in version()
75 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/elfclass.h in version()
81 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/elfclass.h in version()
87 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/s390/bits/elfclass.h in version()
H A Ddlfcn.d4 * $(LINK2 http://sourceware.org/git/?p=glibc.git;a=blob;f=dlfcn/dlfcn.h, glibc dlfcn/dlfcn.h)
36 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/dlfcn.h in version()
50 // http://sourceware.org/git/?p=glibc.git;a=blob;f=ports/sysdeps/hppa/bits/dlfcn.h in version()
64 // http://sourceware.org/git/?p=glibc.git;a=blob;f=ports/sysdeps/mips/bits/dlfcn.h in version()
78 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/dlfcn.h in version()
92 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/dlfcn.h in version()
106 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/dlfcn.h in version()
120 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/dlfcn.h in version()
134 // http://sourceware.org/git/?p=glibc.git;a=blob;f=bits/dlfcn.h in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dmsg.d63 // https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/bits/msq-pad.h in version()
69 … // https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h in version()
75 … // https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/mips/bits/msq-pad.h in version()
89 …// https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h in version()
95 … // https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h in version()
101 … // https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/x86/bits/msq-pad.h in version()
107 … // https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/x86/bits/msq-pad.h in version()
114 // https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/bits/msq.h in version()
178 // https://sourceware.org/git/?p=glibc.git;a=blob;f=bits/msq.h
/netbsd-src/external/bsd/openldap/dist/doc/devel/variadic_debug/
H A Dscript.sh42 git add "$PATCH_DIR"
43 git commit -m "ITS#8731 Add the documentation and scripts"
45 git am "$PATCH_DIR/00-fixes.patch"
46 git am "$PATCH_DIR/01-logging.patch"
47 git am "$PATCH_DIR/02-manual.patch"
53 git apply --index --directory libraries/libldap "$PATCH_DIR/03-libldap_Debug.patch"
54 git commit -m "ITS#8731 Apply $PATCH_DIR/03-libldap_Debug.cocci"
60 git apply --index "$PATCH_DIR/04-variadic.patch"
61 git commit -m "ITS#8731 Apply $PATCH_DIR/04-variadic.cocci"
63 git am "$PATCH_DIR/05-back-sql.patch"
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/
H A Dmman.d35 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/powerpc/bits/mman.h
60 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/riscv/bits/mman.h
85 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/s390/bits/mman.h
101 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sh/bits/mman.h
117 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sparc/bits/mman.h
141 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/x86/bits/mman.h
159 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/aarch64/bits/mman.h
175 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/alpha/bits/mman.h
267 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/arm/bits/mman.h
283 // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/hppa/bits/mman.h
[all …]
/netbsd-src/external/public-domain/tz/dist/
H A DCONTRIBUTING38 ## Sample Git workflow for developing contributions
40 If you use Git the following workflow may be helpful:
44 git clone https://github.com/eggert/tz.git
49 git checkout main
50 git pull
55 git checkout -b mybranch
57 * Sleuth by using 'git blame'. For example, when fixing data for
58 Africa/Sao_Tome, if the command 'git blame africa' outputs a line
78 git ad
[all...]
/netbsd-src/lib/libc/time/
H A DCONTRIBUTING38 ## Sample Git workflow for developing contributions
40 If you use Git the following workflow may be helpful:
44 git clone https://github.com/eggert/tz.git
49 git checkout main
50 git pull
55 git checkout -b mybranch
57 * Sleuth by using 'git blame'. For example, when fixing data for
58 Africa/Sao_Tome, if the command 'git blame africa' outputs a line
78 git ad
[all...]
/netbsd-src/external/lgpl3/mpfr/dist/
H A Dversion-ext.sh4 # Git working tree (Git branch or "(none)", total commit count,
15 if [ "x`git rev-parse --is-inside-work-tree 2> /dev/null`" != xtrue ]; then
16 echo "$0: This script should be executed from a Git working tree." >&2
28 # creating a branch, so that "git diff <branch>-root" shows commits done
33 git tag --contains | $SED -n 's/-root$//p' > excluded-branches
34 gitb=`git branch --format='%(refname:short)' --contains | \
38 gitc=`git rev-list --count HEAD`
39 gith=`git rev-parse --short HEAD`
40 gitm=`git update-index -q --refresh; git diff-index --name-only HEAD`
46 # for the "git diff-index --name-only HEAD" solution, but this
[all …]
/netbsd-src/external/mit/libuv/dist/
H A DCONTRIBUTING.md13 $ git clone https://github.com/username/libuv.git
15 $ git remote add upstream https://github.com/libuv/libuv.git
39 $ git checkout -b my-feature-branch -t origin/v1.x
89 Make sure git knows your name and email address:
92 $ git config --global user.name "J. Random User"
93 $ git config --global user.email "j.random.user@example.com"
116 72 characters or so. That way `git log` will show things
121 run `git shortlog` or `git log --oneline`.
123 Check the output of `git log --oneline files_that_you_changed` to find out
129 Use `git rebase` (not `git merge`) to sync your work from time to time.
[all …]
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_detect_git_head.m45 if test -f $srcdir/.git; then
6 gitdir=`GIT_DIR=$srcdir/.git git rev-parse --git-dir`
9 GIT_HEAD_ID=`GIT_DIR=$GIT_REPO git describe --always`
10 elif test -f $srcdir/.git/HEAD; then
11 GIT_HEAD="$srcdir/.git/index"
12 GIT_REPO="$srcdir/.git"
13 GIT_HEAD_ID=`GIT_DIR=$GIT_REPO git describe --always`
30 GIT_HEAD_VERSION="\`GIT_DIR=$GIT_REPO git describe --always\`"
/netbsd-src/external/mit/libcbor/dist/
H A D.travis-qemu.sh16 GUEST_DEPENDENCIES="cmake git clang-format"
62 git clone git://git.cryptomilk.org/projects/cmocka.git
78 git clone git://git.cryptomilk.org/projects/cmocka.git
104 git clone git://git.cryptomilk.org/projects/cmocka.git
119 git diff-index --quiet HEAD
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A DREADME-external.md16 $ git submodule update --init
40 You will need a git checkout of krb5 at the top level:
42 $ git clone https://github.com/krb5/krb5
48 $ git checkout krb5-1.15.1-final
74 You will need a git checkout of gost-engine at the top level:
76 $ git submodule update --init
97 $ git submodule update --init --recursive
102 $ git pull origin master
104 - Go to root directory, there should be a new git status:
107 $ git status
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dupdate_version_git9 GITROOT=${GITROOT:-"/git/gcc.git"}
20 GIT=${GIT:-/usr/local/bin/git}
24 && ${GIT} for-each-ref --format='%(refname)' \
45 ${GIT} pull -q
46 ${GIT} checkout -q "$BRANCH"
48 ${GIT} clone -q -b "$BRANCH" "$GITROOT" "$SUBDIR"
71 if ${GIT} commit -m "Daily bump." $i; then
72 if ! ${GIT} push origin "$BRANCH"; then
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dtest_patches.txt71 diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c
78 diff --git a/gcc/config/arc/arc.md b/gcc/config/arc/arc.md
85 diff --git a/gcc/testsuite/gcc.target/arc/arc.exp b/gcc/testsuite/gcc.target/arc/arc.exp
92 diff --git a/gcc/testsuite/gcc.target/arc/uncached-1.c b/gcc/testsuite/gcc.target/arc/uncached-1.c
99 diff --git a/gcc/testsuite/gcc.target/arc/uncached-2.c b/gcc/testsuite/gcc.target/arc/uncached-2.c
106 diff --git a/gcc/testsuite/gcc.target/arc/uncached-3.c b/gcc/testsuite/gcc.target/arc/uncached-3.c
113 diff --git a/gcc/testsuite/gcc.target/arc/uncached-4.c b/gcc/testsuite/gcc.target/arc/uncached-4.c
120 diff --git a/gcc/testsuite/gcc.target/arc/uncached-5.c b/gcc/testsuite/gcc.target/arc/uncached-5.c
127 diff --git a/gcc/testsuite/gcc.target/arc/uncached-6.c b/gcc/testsuite/gcc.target/arc/uncached-6.c
134 diff --git a/gcc/testsuite/gcc.target/arc/uncached-7.c b/gcc/testsuite/gcc.target/arc/uncached-7.c
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dtest_patches.txt71 diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c
78 diff --git a/gcc/config/arc/arc.md b/gcc/config/arc/arc.md
85 diff --git a/gcc/testsuite/gcc.target/arc/arc.exp b/gcc/testsuite/gcc.target/arc/arc.exp
92 diff --git a/gcc/testsuite/gcc.target/arc/uncached-1.c b/gcc/testsuite/gcc.target/arc/uncached-1.c
99 diff --git a/gcc/testsuite/gcc.target/arc/uncached-2.c b/gcc/testsuite/gcc.target/arc/uncached-2.c
106 diff --git a/gcc/testsuite/gcc.target/arc/uncached-3.c b/gcc/testsuite/gcc.target/arc/uncached-3.c
113 diff --git a/gcc/testsuite/gcc.target/arc/uncached-4.c b/gcc/testsuite/gcc.target/arc/uncached-4.c
120 diff --git a/gcc/testsuite/gcc.target/arc/uncached-5.c b/gcc/testsuite/gcc.target/arc/uncached-5.c
127 diff --git a/gcc/testsuite/gcc.target/arc/uncached-6.c b/gcc/testsuite/gcc.target/arc/uncached-6.c
134 diff --git a/gcc/testsuite/gcc.target/arc/uncached-7.c b/gcc/testsuite/gcc.target/arc/uncached-7.c
[all …]

12345678910>>...29