8000 GitHub - h1r0s/my-pcre
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

h1r0s/my-pcre

Repository files navigation

pcre

GNU Emacs30.0.50に含まれるjava/INSTALLにしたがって取得したpcreモジュール(libselinuxの依存モジュール)のレポジトリ。

作成した手順

  1. Google Gitのpcreをclone
$: git clone https://android.googlesource.com/platform/external/pcre
  1. nougat-releaseブランチから修正用ブランチmy/nougat-releaseをcheckout
$: cd pcre
$: git checkout nougat-release
$: git checkout -b my/nougat-release
  1. 空レポジトリにpush
$: git add -A
$: git commit -m 'nanika commit messages...'
$: gh repo create my-pcre --public
$: git remote add mine https://github.com/JIBUN/my-pcre.git
$: git branch -M my/nougat-release
$: git push -u mine my/nougat-release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

0