File size: 136 Bytes
7f0ec95 | 1 2 3 4 5 6 | /**
* An mtime that predates GIT_SESSION_START_MS: a file last touched before
* the session.
*/
export const BEFORE_SESSION_MS = 500
|
7f0ec95 | 1 2 3 4 5 6 | /**
* An mtime that predates GIT_SESSION_START_MS: a file last touched before
* the session.
*/
export const BEFORE_SESSION_MS = 500
|