aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-read-tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+1
2006-08-12Merge branch 'js/read-tree'Junio C Hamano1-823/+38
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-3/+1
2006-08-03read-tree: shadowed variable fix.Junio C Hamano1-1/+1
2006-07-30read-tree: move merge functions to the libraryJohannes Schindelin1-397/+1
2006-07-30read-trees: refactor the unpack_trees() partJohannes Schindelin1-483/+94
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+1
2006-07-16checkout -f failed to check out a file if an existing directory interfered.Junio C Hamano1-2/+2
2006-07-10Avoid C99 initializersShawn Pearce1-10/+8
2006-07-08Close the index file between writing and committingJohannes Schindelin1-1/+1
2006-06-18Don't use empty structure initializers.Florian Forster1-2/+1
2006-06-17Merge branch 'jc/rw-prefix'Junio C Hamano1-6/+64
2006-06-06Make index file locking code reusable to others.Junio C Hamano1-4/+4
2006-06-05read-tree: fix eye-candy.Linus Torvalds1-0/+1
2006-06-03Merge branch 'lt/tree-2'Junio C Hamano1-12/+56
2006-06-03read-tree --reset: update working tree file for conflicted paths.Junio C Hamano1-10/+14
2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds1-23/+13
2006-05-29Remove last vestiges of generic tree_entry_listLinus Torvalds1-1/+44
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds1-2/+2
2006-05-29builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()Linus Torvalds1-5/+15
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds1-4/+5
2006-05-29Make "struct tree" contain the pointer to the tree bufferLinus Torvalds1-2/+2
2006-05-28Merge branch 'jc/cache-tree'Junio C Hamano1-3/+59
2006-05-23Builtin git-read-tree.Peter Eriksen1-0/+882