commit 422a2f5034e930520163ae63969390924d9b0e21 from: Stefan Sperling date: Fri Mar 09 20:44:46 2018 UTC file index path padding is only needed on disk commit - c8988c682e5eb92c15cee0aa628517b6e3fdfc13 commit + 422a2f5034e930520163ae63969390924d9b0e21 blob - 84aa5d3962cb8849530acd617a99006124b88f9b blob + a43599e9f8a8486e08f58bf6c33dd51169b5b012 --- lib/got_file_index_priv.h +++ lib/got_file_index_priv.h @@ -49,7 +49,7 @@ struct got_file_index_entry { /* * UNIX-style path, relative to work tree root. - * Variable length and NUL-padded to a multiple of 8. + * Variable length, and NUL-padded to a multiple of 8 on disk. */ const char *path; };