Use read-tree and checkout-index more efficiently
commit21d57c9c313cfa75a092e34868d13e00a9efcead
authorSteven Walter <swalter@lpdev.prtdev.lexmark.com>
Mon, 7 Jul 2008 18:57:35 +0000 (7 14:57 -0400)
committerSteven Walter <swalter@lpdev.prtdev.lexmark.com>
Mon, 7 Jul 2008 19:33:50 +0000 (7 15:33 -0400)
tree32180bbcdbc5648ddb7e911ffb6378c04695cc1b
parent45d0462bea08133ecf3e39fc55a1f417c4fdc1e6
Use read-tree and checkout-index more efficiently

Always use the -u option to checkout-index (to update the stat times in
the index) and the -m option to read-tree (to leave alone the state
times of files that aren't changed).
yap/yap.py