Change delta encoding of list deletions
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 22 Apr 2013 13:50:08 +0000 (15:50 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 22 Apr 2013 14:01:25 +0000 (16:01 +0200)
commitef12e67516d224e9cd2ca3fd293dbe5ab385c75a
tree0b9abf4a57c4a5c222725c788325646fb9e4724f
parent1e1f503d8fb8336da22029faaa1a7252bed22976
Change delta encoding of list deletions

When encoding list_del commands in delta files, '_' is used as prefix but this
breaks any command operating on files starting with an underscore since the
command prefix becomes indistinguishable from the filename.

The regression was introduced with ec8cbbbe0f20e67cbd3bd471b9ac55ceacaef7b8.

Avoid this problem by using '~' as command prefix for list deletions.
delta.c