Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-07-07 00:45:55 +0300
committerJunio C Hamano <gitster@pobox.com>2015-07-25 02:04:41 +0300
commit18bb99342fdb4b612ae45be3fef084ceebd498a0 (patch)
tree35f24636a250b4d1990fe95084b82015a338a5e5 /rerere.h
parent925d73c4217388838e36bfed85553132c458c7d0 (diff)
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>
Diffstat (limited to 'rerere.h')
-rw-r--r--rerere.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rerere.h b/rerere.h
index 2956c2edf2..f998ebae6e 100644
--- a/rerere.h
+++ b/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 *);