summaryrefslogtreecommitdiff
path: root/read-tree.c
Commit message (Expand)AuthorAgeFilesLines
* sparse cleanupLinus Torvalds2005-05-201-1/+1
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-1/+1
* Fixed a leak in read-treePetr Baudis2005-05-111-1/+4
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-1/+1
* [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano2005-04-281-1/+1
* Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds2005-04-221-63/+3
* Clean up and simplify read-tree a bit.Linus Torvalds2005-04-221-7/+6
* Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds2005-04-211-8/+11
* [PATCH] Usage-string fixes.Junio C Hamano2005-04-201-4/+6
* [PATCH] Teach read-tree about commit objectsJunio C Hamano2005-04-201-10/+24
* Make "read-tree" know how to do a "1-way merge".Linus Torvalds2005-04-191-5/+39
* Make "read-tree" take the 'stat' information for a merge result from theLinus Torvalds2005-04-191-2/+39
* 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