git-gui: sort entries in tclIndexmaster
commit82b2cab317863eb6322386157f73b0e021b72ba2
authorOlaf Hering <olaf@aepfle.de>
Mon, 26 Jan 2015 15:07:21 +0000 (26 17:07 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 1 May 2015 14:53:06 +0000 (1 15:53 +0100)
tree5773486d0962ad4018c5971e11d61e20eea5bc1c
parent4498b3a50a0e839788682f672df267cbc1ba9292
git-gui: sort entries in tclIndex

ALL_LIBFILES uses wildcard, which provides the result in directory
order. This order depends on the underlying filesystem on the
buildhost. To get reproducible builds it is required to sort such list
before using them.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Makefile