| commit | c8db22f35531c42fcbb82c0235dcb50a108c74f5 | [log] [tgz] |
|---|---|---|
| author | Shawn O. Pearce <spearce@spearce.org> | Mon Dec 13 12:23:07 2010 -0800 |
| committer | Shawn O. Pearce <spearce@spearce.org> | Wed Dec 15 15:14:05 2010 -0800 |
| tree | b473e2168708461ad73d7743a7b00027cc17c966 | |
| parent | 6f3b4d5d041b166499e3be241feb62d01fb1a0b2 [diff] |
Extract pack directory last modified check code Pulling the last modified checking logic out of ObjectDirectory makes it possible to reuse this code for other files, such as the $GIT_DIR/config or $GIT_DIR/packed-refs files. Change-Id: If2f27a89fc3b7adde7e65ff40bbca5d55b98b772 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>