Age | Commit message (Expand) | Author | Files | Lines |
2007-06-16 | Document git read-tree --trivial | Jakub Narebski | 1 | -1/+1 |
2007-04-07 | Merge branch 'jc/read-tree-df' (early part) | Junio C Hamano | 1 | -0/+1 |
2007-04-04 | Fix read-tree --prefix=dir/. | Junio C Hamano | 1 | -0/+1 |
2007-04-03 | git-read-tree --index-output=<file> | Junio C Hamano | 1 | -1/+6 |
2007-04-03 | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 1 | -2/+2 |
2007-03-27 | read-tree: use xcalloc | James Bowes | 1 | -1/+1 |
2007-03-21 | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 1 | -2/+1 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -2/+2 |
2006-12-05 | read-tree: document --exclude-per-directory | Junio C Hamano | 1 | -1/+1 |
2006-12-05 | read-tree: further loosen "working file will be lost" check. | Junio C Hamano | 1 | -0/+20 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -1/+1 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -1/+1 |
2006-08-12 | Merge branch 'js/read-tree' | Junio C Hamano | 1 | -823/+38 |
2006-08-12 | Better error message when we are unable to lock the index file | Junio C Hamano | 1 | -3/+1 |
2006-08-03 | read-tree: shadowed variable fix. | Junio C Hamano | 1 | -1/+1 |
2006-07-30 | read-tree: move merge functions to the library | Johannes Schindelin | 1 | -397/+1 |
2006-07-30 | read-trees: refactor the unpack_trees() part | Johannes Schindelin | 1 | -483/+94 |
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -2/+1 |
2006-07-16 | checkout -f failed to check out a file if an existing directory interfered. | Junio C Hamano | 1 | -2/+2 |
2006-07-10 | Avoid C99 initializers | Shawn Pearce | 1 | -10/+8 |
2006-07-08 | Close the index file between writing and committing | Johannes Schindelin | 1 | -1/+1 |
2006-06-18 | Don't use empty structure initializers. | Florian Forster | 1 | -2/+1 |
2006-06-17 | Merge branch 'jc/rw-prefix' | Junio C Hamano | 1 | -6/+64 |
2006-06-06 | Make index file locking code reusable to others. | Junio C Hamano | 1 | -4/+4 |
2006-06-05 | read-tree: fix eye-candy. | Linus Torvalds | 1 | -0/+1 |
2006-06-03 | Merge branch 'lt/tree-2' | Junio C Hamano | 1 | -12/+56 |
2006-06-03 | read-tree --reset: update working tree file for conflicted paths. | Junio C Hamano | 1 | -10/+14 |
2006-05-30 | tree_entry(): new tree-walking helper function | Linus Torvalds | 1 | -23/+13 |
2006-05-29 | Remove last vestiges of generic tree_entry_list | Linus Torvalds | 1 | -1/+44 |
2006-05-29 | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 1 | -2/+2 |
2006-05-29 | builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec() | Linus Torvalds | 1 | -5/+15 |
2006-05-29 | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 1 | -4/+5 |
2006-05-29 | Make "struct tree" contain the pointer to the tree buffer | Linus Torvalds | 1 | -2/+2 |
2006-05-28 | Merge branch 'jc/cache-tree' | Junio C Hamano | 1 | -3/+59 |
2006-05-23 | Builtin git-read-tree. | Peter Eriksen | 1 | -0/+882 |