summaryrefslogtreecommitdiff
path: root/write-tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-19[PATCH] cleanup of in-code namesLibravatar Alexey Nezhdanov1-4/+4
2005-05-11Merge with http://members.cox.net/junkio/git-jc.gitLibravatar Petr Baudis1-4/+31
2005-05-08write-tree is now willing to write empty treeLibravatar Petr Baudis1-4/+4
2005-05-07Notice index that has path and path/file and refuse to write such a tree.Libravatar Junio C Hamano1-4/+31
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-2/+2
2005-04-25Simplify "write_sha1_file()" interfacesLibravatar Linus Torvalds1-19/+3
2005-04-17[PATCH] fix for memory leak in write-tree.cLibravatar Brad Roberts1-4/+2
2005-04-15write-tree: refuse to write out trees with unmerged index entries.Libravatar Linus Torvalds1-0/+18
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-2/+2
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Libravatar Linus Torvalds1-2/+0
2005-04-09This implements the new "recursive tree" write-tree.Libravatar Linus Torvalds1-18/+63
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Libravatar Linus Torvalds1-1/+1
2005-04-07Add copyright notices.Libravatar Linus Torvalds1-0/+5
2005-04-07Initial revision of "git", the information manager from hellLibravatar Linus Torvalds1-0/+66