...
Code Block | ||
---|---|---|
| ||
$ git root /home/ehelin/git/github.com/openjdk/jdk |
...
staged
Shows the commit history as a graph in a compact formata diff of the staged changes.
Installing
Code Block | ||
---|---|---|
| ||
$ git config --global alias.glogstaged 'logdiff --color --format='format:%C(auto)%h %C(auto)%s %C(auto)%d' --graph --all --abbrevstaged' |
Usage
Code Block | ||
---|---|---|
| ||
$ git glogstaged |
Example
Code Block | ||
---|---|---|
| ||
$ git glogstaged *index 813fe32..4dc5c9a 939a493bdd Merge (HEAD -> fibers, origin/fibers, origin/HEAD) |\ | * 6a9a93bc32 Minor improvements * | c5756b560d Merge |\| | * bcdbc8622a 8240914: java_lang_Throwable::fill_in_stack_trace should use Handler for "cont" | * 0965d252c1 8241331: Implement basic support of test execution using vthread wrapper | * f0a7aab1f6 Replace fibers by virtual threads in the test summary * | 55a94cafe9 Merge |\| | * f5a2ff5c2c JFR Thread Sleep event for virtual threads * | 15d5a97ec0 Merge |\| | * 28709d479c Merge | |\ | | * af28093ed8 Merge (origin/master, master) | | |\ | | | * 9fe762d3c5 8241162: ProblemList serviceability/sa/TestHeapDumpForInvokeDynamic.java on OSX | | * | ea367322f2 8241030: rename HtmlTag to TagName | | |/ | | * 34b9ac2287 8236285: [JVMCI] improve TranslatedException traces 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ - TYPO # OpenJDK Project Skara +Welcome to project Skara! + The goal of Project Skara is to investigate alternative SCM and code review options for the OpenJDK source code, including options based upon Git rather than Mercurial, and including options hosted by third parties. |
glog
Shows the commit history as a graph in a compact format.
...
Overview
Content Tools
ThemeBuilder