Searched refs:blame (Results 1 – 25 of 61) sorted by relevance
123
/external/pigweed/ |
D | .git-blame-ignore-revs | 15 # This is the list of commits that should be ignored by 'git blame'. To 18 # git blame --ignore-revs-file .git-blame-ignore-revs 20 # To automatically use it when running 'git blame' on this repository, run the 23 # git config blame.ignoreRevsFile .git-blame-ignore-revs 27 # git config --global blame.ignoreRevsFile .git-blame-ignore-revs 31 # their blame view. 32 # https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/
|
D | activate.sh | 124 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
|
D | bootstrap.sh | 124 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
|
D | activate.fish | 90 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
|
D | bootstrap.fish | 90 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
|
/external/mesa3d/ |
D | .git-blame-ignore-revs | 1 # List of commits to ignore when using `git blame`. 3 # git config blame.ignoreRevsFile .git-blame-ignore-revs 5 # Per git-blame(1): 7 # per line, in git-blame. Whitespace and comments beginning with # are 13 # git log -1 --pretty=format:'%n# %s%n%H%n' >> .git-blame-ignore-revs $COMMIT
|
/external/libnl/ |
D | .git-blame-ignore-revs | 2 # during git-blame with `--ignore-rev` or `--ignore-revs-file`. 4 # $ git config --add 'blame.ignoreRevsFile' '.git-blame-ignore-revs'
|
/external/python/bumble/docs/mkdocs/src/development/ |
D | code_style.md | 13 …blame`. The file `git-blame-ignore-revs` contains the commit hash of when that mass-formatting eve… 15 !!! example "Ignoring a commit with `git blame`" 17 $ git blame --ignore-revs-file .git-blame-ignore-revs
|
/external/webrtc/ |
D | .git-blame-ignore-revs | 1 # git hyper-blame master ignore list. 4 # hyper-blame (in depot_tools). These revisions are considered "unimportant" in
|
/external/scapy/ |
D | .git-blame-ignore-revs | 2 # git blame. Read more informations on: 3 ….com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
|
/external/grpc-grpc/ |
D | .git-blame-ignore-revs | 1 # .git-blame-ignore-revs
|
/external/cronet/stable/build/ |
D | .git-blame-ignore-revs | 1 # This file is just here so that `git blame` works on
|
/external/cronet/tot/build/ |
D | .git-blame-ignore-revs | 1 # This file is just here so that `git blame` works on
|
/external/angle/build/ |
D | .git-blame-ignore-revs | 1 # This file is just here so that `git blame` works on
|
/external/skia/tools/skdiff/ |
D | skdiff_main.cpp | 178 SkString blame("("); in add() local 179 blame.append(drp.fBase.fFilename); in add() 180 blame.append(", "); in add() 181 blame.append(drp.fComparison.fFilename); in add() 182 blame.append(")"); in add() 183 fResultsOfType[drp.fResult].push_back(std::move(blame)); in add()
|
/external/pytorch/torch/utils/model_dump/ |
D | code.js | 45 let blame = new Blamer(); variable 370 onClick=${() => blame.maybeBlame({ist_file, line, ist_s_text, s_start, s_end})} 614 <button onClick=${() => blame.readyBlame()}>Blame Code</button> 683 ref=${(p) => blame.setAuxContentPane(p)}/>
|
/external/rust/android-crates-io/crates/spdx/src/text/licenses/ |
D | GLWTPL | 17 TRACE TO TRACK THE AUTHOR of the original product to blame for or hold
|
/external/mesa3d/docs/ |
D | codingstyle.rst | 22 through when looking at ``git blame``, you can configure it to ignore 25 git config blame.ignoreRevsFile .git-blame-ignore-revs
|
/external/rust/android-crates-io/crates/drm-fourcc/ |
D | README.md | 48 [canonical]: https://github.com/torvalds/linux/blame/master/include/uapi/drm/drm_fourcc.h
|
/external/skia/site/docs/dev/tools/ |
D | codesearch.md | 27 investigating history and blame, or for exploring release branches or other
|
/external/llvm/test/DebugInfo/Generic/ |
D | missing-abstract-variable.ll | 84 ; mips/powerpc), maybe before that. Perhaps SelectionDAG is to blame (and
|
/external/angle/build/android/docs/ |
D | java_optimization.md | 105 need git blame to do this).
|
/external/cronet/stable/build/android/docs/ |
D | java_optimization.md | 105 need git blame to do this).
|
/external/leakcanary2/docs/ |
D | faq.md | 11 3. Check if it happens on the latest version of Android, and otherwise use blame to find when it wa…
|
/external/ltp/doc/maintainers/ |
D | patch_review.rst | 96 the patch merged. Also some blame if there are problems.
|
123