-
- Downloads
"...renderers/cpp/git@gitlab.utu.fi:nicolaspope/ftl.git" did not exist on "358c1a45eef1b206194cbaa0ed97953edbfcf6d8"
Add support for computing a Change-Id à la Gerrit
A Change-Id helps tools like Gerrit Code Review to keeps different
versions of a patch together. The Change-Id is computed as a SHA-1
hash of some of the same basic information as a commit id on the first
commit intended to solve a particular problem and then reused for
updated solutions.
Change-Id: I04334f84e76e83a4185283cb72ea0308b1cb4182
Signed-off-by:
Robin Rosenberg <robin.rosenberg@dewire.com>
Showing
- org.eclipse.jgit.test/tst/org/eclipse/jgit/util/ChangeIdUtilTest.java 523 additions, 0 deletions...jgit.test/tst/org/eclipse/jgit/util/ChangeIdUtilTest.java
- org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectWriter.java 18 additions, 0 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectWriter.java
- org.eclipse.jgit/src/org/eclipse/jgit/util/ChangeIdUtil.java 190 additions, 0 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/util/ChangeIdUtil.java
Loading
Please register or sign in to comment