Added bat file to quickly output git logs since tag.

This commit is contained in:
DJGosnell 2016-08-30 15:12:51 -04:00
Родитель 259b7e0fe8
Коммит dd49787b83
2 изменённых файлов: 3 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -243,3 +243,4 @@ ModelManifest.xml
# FAKE - F# Make
.fake/
/Tools/output.txt

1
Tools/GitLogOutput.bat Normal file
Просмотреть файл

@ -0,0 +1 @@
git log v0.5..HEAD --pretty="%%H - %%s" --no-merges >output.txt