author | Pierre Habouzit <madcoder@debian.org> | |
Tue, 25 Sep 2007 08:22:44 +0000 (10:22 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 26 Sep 2007 09:27:06 +0000 (02:27 -0700) | ||
commit | 1dffb8fa8056860e769f3a0c6e232d436f5a5c17 | |
tree | 51ac48c04be22c1af391fc1ec3bbdecc751bd0ff | tree | snapshot |
parent | 8289b6209552a57c255561a2585d0edbe96d62d3 | commit | diff |
Small cache_tree_write refactor.
This function cannot fail, make it void. Also make write_one act on a
const char* instead of a char*.
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This function cannot fail, make it void. Also make write_one act on a
const char* instead of a char*.
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache-tree.c | diff | blob | history | |
cache-tree.h | diff | blob | history | |
read-cache.c | diff | blob | history |