diff options
author | Lars Hjemli <hjemli@gmail.com> | 2006-12-17 23:07:28 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-17 23:07:28 +0100 |
commit | 6cb326c83b3c0b35d472305294afee3105b3088d (patch) | |
tree | fcceeec36ae6f1b3b8e9f861064e2d6ba962a6e0 /cgit.h | |
parent | Reformat code to avoid excessive line lengths (diff) | |
download | cgit-pink-6cb326c83b3c0b35d472305294afee3105b3088d.tar.gz cgit-pink-6cb326c83b3c0b35d472305294afee3105b3088d.zip |
Show list of modified files in ui-commit.c
Compare current commit with 1.parent, and for each affected file display current filemode, old filemode if changed, current filename and source filename if it was a copy/rename. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index 02cc26a..37584d6 100644 --- a/cgit.h +++ b/cgit.h @@ -75,6 +75,7 @@ extern void html_txt(char *txt); extern void html_attr(char *txt); extern void html_link_open(char *url, char *title, char *class); extern void html_link_close(void); +extern void html_filemode(unsigned short mode); extern int cgit_read_config(const char *filename, configfn fn); extern int cgit_parse_query(char *txt, configfn fn); |