Home
last modified time | relevance | path

Searched +full:commits +full:- (Results 1 – 25 of 1079) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/pytorch/scripts/release_notes/
H A Dcommitlist.py25 Said commitlist contains commits between v1.5.0 and f5bc91f851.
27 python commitlist.py --create-new tags/v1.5.0 f5bc91f851
31 python commitlist.py --update-to bfcb687b9c
64 def __init__(self, path: str, commits: List[Commit]):
66 self.commits = commits
70 commits = CommitList.read_from_disk(path)
71 return CommitList(path, commits)
79 commits = CommitList.get_commits_between(base_version, new_version)
80 return CommitList(path, commits)
83 def read_from_disk(path) -> List[Commit]:
[all …]
H A DREADME.md2 …scripts for access lists of commits between releases. There are other scripts for automatically ge…
4 … Supporting Docs](https://drive.google.com/drive/folders/1J0Uwz8oE7TrdcP95zc-id1gdSBPnMKOR?usp=sha…
11 - If you have enabled ghstack then authentication should be set up correctly.
12 - Otherwise go to `https://github.com/settings/tokens` and create a token. You can either follow th…
17 ### Part 1: getting a list of commits
19 You are going to get a list of commits since the last release in csv format. The usage is the follo…
22 `python commitlist.py --create_new tags/v1.13.1 <commit_hash> `
24 …st to `results/commitlist.csv`. Please confirm visually that the oldest commits weren’t included …
26 …tains commits from the merge-base of tags/<most_recent_release_tag> and whatever commit hash you g…
28 * Go through the list of cherry-picked commits to the last release and delete them from results/com…
[all …]
H A Dcategorize.py26 self.commits = CommitList.from_existing(path)
51 commits = self.commits.filter(category=self.category)
52 total_commits = len(self.commits.commits)
53 already_done = total_commits - len(commits)
55 while i < len(commits):
56 cur_commit = commits[i]
57 next_commit = commits[i + 1] if i + 1 < len(commits) else None
59 cur_commit, already_done + i + 1, total_commits, commits
66 i = len(commits)
68 i = commits.index(next_commit)
[all …]
H A Dtest_release_notes.py14 self.assertEqual(len(commit_list.commits), 33)
15 self.assertEqual(commit_list.commits[0].commit_hash, "7335f079abb")
17 commit_list.commits[0].title.startswith("[pt][quant] qmul and qadd")
19 self.assertEqual(commit_list.commits[-1].commit_hash, "6000dca5df6")
21 commit_list.commits[-1].title.startswith(
33 expected.commits[-2].category = "foobar"
37 for commit, expected_commit in zip(commit_list.commits, expected.commits):
44 initial.commits[-2].category = "foobar"
45 self.assertEqual(len(initial.commits), 2143)
50 self.assertEqual(len(commit_list.commits), 2143 + 4)
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/
H A DREADME.md2 ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiTFJSR…
3 [![Maven](https://img.shields.io/maven-central/v/software.amazon.awssdk/s3.svg?label=Maven)](https:…
4 …adges.gitter.im/aws/aws-sdk-java-v2.svg)](https://gitter.im/aws/aws-sdk-java-v2?utm_source=badge&u…
5 …cov](https://codecov.io/gh/aws/aws-sdk-java-v2/branch/master/graph/badge.svg)](https://codecov.io/…
6 <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
7 …utors](https://img.shields.io/badge/all_contributors-99-orange.svg?style=flat-square)](#contributo…
8 <!-- ALL-CONTRIBUTORS-BADGE:END -->
12 non-blocking IO and pluggable HTTP implementation to further customize your applications. You can
16 * [SDK Homepage][sdk-website]
19 * [Sample Code](#sample-code)
[all …]
/aosp_15_r20/external/coreboot/Documentation/releases/
H A Dcoreboot-4.5-relnotes.md13 commits by 119 authors.
23 ------------------------------
25 ### Toolchain (29 commits)
37 ### Build system (32 commits)
39 * Order per-region files to optimize placement success
42 ### Utilities (103 commits)
43 * Lint - Update checkpatch.pl, add tools to find non-ascii &
45 * cbfstool - Update for Linux payloads, Honor FSP modules addresses, fix
47 * Sconfig - Add 10 bit addressing mode for i2c devices, add generic
49 * General code cleanup (197 commits)
[all …]
H A Dcoreboot-4.6-relnotes.md10 commits by 121 authors. The release tarballs and gpg signatures are
17 ----------------------------------
27 kernel - Note that this name may change going forward.
67 payload out-of-the- box. See the current patch state at
84 extended for different binaries with well-defined specifications.
113 --------------
115 Build system (20 commits)
119 Codebase cleanup (94 commits)
125 Documentation (6 commits)
133 EC (26 commits)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/bin/
Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 #===------------------------------------------------------------------------===#
12 clang-format git integration
15 This file provides a clang-format integration for git. Put it somewhere in your
16 path and ensure that it is executable. Then, "git clang-format" will invoke
17 clang-format on the changes in current files or a specific commit.
20 git clang-format -h
35 usage = ('git clang-format [OPTIONS] [<commit>] [<commit>|--staged] '
36 '[--] [<file>...]')
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/bin/
Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 #===------------------------------------------------------------------------===#
12 clang-format git integration
15 This file provides a clang-format integration for git. Put it somewhere in your
16 path and ensure that it is executable. Then, "git clang-format" will invoke
17 clang-format on the changes in current files or a specific commit.
20 git clang-format -h
35 usage = ('git clang-format [OPTIONS] [<commit>] [<commit>|--staged] '
36 '[--] [<file>...]')
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-stable/bin/
Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 #===------------------------------------------------------------------------===#
12 clang-format git integration
15 This file provides a clang-format integration for git. Put it somewhere in your
16 path and ensure that it is executable. Then, "git clang-format" will invoke
17 clang-format on the changes in current files or a specific commit.
20 git clang-format -h
35 usage = ('git clang-format [OPTIONS] [<commit>] [<commit>|--staged] '
36 '[--] [<file>...]')
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/bin/
Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 #===------------------------------------------------------------------------===#
12 clang-format git integration
15 This file provides a clang-format integration for git. Put it somewhere in your
16 path and ensure that it is executable. Then, "git clang-format" will invoke
17 clang-format on the changes in current files or a specific commit.
20 git clang-format -h
35 usage = ('git clang-format [OPTIONS] [<commit>] [<commit>|--staged] '
36 '[--] [<file>...]')
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/bin/
Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 #===------------------------------------------------------------------------===#
12 clang-format git integration
15 This file provides a clang-format integration for git. Put it somewhere in your
16 path and ensure that it is executable. Then, "git clang-format" will invoke
17 clang-format on the changes in current files or a specific commit.
20 git clang-format -h
35 usage = ('git clang-format [OPTIONS] [<commit>] [<commit>|--staged] '
36 '[--] [<file>...]')
[all …]
/aosp_15_r20/external/bcc/scripts/
H A Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 #===------------------------------------------------------------------------===#
12 clang-format git integration
15 This file provides a clang-format integration for git. Put it somewhere in your
16 path and ensure that it is executable. Then, "git clang-format" will invoke
17 clang-format on the changes in current files or a specific commit.
20 git clang-format -h
35 usage = 'git clang-format [OPTIONS] [<commit>] [<commit>] [--] [<file>...]'
38 If zero or one commits are given, run clang-format on all lines that differ
[all …]
/aosp_15_r20/external/clang/tools/clang-format/
H A Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
10 #===------------------------------------------------------------------------===#
13 clang-format git integration
16 This file provides a clang-format integration for git. Put it somewhere in your
17 path and ensure that it is executable. Then, "git clang-format" will invoke
18 clang-format on the changes in current files or a specific commit.
21 git clang-format -h
35 usage = 'git clang-format [OPTIONS] [<commit>] [<commit>] [--] [<file>...]'
38 If zero or one commits are given, run clang-format on all lines that differ
42 If two commits are given (requires --diff), run clang-format on all lines in the
[all …]
/aosp_15_r20/external/pigweed/docs/_static/js/
H A Dchangelog.js7 // https://www.apache.org/licenses/LICENSE-2.0
16 // We use this tool to speed up the generation of bi-weekly changelog
17 // updates. It fetches the commits over a user-specified timeframe, derives
18 // a little metadata about each commit, organizes the commits, and renders
23 // Get the commits from the user-specified timeframe.
30 let commits = [];
32 // The commits are pulled from the Pigweed mirror on GitHub because
34 let url = new URL(`https://api.github.com/repos/google/pigweed/commits`);
41 'X-GitHub-Api-Version': '2022-11-28',
55 commits = commits.concat(data);
[all …]
/aosp_15_r20/external/mesa3d/bin/pick/
H A Dcore.py1 # Copyright © 2019-2020 Intel Corporation
49 IS_FIX = re.compile(r'^\s*fixes:\s*([a-f0-9]{6,40})', flags=re.MULTILINE | re.IGNORECASE)
51 IS_CC = re.compile(r'^\s*cc:\s*["\']?([0-9]{2}\.[0-9])?["\']?\s*["\']?([0-9]{2}\.[0-9])?["\']?\s*\<…
53 IS_REVERT = re.compile(r'This reverts commit ([0-9a-f]{40})')
54 IS_BACKPORT = re.compile(r'^\s*backport-to:\s*(\d{2}\.\d),?\s*(\d{2}\.\d)?',
62 git_toplevel = subprocess.check_output(['git', 'rev-parse', '--show-toplevel'],
91 async def commit_state(*, amend: bool = False, message: str = 'Update') -> bool:
104 cmd = ['--amend', '--no-edit']
106 cmd = ['--message', f'.pick_status.json: {message}']
130 def to_json(self) -> 'CommitDict':
[all …]
/aosp_15_r20/development/tools/repo_diff/
H A Drepo_diff_trees.py94 ['-C', directory, 'diff', '--shortstat', rev_a, rev_b])
126 git(['-C', downstream_dir, 'fetch', '--update-shallow', upstream_dir])
134 """Match a downstream project to an upstream project using their root commits.
136 Find all root commits in a downstream project and find a matching
142 upstream_root_commits: A dict of root commits and their upstream project.
317 """Returns a list of root commits in a git project path."""
319 rev_list = git(['-C', path, 'rev-list', '--max-parents=0', 'HEAD'])
324 """Returns a dict of root commits with all projects with that root commit."""
338 """Extract commits that have not been upstreamed in a specific project.
344 A dict of commits not upstreamed.
[all …]
H A Dgit_commits_not_upstreamed.py1 """List downstream commits that are not upstream and are visible in the diff.
48 blame_output = git(['-C', self.working_dir, 'blame', '-l',
50 '--', filename])
62 """Finds all commits that insert lines on top of the upstream baseline.
66 downstream: Downstream branch to search for commits missing upstream.
70 A set of commits that insert lines on top of the upstream baseline.
75 diff_files = git(['-C', working_dir, 'diff',
76 '--name-only',
77 '--diff-filter=d',
85 for commits in commits_per_file:
[all …]
H A DREADME.md16 mkdir android-8.0.0_r1
17 cd android-8.0.0_r1
19 --manifest-url=https://android.googlesource.com/platform/manifest \
20 --manifest-branch=android-8.0.0_r1
22 repo sync --current-branch --no-clone-bundle --no-tags --jobs=8
24 mkdir android-8.0.0_r11
25 cd android-8.0.0_r11
27 --manifest-url=https://android.googlesource.com/platform/manifest \
28 --manifest-branch=android-8.0.0_r11
30 repo sync --current-branch --no-clone-bundle --no-tags --jobs=8
[all …]
/aosp_15_r20/external/executorch/build/
H A Dpick_doc_commits.py5 # This source code is licensed under the BSD-style license found in the
8 """Helps find commits to cherrypick into a release branch.
11 pick_doc_commits.py --main=origin/main --release=origin/release/5.5
13 It will find commits on the main branch that are not on the release branch, and
14 filter them down to the docs-only commits that should be cherrypicked. It will
15 also print the commits that were filtered out.
34 # Controlled by the --verbose flag.
45 def run_git(command: List[str]) -> List[str]:
54 A list of the non-empty lines printed to stdout, without trailing
66 # Remove empty and whitespace-only lines.
[all …]
/aosp_15_r20/external/coreboot/util/scripts/
H A Dget_maintainer.pl9 # perl scripts/get_maintainer.pl [OPTIONS] -f <file>
11 # SPDX-License-Identifier: GPL-2.0-only
39 my $email_git_since = "1-year-ago";
40 my $email_hg_since = "-365";
70 push(@penguin_chief, "Linus Torvalds:torvalds\@linux-foundation.org");
71 #Andrew wants in on most everything - 2009/01/14
72 #push(@penguin_chief, "Andrew Morton:akpm\@linux-foundation.org");
88 push(@signature_tags, "Signed-off-by:");
89 push(@signature_tags, "Reviewed-by:");
90 push(@signature_tags, "Acked-by:");
[all …]
/aosp_15_r20/external/libchrome/libchrome_tools/uprev/
H A Dgenerate_filtered_tree.py3 # Use of this source code is governed by a BSD-style license that can be
19 # Use avg speed of last TIMING_DISTANCE commits.
21 # Verify the tree is consistent (diff-based, and actual) when a commit is made
23 # Merge commits are always verified.
42 return _TIMING_DISTANCE / (now - first)
89 Also, the special annotation `CrOS-Libchrome-Original-Commit:
90 <original-commit-hash>' is appended at the end of commit message.
91 The parent commits are identified by the parents of the original commit and
102 parents_parameters.append('-p')
108 ['git', 'commit-tree'] + parents_parameters + [treehash],
[all …]
/aosp_15_r20/external/arm-trusted-firmware/tools/conventional-changelog-tf-a/
H A Dindex.js4 * SPDX-License-Identifier: BSD-3-Clause
7 /* eslint-env es6 */
15 const ccConventionalChangelog = require("conventional-changelog-conventionalcommits/conventional-ch…
16 const ccParserOpts = require("conventional-changelog-conventionalcommits/parser-opts");
17 …st ccRecommendedBumpOpts = require("conventional-changelog-conventionalcommits/conventional-recomm…
18 const ccWriterOpts = require("conventional-changelog-conventionalcommits/writer-opts");
26 * Register a Handlebars helper that lets us generate Markdown lists that can support multi-line
30 Handlebars.registerHelper("tf-a-mdlist", function (indent, options) {
32 const first = spaces + "- ";
42 Handlebars.registerHelper("tf-a-concat", function () {
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/conventional-changelog-tf-a/
Dindex.js2 * Copyright (c) 2021-2023, Arm Limited. All rights reserved.
4 * SPDX-License-Identifier: BSD-3-Clause
7 /* eslint-env es6 */
15 const ccConventionalChangelog = require("conventional-changelog-conventionalcommits/conventional-ch…
16 const ccParserOpts = require("conventional-changelog-conventionalcommits/parser-opts");
17 …st ccRecommendedBumpOpts = require("conventional-changelog-conventionalcommits/conventional-recomm…
18 const ccWriterOpts = require("conventional-changelog-conventionalcommits/writer-opts");
26 * Register a Handlebars helper that lets us generate Markdown lists that can support multi-line
30 Handlebars.registerHelper("tf-a-mdlist", function (indent, options) {
32 const first = spaces + "- ";
[all …]
/aosp_15_r20/tools/treble/build/treble_build/cmd/
H A Dmain.go7 // http://www.apache.org/licenses/LICENSE-2.0
103 Commits []commit `json:"commits,omitempty"` member
166 var commits repoFlags
177 queryFlags.Var(&commits, "repo", "Repo:SHA to query")
183 pathsFlags.Var(&commits, "repo", "Repo:SHA to build")
207 // Resolve any commits
208 if len(commits) > 0 {
209 log.Printf("Resolving %s", commits.String())
210 for _, c := range commits {
217 rsp.Commits = append(rsp.Commits, commit)
[all …]

12345678910>>...44