File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11CHANGES
22=======
33
4+ 1.19.4 (2018-12-07)
5+ -------------------
6+
7+ - Fixed compatibility with Apple's git (bundled with Xcode)
8+
9+
4101.19.3 (2018-11-27)
511-------------------
612
713- Add the git_version parameter to GitArchiver and the get_git_version class method
814- If git version (initialized or guessed) is less than 1.6.1, exception is raised
915- Properly read non-nul separated output of check-attr if git version is less than 1.8.5. See #65
1016
17+ **Known Bugs: **
18+
19+ - Does not work with Apple's git (bundled with Xcode). See #68
20+
11211.19.2 (2018-11-13)
1222-------------------
1323
Original file line number Diff line number Diff line change 3232import sys
3333import re
3434
35- __version__ = "1.19.3 "
35+ __version__ = "1.19.4 "
3636
3737
3838try :
You can’t perform that action at this time.
0 commit comments