summaryrefslogtreecommitdiff
path: root/read-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Be much more liberal about the file mode bits.Linus Torvalds2005-04-161-1/+1
* Make 'read-tree' do a few more of the trivial merge cases.Linus Torvalds2005-04-161-17/+53
* Make "read-tree" merge the trees it reads by giving them consecutive states.Linus Torvalds2005-04-151-6/+53
* Encode a few extra flags per index entry.Linus Torvalds2005-04-151-1/+1
* Convert the index file reading/writing to use network byte order.Linus Torvalds2005-04-151-2/+2
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-131-5/+5
* Rename ".dircache" directory to ".git"Linus Torvalds2005-04-111-3/+3
* Fix stale index.lock file removal using "atexit()".Linus Torvalds2005-04-111-22/+23
* Make "update-cache" a bit friendlier to use (and harder to mis-use).Linus Torvalds2005-04-101-1/+1
* Teach "fsck" and "read-tree" about recursive tree-nodes.Linus Torvalds2005-04-091-7/+21
* Make "read-tree" read the tree into the current directory cache.Linus Torvalds2005-04-091-49/+53
* Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds2005-04-081-1/+0
* Make read-tree actually unpack the whole tree.Linus Torvalds2005-04-071-1/+41
* Add copyright notices.Linus Torvalds2005-04-071-0/+5
* Initial revision of "git", the information manager from hellinitialLinus Torvalds2005-04-071-0/+43