mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
ident.h: move ident-related declarations out of cache.h
These functions were all defined in a separate ident.c already, so create ident.h and move the declarations into that file. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
b6c09c03eb
commit
b5fa608180
@@ -8,6 +8,7 @@
|
||||
#include "pretty.h"
|
||||
#include "diff.h"
|
||||
#include "commit-slab-decl.h"
|
||||
#include "ident.h"
|
||||
#include "list-objects-filter-options.h"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user