summary refs log tree commit diff
path: root/LibGit/Static.cs
blob: ec67750f0130f2d85c620d8cf3627f5c9d336c58 (plain) (blame)
1
2
3
4
5
6
namespace LibGit;

public class Static
{
    public const bool Debug = false;
}