diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-12-13 13:10:33 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-12-13 13:10:33 +0100 |
commit | d82a6c5ed9108be5802a03c38f728a07da57438e (patch) | |
tree | 22476136137e46bb0a08fea8cabcaa805f7c024b /git/cmd.py | |
parent | a1a59764096cef4048507cb50f0303f48b87a242 (diff) | |
download | gitpython-d82a6c5ed9108be5802a03c38f728a07da57438e.tar.gz |
fix(tree): tree item sort now uses git-style
Previously it was possible to generate trees which didn't
appear legit to git as gitpython's sorting was a simple alpha-numeric
sort. Git uses one that minimizes literal string comparisons though,
and thus behaves slightly differently sometimes.
Fixes #369
Diffstat (limited to 'git/cmd.py')
0 files changed, 0 insertions, 0 deletions