]> git.saurik.com Git - redis.git/commit
Introduced the Build ID in INFO and --version output.
authorantirez <antirez@gmail.com>
Thu, 29 Nov 2012 13:20:08 +0000 (14:20 +0100)
committerantirez <antirez@gmail.com>
Thu, 29 Nov 2012 13:20:08 +0000 (14:20 +0100)
commit2f62c9663ca48b647d71f21d0cdf499346457f0f
treec783d2cf7653eccfb108521eae0b3c6ab5ae780d
parentb1b602a92887f271db3101d67e0319ce31fa68b3
Introduced the Build ID in INFO and --version output.

The idea is to be able to identify a build in a unique way, so for
instance after a bug report we can recognize that the build is the one
of a popular Linux distribution and perform the debugging in the same
environment.
src/Makefile
src/crc64.h [new file with mode: 0644]
src/debug.c
src/mkreleasehdr.sh
src/redis-check-dump.c
src/redis.c
src/redis.h
src/release.c
src/rio.c