Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 179) sorted by relevance

12345678

/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
DChanges71 TermReadKey 2.21 from CPAN git-cpan-module: TermReadKey git-cpan-version: 2.21
72 git-cpan-authorid: JSTOWE git-cpan-file:
78 … ReadKey.pm, ReadKey.xs: import TermReadKey 2.20 from CPAN git-cpan-module: TermReadKey git-cpan…
79 git-cpan-authorid: JSTOWE git-cpan-file:
85 … ReadKey.pm, ReadKey.xs: import TermReadKey 2.19 from CPAN git-cpan-module: TermReadKey git-cpan…
86 git-cpan-authorid: JSTOWE git-cpan-file:
93 …genchars.pl: import TermReadKey 2.18 from CPAN git-cpan-module: TermReadKey git-cpan-version: 2…
94 git-cpan-authorid: JSTOWE git-cpan-file:
101 TermReadKey 2.17 from CPAN git-cpan-module: TermReadKey git-cpan-version: 2.17
102 git-cpan-authorid: JSTOWE git-cpan-file:
[all …]
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlgit.pod9 perlgit - Detailed information about git and the Perl repository
13 This document provides details on using git to develop Perl. If you are
16 Perl, including those with write access to the git repository.
25 % git clone git@github.com:Perl/perl5.git perl
29 % git clone https://github.com/Perl/perl5.git perl
37 % git branch
43 % git branch -a
49 The branches that begin with "origin" correspond to the "git remote"
60 % git log
65 % git pull
[all …]
/openbsd/src/gnu/llvm/llvm/utils/release/
Dexport.sh31 [-git-ref|--git-ref <git-ref>]
39 …-git-ref | --git-ref <git-ref> (optional) Use <git-ref> to determine the release…
51 * test-suite-<RELEASE><RC>.src.tar.xz (only when not using --git-ref)
57 * llvm-git-revision-<YYYYMMDD>.txt (contains the current git revision sha1)
63 * <RC> -> rc4 (will be empty when using --git-ref)
67 $(basename $0) --git-ref upstream/main --template '\${PROJECT}-\${YYYYMMDD}.src.tar.xz'
82 [ -d $llvm_src_dir/.git ] || ( echo "No git repository at $llvm_src_dir" ; exit 1 )
87 …release=$(git -C $llvm_src_dir show $snapshot:llvm/CMakeLists.txt | grep -ioP 'set\(\s*LLVM_VERSIO…
109 git_rev=$(git rev-parse $tree_id)
113 echo "$git_rev" > $target_dir/llvm-git-revision-$yyyymmdd.txt
[all …]
/openbsd/src/gnu/llvm/llvm/docs/
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 …]
DContributing.rst58 * conform to the :doc:`CodingStandards`. You can use the `clang-format-diff.py`_ or `git-clang-form…
66 formatted properly. We use ``clang-format`` for this, which has git integration
67 through the ``git-clang-format`` script. On some systems, it may already be
74 % git clang-format HEAD~1
81 % git commit --amend -a
86 If you don't already have ``clang-format`` or ``git clang-format`` installed
88 the git integration can be run from
89 ``clang/tools/clang-format/git-clang-format``.
126 changes to LLVM's main branch. This is done using `git push` if you have the
132 Here is an example workflow using git. This workflow assumes you have an
[all …]
/openbsd/src/gnu/llvm/llvm/docs/Proposals/
DGitHubMove.rst125 ``git rev-list --count <commit-hash>``. This identifier is unique only
211 The LLVM git repository hosted at https://github.com/llvm/llvm-project contains all
226 commit enables accurate `git blame` when tracking code change history.
227 * Tooling based on `git grep` works natively across sub-projects, allowing to
265 mirrors (e.g. https://git.llvm.org/git/compiler-rt.git) will continue to
282 `git push` collisions when upstreaming. Affected contributors may be able to
321 # or using the read-only Git view, with git-svn
322 git clone https://llvm.org/git/llvm.git
324 git svn init https://llvm.org/svn/llvm-project/llvm/trunk --username=<username>
325 git config svn-remote.svn.fetch :refs/remotes/origin/main
[all …]
/openbsd/src/gnu/llvm/llvm/utils/gn/build/
Dwrite_vcsrevision.py40 git, use_shell = which('git'), False
41 if not git: git = which('git.exe')
42 if not git: git, use_shell = which('git.bat'), True
44 [git, 'rev-parse', '--git-dir'],
51 [git, 'rev-parse', '--short', 'HEAD'],
54 [git, 'remote', 'get-url', 'origin'],
/openbsd/src/gnu/llvm/llvm/utils/docker/scripts/
Dcheckout.sh16 Checkout git sources into /tmp/clang-build/src. Used inside a docker container.
20 -b|--branch git branch to checkout, i.e. 'main',
23 -r|--revision git revision to checkout
86 git cherry-pick $CHERRY_REV
100 git clone -b $LLVM_BRANCH --single-branch \
105 git checkout -q $GIT_REV_ARG
/openbsd/src/gnu/llvm/llvm/utils/
DGetSourceVersion19 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
/openbsd/src/usr.bin/ssh/
Dmlkem768.sh24 test -d libcrux || git clone https://github.com/cryspen/libcrux
26 test `git diff | wc -l` -ne 0 && die "tree has unstaged changes"
27 git fetch
28 git checkout -B extract 1>&2
29 git reset --hard $WANT_LIBCRUX_REVISION 1>&2
30 LIBCRUX_REVISION=`git rev-parse HEAD`
/openbsd/src/gnu/usr.bin/perl/
DChanges10 individual commit), you can view the git version control history online
11 at https://github.com/Perl/perl5. Or, you can download a copy of the git
14 git log --name-status v5.12.0..v5.14.0
18 See pod/perlgit.pod for more details on using git and accessing the
33 The contents of the files in question can mostly be regenerated using git
36 recreated just by running the git command. As it happens, even the latter
39 version control data was imported into git in December 2008.
48 git log --name-status <range>
50 file tarball <range> argument to 'git log'
/openbsd/src/gnu/usr.bin/perl/Porting/
Dgit-deltatool20 BEGIN { struct( git => '$', last_tag => '$', opt => '%', original_stdout => '$' ) }
46 my $git = Git::Wrapper->new(".");
50 unless eval { $git->show($git_id); 1 };
52 ($git_id) = $git->describe;
55 my $gdt = $class->new( git => $git, last_tag => $git_id, opt => \%opt );
201 $self->git->notes('edit', '-F', "$tempfh", $id);
238 my @commits = $self->git->log($self->last_tag . "..HEAD");
239 $_ = Git::Wrapper::XLog->from_log($_, $self->git) for @commits;
252 my @diff = $self->git->show({ stat => 1, p => 1 }, $log->id);
330 my @files = $self->git->diff_tree({r => 1, abbrev => 1}, $log->id);
[all …]
Dbisect-example.sh5 git clean -dxf
30 git checkout makedepend.SH
31 git clean -dxf
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
Drepository.t157 my $label = "(version 2 ) git in url adds svn type";
173 url => 'git://example.com/',
185 url => 'git://example.com/',
186 type => 'git',
210 url => 'git://example.com/',
223 url => 'git://example.com/',
/openbsd/src/gnu/llvm/lldb/
D.gitignore2 # The 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.
/openbsd/src/gnu/usr.bin/perl/cpan/File-Fetch/t/
D01_File-Fetch.t52 my %heuristics = map { $_ => 1 } qw(http ftp rsync file git);
68 { uri => 'git://github.com/Perl-Toolchain-Gang/file-fetch.git',
69 scheme => 'git',
72 file => 'file-fetch.git',
234 or $heuristics{git} = 0;
237 ### git:// tests ###
238 { my $uri = 'https://github.com/Perl-Toolchain-Gang/file-fetch.git';
240 for (qw[git]) {
244 _fetch_uri( git => $uri, $_ );
272 my $how = ref $to && $type ne 'git' ? 'slurp' : 'file';
[all …]
/openbsd/src/gnu/llvm/llvm/
D.gitignore2 # 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`,
59 # Merge files created by git.
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/
Dbareyaml.meta20 repository: git://git.codesimply.com/Version-Requirements.git
Djson.meta26 "repository" : "git://git.codesimply.com/Version-Requirements.git"
Dyaml.meta21 repository: git://git.codesimply.com/Version-Requirements.git
/openbsd/src/gnu/llvm/lld/
D.gitignore2 # This file specifies intentionally untracked files that git should ignore.
3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
11 # Merge files created by git.
/openbsd/src/gnu/llvm/clang/
D.gitignore2 # This file specifies intentionally untracked files that git should ignore.
3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
11 # Merge files created by git.
/openbsd/src/gnu/llvm/llvm/utils/git/
Dpre-push.py127 def git(*cmd, **kwargs): function
132 commits = git('rev-list', range).splitlines()
160 if "commit" not in git('cat-file','-t', remote_sha, ignore_errors=True):
171 print(' - ' + git('show', '--oneline', '--quiet', sha))
179 msg = git('log', '--format=%B', '-n1', sha)
/openbsd/src/gnu/llvm/clang/utils/analyzer/
DSATestUpdateDiffs.py18 def update_reference_results(project: ProjectInfo, git: bool = False):
49 if git:
65 if git:
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
DCMakeLists.txt4 set(ITTAPI_GIT_REPOSITORY https://github.com/intel/ittapi.git)
20 …message(FATAL_ERROR "git clone ${ITTAPI_GIT_REPOSITORY} failed with ${GIT_CLONE_RESULT}, please cl…
28 …message(FATAL_ERROR "git checkout ${ITTAPI_GIT_TAG} failed with ${GIT_CHECKOUT_RESULT}, please che…

12345678