summaryrefslogtreecommitdiff
path: root/builtin-read-tree.c
AgeCommit message (Expand)Author
2007-08-17Clean-up read-tree error condition.Junio C Hamano
2007-08-16Fix read-tree merging more than 3 trees using 3-way mergeJunio C Hamano
2007-08-10Start moving unpack-trees to "struct tree_desc"Linus Torvalds
2007-08-03read-tree: remove unnecessary call to setup_git_directory()Johannes Schindelin
2007-06-16Document git read-tree --trivialJakub Narebski
2007-04-08Merge branch 'jc/read-tree-df' (early part)Junio C Hamano
2007-04-04Fix read-tree --prefix=dir/.Junio C Hamano
2007-04-04git-read-tree --index-output=<file>Junio C Hamano
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-03-27read-tree: use xcallocJames Bowes
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2006-12-06read-tree: document --exclude-per-directoryJunio C Hamano
2006-12-06read-tree: further loosen "working file will be lost" check.Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-13Merge branch 'js/read-tree'Junio C Hamano
2006-08-13Better error message when we are unable to lock the index fileJunio C Hamano
2006-08-03read-tree: shadowed variable fix.Junio C Hamano
2006-07-31read-tree: move merge functions to the libraryJohannes Schindelin
2006-07-31read-trees: refactor the unpack_trees() partJohannes Schindelin
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-17checkout -f failed to check out a file if an existing directory interfered.Junio C Hamano
2006-07-10Avoid C99 initializersShawn Pearce
2006-07-08Close the index file between writing and committingJohannes Schindelin
2006-06-19Don't use empty structure initializers.Florian Forster
2006-06-18Merge branch 'jc/rw-prefix'Junio C Hamano
2006-06-06Make index file locking code reusable to others.Junio C Hamano
2006-06-05read-tree: fix eye-candy.Linus Torvalds
2006-06-04Merge branch 'lt/tree-2'Junio C Hamano
2006-06-04read-tree --reset: update working tree file for conflicted paths.Junio C Hamano
2006-05-31tree_entry(): new tree-walking helper functionLinus Torvalds
2006-05-30Remove last vestiges of generic tree_entry_listLinus Torvalds
2006-05-30Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-30builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()Linus Torvalds
2006-05-30Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-30Make "struct tree" contain the pointer to the tree bufferLinus Torvalds
2006-05-29Merge branch 'jc/cache-tree'Junio C Hamano
2006-05-23Builtin git-read-tree.Peter Eriksen