Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.
[git.git] / read-tree.c
2005-04-19 Linus TorvaldsMake "read-tree" take the 'stat' information for a...
2005-04-17 Linus TorvaldsBe much more liberal about the file mode bits.
2005-04-16 Linus TorvaldsMake 'read-tree' do a few more of the trivial merge...
2005-04-16 Linus TorvaldsMake "read-tree" merge the trees it reads by giving...
2005-04-16 Linus TorvaldsEncode a few extra flags per index entry.
2005-04-15 Linus TorvaldsConvert the index file reading/writing to use network...
2005-04-13 Petr Baudis[PATCH] Consolidate the error handling
2005-04-11 Linus TorvaldsRename ".dircache" directory to ".git"
2005-04-11 Linus TorvaldsFix stale index.lock file removal using "atexit()".
2005-04-10 Linus TorvaldsMake "update-cache" a bit friendlier to use (and harder...
2005-04-09 Linus TorvaldsTeach "fsck" and "read-tree" about recursive tree-nodes.
2005-04-09 Linus TorvaldsMake "read-tree" read the tree into the current directo...
2005-04-08 Linus TorvaldsUse "-Wall -O2" for the compiler to get more warnings.
2005-04-08 Linus TorvaldsMake read-tree actually unpack the whole tree.
2005-04-07 Linus TorvaldsAdd copyright notices.
2005-04-07 Linus TorvaldsInitial revision of "git", the information manager...