mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
Implement git config v2 endpoint
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package sonia.scm.web;
|
||||
|
||||
public class GitVndMediaType {
|
||||
public static final String GIT_CONFIG = VndMediaType.PREFIX + "gitConfig" + VndMediaType.SUFFIX;
|
||||
}
|
||||
Reference in New Issue
Block a user