index
:
GitTools.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
;
}