mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
rerere: call conflict-ids IDs
Most places we call conflict IDs "name" and some others we call them "hex"; update all of them to "id". Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
2
rerere.h
2
rerere.h
@@ -17,7 +17,7 @@ extern void *RERERE_RESOLVED;
|
||||
|
||||
extern int setup_rerere(struct string_list *, int);
|
||||
extern int rerere(int);
|
||||
extern const char *rerere_path(const char *hex, const char *file);
|
||||
extern const char *rerere_path(const char *id, const char *file);
|
||||
extern int rerere_forget(struct pathspec *);
|
||||
extern int rerere_remaining(struct string_list *);
|
||||
extern void rerere_clear(struct string_list *);
|
||||
|
||||
Reference in New Issue
Block a user