aboutsummaryrefslogtreecommitdiff
path: root/builtin-read-tree.c
Commit message (Expand)AuthorAge
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Merge branch 'js/read-tree'Junio C Hamano2006-08-12
|\
| * read-tree: move merge functions to the libraryJohannes Schindelin2006-07-30
| * read-trees: refactor the unpack_trees() partJohannes Schindelin2006-07-30
* | Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* | read-tree: shadowed variable fix.Junio C Hamano2006-08-03
|/
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* checkout -f failed to check out a file if an existing directory interfered.Junio C Hamano2006-07-16
* Avoid C99 initializersShawn Pearce2006-07-10
* Close the index file between writing and committingJohannes Schindelin2006-07-08
* Don't use empty structure initializers.Florian Forster2006-06-18
* Merge branch 'jc/rw-prefix'Junio C Hamano2006-06-17
* Make index file locking code reusable to others.Junio C Hamano2006-06-06
* read-tree: fix eye-candy.Linus Torvalds2006-06-05
* Merge branch 'lt/tree-2'Junio C Hamano2006-06-03
|\
| * tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30
| * Remove last vestiges of generic tree_entry_listLinus Torvalds2006-05-29
| * Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-29
| * builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()Linus Torvalds2006-05-29
| * Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-29
| * Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-29
* | read-tree --reset: update working tree file for conflicted paths.Junio C Hamano2006-06-03
|/
* Merge branch 'jc/cache-tree'Junio C Hamano2006-05-28
* Builtin git-read-tree.Peter Eriksen2006-05-23