author | Lars Hjemli <hjemli@gmail.com> | 2006-12-17 22:07:28 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-17 22:07:28 (UTC) |
commit | 6cb326c83b3c0b35d472305294afee3105b3088d (patch) (unidiff) | |
tree | fcceeec36ae6f1b3b8e9f861064e2d6ba962a6e0 /cgit.h | |
parent | 9c5229ea394808f90433ee84439503bee124e1de (diff) | |
download | cgit-6cb326c83b3c0b35d472305294afee3105b3088d.zip cgit-6cb326c83b3c0b35d472305294afee3105b3088d.tar.gz cgit-6cb326c83b3c0b35d472305294afee3105b3088d.tar.bz2 |
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>
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,16 +70,17 @@ extern void *cgit_free_commitinfo(struct commitinfo *info); | |||
70 | extern char *fmt(const char *format,...); | 70 | extern char *fmt(const char *format,...); |
71 | 71 | ||
72 | extern void html(const char *txt); | 72 | extern void html(const char *txt); |
73 | extern void htmlf(const char *format,...); | 73 | extern void htmlf(const char *format,...); |
74 | extern void html_txt(char *txt); | 74 | extern void html_txt(char *txt); |
75 | extern void html_attr(char *txt); | 75 | extern void html_attr(char *txt); |
76 | extern void html_link_open(char *url, char *title, char *class); | 76 | extern void html_link_open(char *url, char *title, char *class); |
77 | extern void html_link_close(void); | 77 | extern void html_link_close(void); |
78 | extern void html_filemode(unsigned short mode); | ||
78 | 79 | ||
79 | extern int cgit_read_config(const char *filename, configfn fn); | 80 | extern int cgit_read_config(const char *filename, configfn fn); |
80 | extern int cgit_parse_query(char *txt, configfn fn); | 81 | extern int cgit_parse_query(char *txt, configfn fn); |
81 | extern struct commitinfo *cgit_parse_commit(struct commit *commit); | 82 | extern struct commitinfo *cgit_parse_commit(struct commit *commit); |
82 | 83 | ||
83 | extern void cache_prepare(struct cacheitem *item); | 84 | extern void cache_prepare(struct cacheitem *item); |
84 | extern int cache_lock(struct cacheitem *item); | 85 | extern int cache_lock(struct cacheitem *item); |
85 | extern int cache_unlock(struct cacheitem *item); | 86 | extern int cache_unlock(struct cacheitem *item); |