mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 01:25:34 +02:00
git: update to v2.45.0
Update to git version v2.45.0, this requires changes for these upstream commits: * 9720d23e8caf4adee44b3a32803a9bb0480118bd date: make DATE_MODE thread-safe Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
8905003cba
commit
dbadd856ba
4 changed files with 5 additions and 5 deletions
|
@ -65,7 +65,7 @@ __attribute__((format (printf,1,2)))
|
|||
extern void cgit_print_error(const char *fmt, ...);
|
||||
__attribute__((format (printf,1,0)))
|
||||
extern void cgit_vprint_error(const char *fmt, va_list ap);
|
||||
extern const struct date_mode *cgit_date_mode(enum date_mode_type type);
|
||||
extern const struct date_mode cgit_date_mode(enum date_mode_type type);
|
||||
extern void cgit_print_age(time_t t, int tz, time_t max_relative);
|
||||
extern void cgit_print_http_headers(void);
|
||||
extern void cgit_redirect(const char *url, bool permanent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue