Junio C Hamano
a9bfe81309
Merge branch 'kb/checkout-optim'
...
* kb/checkout-optim:
Revert "lstat_cache(): print a warning if doing ping-pong between cache types"
checkout bugfix: use stat.mtime instead of stat.ctime in two places
Makefile: Set compiler switch for USE_NSEC
Create USE_ST_TIMESPEC and turn it on for Darwin
Not all systems use st_[cm]tim field for ns resolution file timestamp
Record ns-timestamps if possible, but do not use it without USE_NSEC
write_index(): update index_state->timestamp after flushing to disk
verify_uptodate(): add ce_uptodate(ce) test
make USE_NSEC work as expected
fix compile error when USE_NSEC is defined
check_updates(): effective removal of cache entries marked CE_REMOVE
lstat_cache(): print a warning if doing ping-pong between cache types
show_patch_diff(): remove a call to fstat()
write_entry(): use fstat() instead of lstat() when file is open
write_entry(): cleanup of some duplicated code
create_directories(): remove some memcpy() and strchr() calls
unlink_entry(): introduce schedule_dir_for_removal()
lstat_cache(): swap func(length, string) into func(string, length)
lstat_cache(): generalise longest_match_lstat_cache()
lstat_cache(): small cleanup and optimisation
2009-03-17 18:54:31 -07:00
..
2009-03-03 21:43:19 -08:00
2009-03-09 15:32:50 -07:00
2008-02-11 13:23:15 -08:00
2008-06-12 14:28:53 -07:00
2008-12-08 17:11:37 -08:00
2009-03-11 13:47:12 -07:00
2007-08-10 11:32:42 -07:00
2008-12-29 00:40:10 -08:00
2008-01-06 18:41:44 -08:00
2009-02-09 20:59:26 -08:00
2009-03-17 16:22:06 -07:00
2008-12-19 19:10:46 -08:00
2008-12-19 19:10:46 -08:00
2009-01-25 17:13:29 -08:00
2007-07-24 00:47:05 -07:00
2008-04-22 21:53:37 -07:00
2008-07-05 11:24:40 -07:00
2007-08-10 23:16:18 -07:00
2009-03-11 13:55:49 -07:00
2009-03-02 12:34:53 -08:00
2009-03-02 12:34:54 -08:00
2009-03-02 12:34:56 -08:00
2008-07-05 11:24:40 -07:00
2009-03-04 00:56:52 -08:00
2009-03-05 15:03:18 -08:00
2009-02-19 23:44:07 -08:00
2009-03-17 15:10:23 -07:00
2009-02-08 21:42:17 -08:00
2008-08-05 21:21:18 -07:00
2008-11-12 15:03:57 -08:00
2008-07-05 11:24:40 -07:00
2008-07-05 11:24:40 -07:00
2009-03-17 14:16:44 -07:00
2008-11-23 19:32:39 -08:00
2009-01-05 11:43:28 -08:00
2008-07-05 11:24:40 -07:00
2008-07-30 21:42:55 -07:00
2008-10-09 11:26:17 -07:00
2008-09-03 14:51:19 -07:00
2008-12-19 19:35:55 -08:00
2009-03-07 22:34:13 -08:00
2008-08-17 01:01:42 -07:00
2008-07-05 11:24:40 -07:00
2008-07-05 18:33:16 -07:00
2008-08-18 22:05:44 -07:00
2008-12-17 00:56:36 -08:00
2009-01-23 21:51:20 -08:00
2009-01-17 18:01:46 -08:00
2008-07-05 11:24:40 -07:00
2008-12-19 19:37:18 -08:00
2008-11-11 14:55:43 -08:00
2008-12-19 19:35:55 -08:00
2008-07-19 11:25:51 -07:00
2008-07-05 11:24:40 -07:00
2008-08-01 23:21:44 -07:00
2009-03-11 21:55:07 -07:00
2008-08-01 23:21:44 -07:00
2008-09-05 23:06:37 -07:00
2009-03-11 13:48:07 -07:00
2008-07-01 17:20:15 -07:00
2008-12-21 12:04:12 -08:00
2009-02-14 21:14:07 -08:00
2008-07-05 11:24:40 -07:00
2008-10-01 09:14:54 -07:00
2008-11-14 21:38:11 -08:00
2008-08-03 13:38:22 -07:00
2008-08-29 21:46:33 -07:00
2008-07-05 11:24:40 -07:00
2008-07-01 17:20:15 -07:00
2009-02-15 00:32:57 -08:00
2008-07-05 11:24:40 -07:00
2008-07-01 17:20:15 -07:00
2008-07-05 11:24:40 -07:00
2008-07-05 11:24:40 -07:00
2008-11-11 12:55:42 -08:00
2008-07-01 17:20:15 -07:00
2009-01-13 00:18:53 -08:00
2008-08-01 23:21:44 -07:00
2009-01-13 23:09:57 -08:00
2008-12-19 19:10:46 -08:00
2008-08-01 23:21:44 -07:00
2008-12-09 20:57:52 -08:00
2008-12-09 20:57:52 -08:00
2008-12-09 20:57:52 -08:00
2008-08-01 23:21:44 -07:00
2008-12-09 20:57:52 -08:00
2009-03-17 14:16:44 -07:00
2009-01-17 18:17:29 -08:00
2008-07-01 17:20:15 -07:00
2008-08-01 23:21:44 -07:00
2008-07-01 17:20:15 -07:00
2008-08-30 13:23:01 -07:00
2008-11-12 10:29:22 -08:00
2008-07-05 11:24:40 -07:00
2008-07-01 17:20:15 -07:00
2008-07-05 11:24:40 -07:00
2008-07-05 11:24:40 -07:00
2008-08-01 23:21:44 -07:00
2008-07-01 17:20:15 -07:00
2008-09-30 14:30:00 -07:00
2008-08-01 23:21:44 -07:00
2009-03-17 14:15:04 -07:00
2008-07-01 17:20:15 -07:00
2008-09-30 11:51:16 -07:00
2009-03-02 23:22:32 -08:00
2008-12-19 19:10:46 -08:00
2008-12-19 19:10:46 -08:00
2008-07-01 17:20:15 -07:00
2008-11-11 20:25:49 -08:00
2008-11-14 21:39:10 -08:00
2008-07-01 17:20:15 -07:00
2008-08-01 23:21:44 -07:00
2008-08-09 01:40:08 -07:00
2008-12-29 01:21:45 -08:00
2008-10-01 08:18:46 -07:00
2009-03-17 14:16:44 -07:00
2008-12-21 18:34:49 -08:00
2008-08-08 18:27:19 -07:00
2009-03-17 14:30:21 -07:00
2008-07-05 11:24:40 -07:00
2008-07-05 11:24:40 -07:00
2009-01-19 17:07:23 -08:00
2009-02-08 12:38:08 -08:00
2009-02-04 15:08:08 -08:00
2008-07-05 11:24:40 -07:00
2008-07-30 21:42:55 -07:00
2008-08-01 23:21:44 -07:00
2008-12-02 16:13:16 -08:00
2008-09-01 22:02:11 -07:00
2008-08-01 23:21:44 -07:00
2008-07-01 17:20:15 -07:00
2009-02-07 00:44:49 -08:00
2009-02-23 13:50:24 -08:00
2008-08-01 23:21:44 -07:00
2009-01-28 11:33:51 -08:00
2008-07-05 11:24:40 -07:00
2007-10-29 12:53:50 -07:00
2008-07-01 17:20:15 -07:00
2008-07-01 17:20:16 -07:00
2008-12-19 19:10:46 -08:00
2008-07-01 17:20:15 -07:00
2008-08-01 23:21:44 -07:00
2008-07-05 11:24:40 -07:00
2008-07-05 11:24:40 -07:00
2008-09-03 14:51:19 -07:00
2008-08-01 23:21:44 -07:00
2008-07-30 21:42:55 -07:00
2008-09-24 15:49:21 -07:00
2008-08-01 23:21:44 -07:00
2008-07-05 11:24:40 -07:00
2009-03-15 13:12:53 -07:00
2009-02-25 00:49:54 -08:00
2009-03-17 14:16:44 -07:00
2009-01-13 00:18:53 -08:00
2008-07-05 18:33:16 -07:00
2008-09-19 19:48:30 -07:00
2008-11-14 21:48:10 -08:00
2009-01-17 23:04:40 -08:00
2008-07-19 11:17:43 -07:00
2009-03-03 21:42:44 -08:00
2008-08-31 16:31:58 -07:00
2008-12-17 00:57:33 -08:00
2009-01-21 00:15:34 -08:00
2009-01-25 18:57:26 -08:00
2008-10-20 23:39:37 -07:00
2009-03-17 14:16:44 -07:00
2008-12-19 19:35:55 -08:00
2008-07-08 16:36:03 -07:00
2007-12-14 22:29:38 -08:00
2009-02-08 12:38:08 -08:00
2009-01-07 00:09:10 -08:00
2008-03-15 00:05:18 -07:00
2008-12-09 20:57:52 -08:00
2008-12-09 20:57:52 -08:00
2008-03-19 01:43:02 -07:00
2009-02-24 23:53:38 -08:00
2009-02-24 23:53:40 -08:00
2009-01-25 22:25:20 -08:00
2009-03-03 21:40:36 -08:00
2007-07-12 12:01:47 -07:00
2007-08-15 15:01:20 -07:00
2008-08-05 11:38:11 -07:00
2007-09-03 01:28:37 -07:00
2007-09-19 03:11:28 -07:00
2008-01-29 22:00:34 -08:00
2007-10-03 02:33:48 -07:00
2007-11-07 11:37:15 -08:00
2007-11-18 14:00:38 -08:00
2007-12-01 11:20:00 -08:00
2008-01-07 22:41:43 -08:00
2008-08-05 11:38:11 -07:00
2008-02-17 00:20:38 -08:00
2008-02-17 00:20:38 -08:00
2008-02-23 11:31:04 -08:00
2008-08-05 11:38:11 -07:00
2008-08-05 11:38:11 -07:00
2008-06-26 17:11:21 -07:00
2008-12-16 22:06:47 -08:00
2008-02-01 19:10:10 -08:00
2008-04-20 11:36:53 -07:00
2008-05-25 21:11:24 -07:00
2008-05-27 22:32:47 -07:00
2008-06-07 11:45:48 -07:00
2008-06-26 17:59:51 -07:00
2008-12-16 22:08:28 -08:00
2008-04-07 21:57:43 -07:00
2008-06-25 17:13:48 -07:00
2008-07-04 01:38:41 -07:00
2008-07-13 15:23:43 -07:00
2008-07-19 10:58:01 -07:00
2008-08-06 13:40:53 -07:00
2008-12-16 22:13:36 -08:00
2008-06-18 13:09:43 -07:00
2008-08-24 14:47:24 -07:00
2009-03-03 21:40:36 -08:00
2008-10-21 13:37:42 -07:00
2008-11-27 01:00:45 -08:00
2008-12-07 15:11:54 -08:00
2008-12-19 19:27:35 -08:00
2008-08-17 11:42:10 -07:00
2009-03-03 21:40:36 -08:00
2009-03-03 21:40:36 -08:00
2009-02-07 00:51:47 -08:00
2009-02-11 18:44:03 -08:00
2008-12-24 19:41:08 -08:00
2009-03-15 13:05:05 -07:00
2009-03-03 23:37:19 -08:00
2009-03-15 13:12:53 -07:00
2009-03-07 11:21:41 -08:00
2009-03-04 00:56:52 -08:00
2008-11-11 15:26:40 -08:00
2009-02-04 13:06:06 -08:00
2008-01-06 18:41:44 -08:00
2009-03-17 14:16:44 -07:00