git-commit-vandalism/vcs-svn
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps
Currently, Git's source code treats all timestamps as if they were
unsigned longs. Therefore, it is okay to write "%lu" when printing them.

There is a substantial problem with that, though: at least on Windows,
time_t is *larger* than unsigned long, and hence we will want to switch
away from the ill-specified `unsigned long` data type.

So let's introduce the pseudo format "PRItime" (currently simply being
defined to "lu") to make it easier to change the data type used for
timestamps.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-04-23 20:19:15 -07:00
..
fast_export.c PRItime: introduce a new "printf format" for timestamps 2017-04-23 20:19:15 -07:00
fast_export.h
LICENSE
line_buffer.c vcs-svn: use error_errno() 2016-05-09 12:29:08 -07:00
line_buffer.h
line_buffer.txt
repo_tree.c
repo_tree.h
sliding_window.c vcs-svn: use error_errno() 2016-05-09 12:29:08 -07:00
sliding_window.h vcs-svn: cap number of bytes read from sliding view 2011-06-15 02:15:22 -05:00
svndiff.c vcs-svn: use error_errno() 2016-05-09 12:29:08 -07:00
svndiff.h
svndump.c vcs-svn: use error_errno() 2016-05-09 12:29:08 -07:00
svndump.h