summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-02-07 20:15:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-12 19:42:07 (GMT)
commitf192223447746a503bf664135a0e537d15876ebe (patch)
treeb8dc638c95c4e2b289f899cbad1d7e1a0323dd26 /diff.h
parent32b367e4441f8566f200459149d1aaee8fafc867 (diff)
downloadgit-f192223447746a503bf664135a0e537d15876ebe.zip
git-f192223447746a503bf664135a0e537d15876ebe.tar.gz
git-f192223447746a503bf664135a0e537d15876ebe.tar.bz2
diff: add diff_line_prefix function
This is a helper function to call the diff output_prefix function and return its value as a C string, allowing us to greatly simplify everywhere that needs to get the output prefix. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index a47bae4..76830e2 100644
--- a/diff.h
+++ b/diff.h
@@ -174,6 +174,9 @@ const char *diff_get_color(int diff_use_color, enum color_diff ix);
diff_get_color((o)->use_color, ix)
+const char *diff_line_prefix(struct diff_options *);
+
+
extern const char mime_boundary_leader[];
extern void diff_tree_setup_paths(const char **paths, struct diff_options *);