summaryrefslogtreecommitdiffstats
path: root/debian/git-doc.doc-base.the-racy-git-problem
blob: 1991c13dafd769385d9300a80260d8c0d2ecd3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Document: the-racy-git-problem
Title: Use of index and the "racy git" problem
Author: Junio C Hamano
Abstract: In order to speed up comparison between files in
 the work tree and index entries, git compares current
 lstat(2) information with saved lstat(2) information from
 whenever it updated the corresponding index entry.  A very
 quick update that does not change file size could therefore
 make git incorrectly think files in the working tree are
 unmodified even though they actually are modified.  This is
 called the "racy git" problem (discovered by Pasky), and
 the entries that would appear clean when they ought not to
 be because of this problem are called "racily clean".
 .
 This document explains how git avoids that problem.
Section: File Management

Format: Text
Files: /usr/share/doc/git-doc/technical/racy-git.txt