git-apply: don't try to be clever about filenames and the index
[gitweb.git] / read-tree.c
2005-05-20 sparse cleanup
2005-05-19 [PATCH] cleanup of in-code names
2005-05-11 Fixed a leak in read-tree
2005-05-01 Add "get_sha1()" helper function.
2005-04-28 [PATCH] Rename and extend read_tree_with_tree_or_commit...
2005-04-22 Move "read_tree()" to "tree.c" to be used as a generic...
2005-04-22 Clean up and simplify read-tree a bit.
2005-04-21 Add support for a "GIT_INDEX_FILE" environment variable.
2005-04-21 [PATCH] Usage-string fixes.
2005-04-21 [PATCH] Teach read-tree about commit objects
2005-04-19 Make "read-tree" know how to do a "1-way merge".
2005-04-19 Make "read-tree" take the 'stat' information for a...
2005-04-17 Be much more liberal about the file mode bits.
2005-04-16 Make 'read-tree' do a few more of the trivial merge...
2005-04-16 Make "read-tree" merge the trees it reads by giving...
2005-04-16 Encode a few extra flags per index entry.
2005-04-15 Convert the index file reading/writing to use network...
2005-04-13 [PATCH] Consolidate the error handling
2005-04-11 Rename ".dircache" directory to ".git"
2005-04-11 Fix stale index.lock file removal using "atexit()".
2005-04-10 Make "update-cache" a bit friendlier to use (and harder...
2005-04-09 Teach "fsck" and "read-tree" about recursive tree-nodes.
2005-04-09 Make "read-tree" read the tree into the current directo...
2005-04-08 Use "-Wall -O2" for the compiler to get more warnings.
2005-04-08 Make read-tree actually unpack the whole tree.
2005-04-07 Add copyright notices.
2005-04-07 Initial revision of "git", the information manager...