< prev index next >

README.md

Print this page

  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 

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