]> source.dussan.org Git - jgit.git/commit
Fix parsing of core.logAllRefUpdates 04/150504/4
authorThomas Wolf <thomas.wolf@paranor.ch>
Wed, 2 Oct 2019 15:33:43 +0000 (17:33 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 7 Oct 2019 14:07:47 +0000 (16:07 +0200)
commitb87f1259d679c7af83b7fd1ab148c99c613beaf0
treeabbee6c895b0a38d918e65b16c123003ca28b60c
parentd0adf52df8ac83c8d5f49e3eddafb95b51a42fbc
Fix parsing of core.logAllRefUpdates

Also correctly parse the "always" value (allowed in canonical git
since git 2.12.0[1]). Adapt the ReflogWriter.

[1] https://github.com/git/git/commit/341fb2862

Bug: 551664
Change-Id: I051c76ca355a2ac8d6092de65f44b18bf9aeb125
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ReflogConfigTest.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ReflogWriter.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/CoreConfig.java