< prev index next >

README.md

Print this page

  1 # OpenJDK Project Skara
  2 


  3 This repository contains tooling for working with OpenJDK projects and
  4 their repositories. The following CLI tools are available as part of this
  5 repository:
  6 
  7 - git-jcheck - a backwards compatible Git port of [jcheck](https://openjdk.java.net/projects/code-tools/jcheck/)
  8 - git-webrev - a backwards compatible Git port of [webrev](https://openjdk.java.net/projects/code-tools/webrev/)
  9 - git-defpath - a backwards compatible Git port of [defpath](https://openjdk.java.net/projects/code-tools/defpath/)
 10 - git-fork - fork a project on an external Git source code hosting provider to your personal space and optionally clone it
 11 - git-pr - interact with pull requests for a project on an external Git source code hosting provider
 12 - git-info - show OpenJDK information about commits, e.g. issue links, authors, contributors, etc.
 13 - git-token - interact with a Git credential manager for handling personal access tokens
 14 - git-translate - translate between [Mercurial](https://mercurial-scm.org/)
 15 and [Git](https://git-scm.com/) hashes
 16 - git-skara - learn about and update the Skara CLI tools
 17 
 18 There are also CLI tools available for importing OpenJDK
 19 [Mercurial](https://mercurial-scm.org/) repositories into
 20 [Git](https://git-scm.com/) repositories and vice versa:
 21 
 22 - git-openjdk-import

  1 # OpenJDK Project Skara
  2 
  3 The goal of Project Skara is to investigate alternative SCM and code review options for the JDK source code, including options based upon Git rather than Mercurial, and including options hosted by third parties. 
  4 
  5 This repository contains tooling for working with OpenJDK projects and
  6 their repositories. The following CLI tools are available as part of this
  7 repository:
  8 
  9 - git-jcheck - a backwards compatible Git port of [jcheck](https://openjdk.java.net/projects/code-tools/jcheck/)
 10 - git-webrev - a backwards compatible Git port of [webrev](https://openjdk.java.net/projects/code-tools/webrev/)
 11 - git-defpath - a backwards compatible Git port of [defpath](https://openjdk.java.net/projects/code-tools/defpath/)
 12 - git-fork - fork a project on an external Git source code hosting provider to your personal space and optionally clone it
 13 - git-pr - interact with pull requests for a project on an external Git source code hosting provider
 14 - git-info - show OpenJDK information about commits, e.g. issue links, authors, contributors, etc.
 15 - git-token - interact with a Git credential manager for handling personal access tokens
 16 - git-translate - translate between [Mercurial](https://mercurial-scm.org/)
 17 and [Git](https://git-scm.com/) hashes
 18 - git-skara - learn about and update the Skara CLI tools
 19 
 20 There are also CLI tools available for importing OpenJDK
 21 [Mercurial](https://mercurial-scm.org/) repositories into
 22 [Git](https://git-scm.com/) repositories and vice versa:
 23 
 24 - git-openjdk-import
< prev index next >