summaryrefslogtreecommitdiff
path: root/read-tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-1/+1
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Libravatar Junio C Hamano1-1/+1
2005-04-22Move "read_tree()" to "tree.c" to be used as a generic helper function.Libravatar Linus Torvalds1-63/+3
2005-04-22Clean up and simplify read-tree a bit.Libravatar Linus Torvalds1-7/+6
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Libravatar Linus Torvalds1-8/+11
2005-04-20[PATCH] Usage-string fixes.Libravatar Junio C Hamano1-4/+6
2005-04-20[PATCH] Teach read-tree about commit objectsLibravatar Junio C Hamano1-10/+24
2005-04-19Make "read-tree" know how to do a "1-way merge".Libravatar Linus Torvalds1-5/+39
2005-04-19Make "read-tree" take the 'stat' information for a merge result from theLibravatar Linus Torvalds1-2/+39
2005-04-16Be much more liberal about the file mode bits.Libravatar Linus Torvalds1-1/+1
2005-04-16Make 'read-tree' do a few more of the trivial merge cases.Libravatar Linus Torvalds1-17/+53
2005-04-15Make "read-tree" merge the trees it reads by giving them consecutive states.Libravatar Linus Torvalds1-6/+53
2005-04-15Encode a few extra flags per index entry.Libravatar Linus Torvalds1-1/+1
2005-04-15Convert the index file reading/writing to use network byte order.Libravatar Linus Torvalds1-2/+2
2005-04-13[PATCH] Consolidate the error handlingLibravatar Petr Baudis1-5/+5
2005-04-11Rename ".dircache" directory to ".git"Libravatar Linus Torvalds1-3/+3
2005-04-11Fix stale index.lock file removal using "atexit()".Libravatar Linus Torvalds1-22/+23
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Libravatar Linus Torvalds1-1/+1
2005-04-09Teach "fsck" and "read-tree" about recursive tree-nodes.Libravatar Linus Torvalds1-7/+21
2005-04-09Make "read-tree" read the tree into the current directory cache.Libravatar Linus Torvalds1-49/+53
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Libravatar Linus Torvalds1-1/+0
2005-04-07Make read-tree actually unpack the whole tree.Libravatar Linus Torvalds1-1/+41
2005-04-07Add copyright notices.Libravatar Linus Torvalds1-0/+5
2005-04-07Initial revision of "git", the information manager from hellLibravatar Linus Torvalds1-0/+43