Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make sure enum object_type is signed
This allows for keeping the common idiom which consists of using negative values to signal error conditions by ensuring that the enum will be a signed type. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information