| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Use the new object_type enumeration names within the codebase.
|
| | |
|
| |
|
|
|
| |
Instead of failing to set the timestamp of a read-only file (like any
object file), set it writable temporarily to update the timestamp.
|
| |
|
|
| |
Freshen the tree object that a commit points to during commit time.
|
| |
|
|
|
|
| |
Since writing multiple objects may all already exist in a single
packfile, avoid freshening that packfile repeatedly in a tight loop.
Instead, only freshen pack files every 2 seconds.
|
|
|
When writing an object, we calculate its OID and see if it exists in the
object database. If it does, we need to freshen the file that contains
it.
|