diff options
author | Jeff Smith <whydoubt@gmail.com> | 2017-05-24 07:15:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-25 06:08:23 +0200 |
commit | bd481de713cb59a57f5f988b9bc46550c954dc45 (patch) | |
tree | 9ffb3af28b05c08e58b2c3d4021f6c3f766f9984 /blame.h | |
parent | blame: move scoreboard setup to libgit (diff) | |
download | git-bd481de713cb59a57f5f988b9bc46550c954dc45.tar.xz git-bd481de713cb59a57f5f988b9bc46550c954dc45.zip |
blame: move entry prepend to libgit
Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'blame.h')
-rw-r--r-- | blame.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -170,4 +170,6 @@ extern const char *blame_nth_line(struct blame_scoreboard *sb, long lno); extern void init_scoreboard(struct blame_scoreboard *sb); extern void setup_scoreboard(struct blame_scoreboard *sb, const char *path, struct blame_origin **orig); +extern struct blame_entry *blame_entry_prepend(struct blame_entry *head, long start, long end, struct blame_origin *o); + #endif /* BLAME_H */ |